rmcfrazier/php_thrift
Composer 安装命令:
composer require rmcfrazier/php_thrift
包简介
Apache Thrift generated PHP
README 文档
README
This is a project to hold the generated Apache Thrift library, along with a composer.json to make grabbing for your projects simple.
Composer usage
Create a composer.json file and add the follow json to load the 0.9.0 version of the generated Thrift PHP
{
"require": {
"rmcfrazier/php_thrift": "0.9.0"
}
}
Issue the composer install command
composer install
You should see the following output from composer
Loading composer repositories with package information
Installing dependencies
- Installing rmcfrazier/php_thrift (0.9.0)
Loading from cache
Writing lock file
Generating autoload files
All done.
Thrift library versions
Each version will be in its own tag.
Versions in this repo
- 0.9.1
- 0.9.0
统计信息
- 总下载量: 26
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache
- 更新时间: 2013-12-19