承接 arcanedev/head 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

arcanedev/head

最新稳定版本:2.2.1

Composer 安装命令:

composer require arcanedev/head

包简介

Head Helper

README 文档

README

Travis Status Coverage Status Scrutinizer Code Quality Github Issues Packagist Release Packagist Downloads

By ARCANEDEV©

Requirements

- PHP >= 5.4.0

Installation

Composer

You can install the package via Composer. Add this to your composer.json:

{
    "require": {
        "arcanedev/head": "~2.0"
    }
}

And install it via composer install or composer update.

Laravel

Once the package is installed, you can register the service provider in app/config/app.php in the providers array:

'providers' => [
    ...
    'Arcanedev\Head\Laravel\ServiceProvider',
],

And the facade in the aliases array:

'aliases' => [
    ...
    'Head' => 'Arcanedev\Head\Laravel\Facade',
],

USAGE

Coming soon...

Contribution

Any ideas are welcome. Feel free the submit any issues or pull requests.

TODO

  • Documentation
  • Examples
  • More tests and code coverage
  • Laravel support (v4.2)
  • Laravel support (v5.0)
  • Laravel support (v5.1)

License

Head package is licenced under the MIT license.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-12-31