Download the PHP package francimedia/parse-php-sdk without Composer
On this page you can find all versions of the php package francimedia/parse-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download francimedia/parse-php-sdk
More information about francimedia/parse-php-sdk
Files in francimedia/parse-php-sdk
Package parse-php-sdk
Short Description Parse PHP SDK
License Parse Platform License
Homepage https://github.com/parseplatform/parse-php-sdk
Informations about the package parse-php-sdk
Parse PHP SDK
The Parse PHP SDK gives you access to the powerful Parse cloud platform from your PHP app or script.
Installation
Get Composer, the PHP package manager. Then create a composer.json file in your projects root folder, containing:
Run "composer install" to download the SDK and set up the autoloader, and then require it from your PHP script:
Note: The Parse PHP SDK requires PHP 5.4 or newer.
Alternative Method
If you don't want to use Composer, you can include the file in your code to automatically load the Parse SDK classes.
Initialization
After including the required files from the SDK, you need to initalize the ParseClient using your Parse API keys:
Usage
Check out the Parse PHP Guide for the full documentation.
Add the "use" declarations where you'll be using the classes. For all of the sample code in this file:
Objects:
Users:
Security:
Queries:
Cloud Functions:
Analytics:
Files:
Push:
Contributing / Testing
See the CONTRIBUTORS.md file for information on testing and contributing to the Parse PHP SDK. We welcome fixes and enhancements.
All versions of parse-php-sdk with dependencies
ext-curl Version *
ext-json Version *