logikostech/common
Composer 安装命令:
composer require logikostech/common
包简介
Miscellaneous useful classes, interfaces, and traits
README 文档
README
Miscellaneous useful classes, interfaces, and traits used by other Logikos components.
Installation
Installing via Composer
Install Composer in a common location or in your project:
curl -s http://getcomposer.org/installer | php
create or edit the composer.json file as follows:
{
"repositories": [
{
"type": "git",
"url": "https://github.com/logikostech/common"
}
],
"require": {
"logikostech/common": "dev-master"
}
}
Run the composer installer:
$ php composer.phar install
Installing via GitHub
Just clone the repository in a common location or inside your project:
git clone https://github.com/logikostech/common.git
Autoloading (if not using composer)
Add or register the following namespace strategy to your Phalcon\Loader:
$loader = new Phalcon\Loader(); $loader->registerNamespaces([ 'Logikos' => '/path/to/this/repo/src/' ]); $loader->register();
统计信息
- 总下载量: 193
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-06-29