ph-7/cute-link-names

A simple class that converts your URLs to link names

Fund package maintenance!
Ko Fi
pH-7

2.0.1 2022-12-06 09:13 UTC

This package is auto-updated.

Last update: 2024-04-11 19:01:32 UTC


README

A simple class that converts your URLs to link names ✨

👀 Overview

Link Name Convertor Snippet

🎨 Example

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>

⚙️ Requirements

📖 Installation

composer require ph-7/cute-link-names

🧑‍🍳 Author

Heyllo 🎉, I'm Pierre-Henry Soria. A passionate software engineer based in Adelaide, SA, Australia 🌴

Pierre-Henry Soria

@phenrysay pH-7

Full video 📺 Me building this library 🔥

Watch the video

👉 Click here to watch on YouTube

⚖️ License

Distributed under MIT license 🎉