Pare released the Parse PHP SDK, designed to enable Parse to integrate "into a new class of applications and different usage scenarios." "In addition, the company claims that this is their" first server-side language SDK, and is the first truly Open-source SDK. ”
So far, parse has provided a number of API libraries designed to make it easier for the front-end to integrate parse, including for Objective-c, Java,. NET and JavaScript support. In addition, parse exposes interfaces locally through rest. These libraries cover the main usage scenarios of parse, which allows developers to "re-create their own backend" for each service that their applications need to access, such as managing servers and writing server-side code.
On the other hand, parse also provides a Cloud code environment based on their own JavaScript SDK for scenarios that require some logic on the server side. For example, one of the benefits of Parse Cloud code is that updates are immediately available to all environments without waiting for new applications to be published, so that functionality can be modified dynamically. With the introduction of the parse PHP SDK, the same benefits can now be achieved with PHP.
Similar to other Parse SDK architectures, the Parse PHP SDK is built around Parseobject, which contains key-value pairs of modeless and JSON-compatible data. Pfobject can be saved, retrieved, updated, and deleted. The query is modeled by Pfquery, which allows both basic queries and relational queries. In addition, parse also supports role-based access control, which provides a logical way to group users who have the same access to parse data.
Niraj Shah, a PHP developer in London, has created a simple introductory tutorial on the Parse PHP SDK. The tutorial is designed to simplify things, Niraj says, "The documentation organization for the Parse PHP SDK is not very good and you may have to jump between documents to find the complete solution." ”
Attached parse open source PHP SDK download address: http://www.jb51.net/codes/203051.html