jeremykendall / php-domain-parser

Public Suffix List based domain parsing implemented in PHP
MIT License
1.16k stars 128 forks source link

Using interfaces to correctly expose the public API #274

Closed nyamsprod closed 4 years ago

nyamsprod commented 4 years ago

In the current release all main classes are marked as final but do not expose their public API through an interface. For the next release we should add interfaces to better expose our public API

nyamsprod commented 4 years ago

https://github.com/jeremykendall/php-domain-parser/blob/feature/v6/

Interfaces for all manipulations are added