2017 © Pedro Peláez
 

library php_thrift

Apache Thrift generated PHP

image

rmcfrazier/php_thrift

Apache Thrift generated PHP

  • Friday, December 20, 2013
  • by rmcfrazier
  • Repository
  • 1 Watchers
  • 0 Stars
  • 16 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Apache Thrift generated PHP

This is a project to hold the generated Apache Thrift library, along with a composer.json to make grabbing for your projects simple., (*1)

Composer usage

Create a composer.json file and add the follow json to load the 0.9.0 version of the generated Thrift PHP, (*2)

{
    "require": {
        "rmcfrazier/php_thrift": "0.9.0"
    }
}

Issue the composer install command, (*3)

composer install

You should see the following output from composer, (*4)

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., (*5)

Thrift library versions

Each version will be in its own tag., (*6)

Versions in this repo

  • 0.9.1
  • 0.9.0

The Versions

20/12 2013

dev-master

9999999-dev http://github.com/rmcfrazier/php_thrift

Apache Thrift generated PHP

  Sources   Download

Apache

The Requires

  • php >=5.3.0

 

php thrift

19/12 2013

0.9.1

0.9.1.0 http://github.com/rmcfrazier/php_thrift

Apache Thrift generated PHP

  Sources   Download

Apache

The Requires

  • php >=5.3.0

 

php thrift

19/12 2013

0.9.0

0.9.0.0 http://github.com/rmcfrazier/php_thrift

Apache Thrift generated PHP

  Sources   Download

Apache

The Requires

  • php >=5.3.0

 

php thrift