GitHub user apps4u opened a pull request:

    https://github.com/apache/incubator-usergrid/pull/87

    new PHP sdks 

    Hi Ive created a new Branch sdks/php5 with a new PHP SDK I then merged with 
master I hope this is how to issue a pull request as I could not issue a pull 
request on a branch that not in the main  repo .. Please read the README.md 
file in the new sdks folder and it uses PHP composer to package management so 
the url to a public git repo is in the composer.json file within the new SDK so 
you can install it into any composer management project

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apps4u/incubator-usergrid master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-usergrid/pull/87.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #87
    
----
commit 57cd0986479a6ee4503c80894ce63c4f77a42b5a
Author: Rod Simpson <[email protected]>
Date:   2013-02-21T00:12:37Z

    Initial commit

commit 46200823f265efc83e6091bb1b0991230097becd
Author: Daniel Johnson <[email protected]>
Date:   2013-04-26T15:48:46Z

    First iteration of Usergrid PHP SDK, directly adapted from Javascript SDK

commit a3bff98a7e8bd287b47198b2f7b4e17654baea00
Author: Daniel Johnson <[email protected]>
Date:   2013-04-26T16:10:04Z

    Adding autoload include file, to be included at the top of any test scripts.

commit 3b7e36d2ed79c148d7439f7182c94ff60dc361ff
Author: Daniel Johnson <[email protected]>
Date:   2013-05-02T16:04:33Z

    Removed copypasta GPL code from HTTPClient; now uses cURL.

commit a900a8829fe4fc2b5e66b138d85b679103a1a749
Author: Daniel Johnson <[email protected]>
Date:   2013-05-02T16:09:32Z

    Fix class name of HTTPClient

commit 7d5ee11b04bab92d67cf50f7aeb6eb8f84b4f57d
Author: Daniel Johnson <[email protected]>
Date:   2013-05-02T19:10:03Z

    Correctly set HTTP status message

commit 7a6d27621d91227b13a3b813c6de51a02aca8c8b
Author: Rod Simpson <[email protected]>
Date:   2013-05-09T00:18:54Z

    Updated SDK for 0.0.1 release

commit 6de0e7ae803f419812242c24ea606f5883c76203
Author: Tim Anglade <[email protected]>
Date:   2013-05-09T19:03:58Z

    Fix syntax highlighting for quickstart

commit 25fbb4ee1292651f6ba32e70b6d1bf35efe605d2
Author: Rod Simpson <[email protected]>
Date:   2013-05-10T23:13:42Z

    added push notifications

commit 596e5f7a04607c90f5ceaa0f73f6f30fdc5b4949
Author: Rod Simpson <[email protected]>
Date:   2013-05-10T23:13:58Z

    Merge branch 'master' of github.com:apigee/usergrid-php-sdk

commit 4f1b87a3dc04e0d73d496fdee0d54912dbd39aa2
Author: Rod Simpson <[email protected]>
Date:   2013-05-15T17:47:10Z

    fixed bug with adding entity to collection - returns proper response object 
now

commit 35e55e680a7e6a459e06491472ebf09ef05e48be
Author: Rod Simpson <[email protected]>
Date:   2013-05-31T01:51:29Z

    Update Client.php
    
    removed unneeded comments

commit f12c013633c814975dd311ddf8694c6b9387fa79
Author: Rod Simpson <[email protected]>
Date:   2013-05-31T22:13:19Z

    cleaned up extra tabs

commit f37ff8c2452ba741db61b7c84deb1b3eaa3de8a8
Author: Rod Simpson <[email protected]>
Date:   2013-05-31T22:32:10Z

    added client auth

commit d4cba93ba94b0151612d5cd1c8367e8669bafb40
Author: Rod Simpson <[email protected]>
Date:   2013-05-31T22:54:50Z

    added client auth tests

commit 4c5dd993f065449b851297ec6076a98f2417fac8
Author: Rod Simpson <[email protected]>
Date:   2013-06-01T16:22:26Z

    updated client auth tests and readme

commit 267e03b755a0d67d7cb4685a99254efb7c5e2e5b
Author: Daniel Johnson <[email protected]>
Date:   2013-06-28T15:47:21Z

    Code cleanup and miscellaneous bugfixes

commit 1d6e3bb3af7fd15b1ffdd8a60d5300efeb0a9a8c
Author: Rod Simpson <[email protected]>
Date:   2013-07-03T13:57:56Z

    added get json methods to entity object

commit dd26db399983119307eec6528c01fd9edfd6eaeb
Author: Rod Simpson <[email protected]>
Date:   2013-07-03T14:01:47Z

    Merge branch 'master' of github.com:apigee/usergrid-php-sdk
    
    Conflicts:
        lib/vendor/Apigee/Usergrid/Client.php

commit b180929de2fb1bef698c19a7dd3c70fa1ffae465
Author: Rod Simpson <[email protected]>
Date:   2013-07-03T14:07:07Z

    corrected error on push test

commit ae1d56bd33f4264210ee15201ea2522a9016eecc
Author: Rod Simpson <[email protected]>
Date:   2013-07-03T15:37:19Z

    added get json to collections

commit d54d64c79d841a316c3641ec4e3c05a9a3631304
Author: Peter Meth <[email protected]>
Date:   2013-07-25T15:37:44Z

    documentation was referring to a non-existent command

commit 5eaaa23321f40a8492d5987b52706f50d7c32bb2
Author: Tim Anglade <[email protected]>
Date:   2013-10-29T21:03:33Z

    Create LICENSE

commit 3170f4f7abd8a1e48133fee2903c6d33c0a6c354
Author: Jason Kristian <[email protected]>
Date:   2014-10-23T07:36:23Z

    new php sdk . Please read the README.md file on how to use .
    Its not 100% still need some more tests written and Ive started some new 
Guzzle Web Service descriptors files in the version 1.0.1 manifest folder .. 
But it works and is ready for submitting.

commit 3a6ba690cebb6a8e96cc25c332f49dede419390f
Author: Jason Kristian <[email protected]>
Date:   2014-10-23T07:38:39Z

    Merge branch 'sdks/php5'
    
    * sdks/php5: (22 commits)
      new php sdk . Please read the README.md file on how to use . Its not 100% 
still need some more tests written and Ive started some new Guzzle Web Service 
descriptors files in the version 1.0.1 manifest folder .. But it works and is 
ready for submitting.
      Create LICENSE
      documentation was referring to a non-existent command
      added get json to collections
      corrected error on push test
      added get json methods to entity object
      Code cleanup and miscellaneous bugfixes
      updated client auth tests and readme
      added client auth tests
      added client auth
      cleaned up extra tabs
      Update Client.php
      fixed bug with adding entity to collection - returns proper response 
object now
      added push notifications
      Fix syntax highlighting for quickstart
      Updated SDK for 0.0.1 release
      Correctly set HTTP status message
      Fix class name of HTTPClient
      Removed copypasta GPL code from HTTPClient; now uses cURL.
      Adding autoload include file, to be included at the top of any test 
scripts.
      ...

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to