balpom / hrefs-handler
Simple interface for links (hrefs) handling.
v0.7.0
2024-05-30 16:11 UTC
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