balpom / hrefs-handler
Simple interface for links (hrefs) handling.
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/balpom/hrefs-handler
Requires
- php: >=8.1
- balpom/href: >=2.1
- league/uri: >=7.4
- league/uri-components: >=7.4
README
Simple interface for links (hrefs) handling.
Handled all hrefs from Balpom\Href\HrefCollectionInterface (https://github.com/balpom/href) or PSR-13 Psr\Link\EvolvableLinkProviderInterface (https://www.php-fig.org/psr/psr-13/) by used defined algorithm and returns handling result in Balpom\Href\HrefCollectionInterface.
Also has some ready to use handlers.
Requirements
- PHP >= 8.1
Installation
Using composer (recommended)
composer require balpom/hrefs-handler
License
MIT License See LICENSE.MD