Recommend this page to a friend! |
Download |
Info | Documentation | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not yet rated by the users | Total: 68 | All time: 10,325 This week: 455 |
Version | License | PHP version | Categories | |||
cutelinknames 1.0 | GNU General Publi... | 5 | PHP 5, Text processing |
A simple class that converts your URLs to link names ?
use PH7\Link\Name;
require_once 'vendor/autoload.php';
$url = 'http://ph7.me';
?>
<p>
<a
href="<?= $url ?>"
alt="<?= Name::parse($url) ?>"
>
<!-- Ph7 -->
<?= Name::parse($url) ?>
</a>
</p>
composer require ph-7/cute-link-names
Hey, I'm Pierre-Henry Soria. A passionate software engineer based in Adelaide, SA, Australia ?
[![@phenrysay][twitter-image]](https://twitter.com/phenrysay) [![pH-7][github-image]](https://github.com/pH-7)
Distributed under MIT license ?
<!-- GitHub's Markdown reference links -->
[twitter-image]: https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white [github-image]: https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white
Files (8) |
File | Role | Description | ||
---|---|---|---|---|
.github (1 directory) | ||||
src (1 file) | ||||
tests (1 file) | ||||
composer.json | Data | Auxiliary data | ||
LICENSE.md | Lic. | License text | ||
link-name-convertor-snippet.png | Data | Auxiliary data | ||
phpunit.xml.dist | Data | Auxiliary data | ||
README.md | Doc. | Documentation |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.