Skip to content
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.
/ huevatar Public archive

Fetch a predefined class based on the provided email.

License

Notifications You must be signed in to change notification settings

kevindierkx/huevatar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Huevatar

Fetch a predefined identifier based on the provided email.

Installation

To install this package you will need:

  • Laravel 4.2+
  • PHP 5.4

You must then modify your composer.json file and run composer update to include the latest version of the package in your project.

"require": {
    "kevindierkx/huevatar": "0.1.*"
}

Or you can run the composer require command from your terminal.

composer require kevindierkx/huevatar:0.1.*

Once the package is installed you need to open app/config/app.php and register the required service provider.

'providers' => [
    'Kevindierkx\Huevatar\HuevatarServiceProvider'
]

Optionaly you can add the following line to your aliases.

'aliases' => [
    'Huevatar'          => 'Kevindierkx\Huevatar\Huevatar',
]

Configuration

Run the following command to publish the package configuration.

php artisan config:publish kevindierkx/huevatar

Usage

To fetch an identifier.

Huevatar::getColor('[email protected]');

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Fetch a predefined class based on the provided email.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages