PHPackages                             peterfox/hieroglyph - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. peterfox/hieroglyph

Abandoned → [peterfox/hieroglyph](/?search=peterfox%2Fhieroglyph)Library[Utility &amp; Helpers](/categories/utility)

peterfox/hieroglyph
===================

A package to simplify changing between different icon sets

1.1.0(10y ago)315MITPHP

Since Apr 26Pushed 10y ago1 watchersCompare

[ Source](https://github.com/peterfox/hieroglyph)[ Packagist](https://packagist.org/packages/peterfox/hieroglyph)[ RSS](/packages/peterfox-hieroglyph/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (3)Used By (0)

Hieroglyph
==========

[](#hieroglyph)

A simple package for PHP making it easier to switch around the icon sets you use in your markup. There's currently a lot of different icon sets and changing between them can be a pain. The idea of Hieroglyph is that you can map the correct icons in your application to the different sets and even apply modifiers without fixing your mark up to using one icon set.

Install
-------

[](#install)

You can install via composer

```
composer require peterfox/hieroglyph

```

Using Hieroglyph with Laravel
-----------------------------

[](#using-hieroglyph-with-laravel)

Add the Service Provider

```
Hieroglyph\Laravel\HieroglyphServiceProvider::class,

```

Add the Facade

```
'Hiero' => Hieroglyph\Laravel\HieroglyphFacade::class,

```

Publish the config using artisan

```
php artisan vendor:publish

```

Edit the hierogplyph config

```
