ebidtech/common-object
Composer 安装命令:
composer require ebidtech/common-object
包简介
A collection of common objects
README 文档
README
Repository to store/share simple objects that can be reuse across projects.
Requirements
- PHP >= 5.4
Installation
The recommended way to install is through composer.
Just create a composer.json file for your project:
{
"require": {
"ebidtech/common-object": "@stable"
}
}
Tip: browse ebidtech/common-object page to choose a stable version to use, avoid the @stable meta constraint.
And run these two commands to install it:
$ curl -sS https://getcomposer.org/installer | php
$ composer install
Now you can add the autoloader, and you will have access to the library:
<?php require 'vendor/autoload.php';
Usage
For now for usage example look on tests code
Contributing
See CONTRIBUTING file.
Credits
- Ebidtech developer team, common object Lead developer Eduardo Oliveira (eduardo.oliveira@ebidtech.com).
- All contributors
License
Common object library is released under the MIT License. See the bundled LICENSE file for details.
统计信息
- 总下载量: 7.43k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-01-24