HI to all, Sorry for starting new thread Ive can not find the other one Ive 
started ..
 Ive created a new PHP Usergrid SDK, using Guzzle web service client . Its able 
to interact with all api end points, Management , Application , Organisation 
API. It has versioned web service descriptors (like swagger schemas) so going 
forward its easier to maintain and update. Its Also has a Facade feature so It 
can be called using a static method call just like AWS SDK, It also has a 
Laravel Framework Service Provider and a Native service provider so its can be 
used without any framework but it will work out of the box with all modern php 
frameworks that use Service Providers or IoC containers like, Symfony 2, 
Laravel, Slix . But just to be clear its framework agnostic so will work with 
all projects ..
 Example usage :
 Usergrid::Management->getOrgs();
 Usergrid::Application->getEntity();
 Usergrid::Notification->toDevices();
 I would appreciate any feed back at all and please fork share and enjoy its 
not 100% ready but its 95% done.
 https://[email protected]/apps4u/apache-usergrid.git

Reply via email to