rmcfrazier / php_thrift
Apache Thrift 生成的 PHP
0.9.1
2013-12-19 10:38 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2024-09-24 05:25:59 UTC
README
这是一个项目,用于存放生成的 Apache Thrift 库,以及一个 composer.json 文件,以便于您在项目中使用。
Composer 使用方法
创建一个 composer.json 文件,并添加以下 JSON 以加载生成的 Thrift PHP 的 0.9.0 版本
{ "require": { "rmcfrazier/php_thrift": "0.9.0" } }
执行 composer install 命令
composer install
您应该会看到 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
全部完成。
Thrift 库版本
每个版本都将有自己的标签。
此存储库中的版本
- 0.9.1
- 0.9.0