kevindierkx/huevatar 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

kevindierkx/huevatar

最新稳定版本:0.1.0

Composer 安装命令:

composer require kevindierkx/huevatar

包简介

Fetch a predefined class based on the provided email.

README 文档

README

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@example.com');

Credits

License

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

统计信息

  • 总下载量: 113
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2014-12-29