ftven/common-lib
Composer 安装命令:
composer require ftven/common-lib
包简介
Common classes/services
README 文档
README
Usage
Add the dependency in your composer.json :
...
"require": {
...
"ftven/common-lib": "1.*"
}
Then update your dependency :
$ ./composer.phar update ftven/common-lib
Then you can use it directly in your scripts :
<?php
// ...
require_once '/path/to/vendor/autoload.php';
$filesystem = new Ftven\Build\Common\Service\Filesystem\FilesystemService();
$filesystem->setFilesystem(new Symfony\Component\Filesystem\Filesystem());
$content = $filesystem->readFile('/my/file');
// ...
Enjoy !
FTVEN Build Team.
统计信息
- 总下载量: 548
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-07-03