GitHub user apps4u opened a pull request:

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

    First commit to ApacheUsergrid for new PHP5 sdks.

    This is a new version of the PHP SDK for ApacheUsergrid. Its built with PHP 
Guzzle web service descriptors with versioned manifest files as as apache 
usergrid progresses its easy to add new api calls going forward. It also is 
built using current PHP design principles. It can be used any any php 
application but it is design to work out of the box with Laravel Framework it 
contain service providers and Facades . Its like the AWS sdks where you can 
enable Facade and use the API using static Method e.g. 
```Usergrid::management()->getApps()``` . It also has OAuth 2 auth flow built 
in with all levels so you can use client id or username and password and auth 
as user, application , organisation or organisation  admin user. It also has 
the option to turn off the Guzzle OAuth2 plugin and you can manage the oath 
flow your self .. Its all in the README.md file and this is a PHP composer 
package so till its in it own Repo you can use my repo in your composer.json 
file so you can get started 
 right away. ```https://[email protected]/apps4u/apache-usergrid.git```

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/88.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 #88
    
----
commit 1f8a49207df7007fac8016a4898ab38c41ed4d1f
Author: Jason Kristian <[email protected]>
Date:   2014-10-24T08:45:13Z

    First commit to ApacheUsergrid for new PHP5 sdks.

----


---
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