PSR-13: Link
composer require sonsofphp/link
<?php use SonsOfPHP\Component\Link\Link; $link = new Link('https://docs.sonsofphp.com');
Last updated 2 months ago