Parse officially publishes open source PHP sdk,parsesdk
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 SDK for server-side language, and the first truly open source SDK. ”
So far, parse has provided several API libraries designed to make it easier for the front end to integrate with Parse, which includes objective-c, Java, and. NET and JavaScript support. In addition, parse exposes the interface locally through rest. These libraries cover the main usage scenarios of parse, which allows developers to "re-develop their own backend for each service their application needs to access", such as the need to manage servers and write server-side code.
On the other hand, parse also provides a Cloud code environment based on their own JavaScript SDK for scenarios where the server side requires some logic. One of the benefits of Parse Cloud code, for example, is that updates are immediately available to all environments without waiting for new applications to be released, so that functionality can be dynamically modified. With the introduction of the parse PHP SDK, the same benefits are now available with PHP.
The parse PHP SDK is similar to other parse SDK architectures, built around Parseobject, which contains key-value pairs for modeless and JSON-compatible data. Pfobject can be saved, retrieved, updated, and deleted. Queries are modeled by Pfquery, which allows both a basic query and a relational query. In addition, parse supports role-based access control, which provides a logical way to group users with the same access to the parse data.
Niraj Shah, a PHP developer in London, has created a simple introductory tutorial for the Parse PHP SDK. The tutorial was designed to simplify things, Niraj said, "The document organization of the Parse PHP SDK is not very good, and in order to find the complete solution, you may have to jump between documents." ”
Attach parse open source PHP SDK download address: http://www.bkjia.com/codes/203051.html
The best PHP Open source Marketplace program in China?
Domestic
ECSHOP
Ecmall
Destoon
Mvmmall
————————
Foreign
Magento
OsCommerce
osCMax
ZEN CART
CUBE CART
AGORA CART
PHP Open Source Forum, what is the mainstream?
Discuz, weaving Dream, Joomla
http://www.bkjia.com/PHPjc/861789.html www.bkjia.com true http://www.bkjia.com/PHPjc/861789.html techarticle Parse formally released open source PHP sdk,parsesdk 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 sound ...