marcusvy / mv-icon
A Free collection of icons for PHP projects
1.0.0
2024-02-21 12:09 UTC
Requires
- php: ^8.2
Requires (Dev)
- phpunit/phpunit: ^11.0
- symfony/console: ^7.0
This package is not auto-updated.
Last update: 2025-02-20 19:15:41 UTC
README
A Free collection of icons for PHP projects. 😁 The main purpose is a independent icon svg render from javascript.
Usage
use Marcus\UX\Icon\Icon;
$icon = new Icon();
$svg = $icon->get('user');
echo $svg;
Collections
- Feather: Simply beautiful open source icons. View License
- Lucide: Beautiful & consistent icons. View License
Console
MV Icon has a binary for automation tasks.
$ composer icon
# or
$ php bin/icon
Console Commands
Name | Description |
---|---|
compile | Compile collection from icons folder. |
search | Search a icon |
Developer Commands
Name | Description |
---|---|
compile | Compile collection from icons folder. |
preview | Start a preview page in localhost:3000. |
test | Unit Test |