2017 © Pedro Peláez
 

library parse-curl

/PHP Class to call Parse server via RestfulAPI from PHP SDK

image

zteam-pro/parse-curl

/PHP Class to call Parse server via RestfulAPI from PHP SDK

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Parse-Server-Curl

Connect to parse server Via curl commends using parse server restful API, (*1)

Install Via composer

composer require zteam-pro/parse-curl, (*2)

How to Use it, (*3)

You must add the parse server config like, (*4)

  1- Parse server app_id
  2- Parse server url 
  3- Master key 
  4- The query or data  paramters to make a query to the parse server   

Then you will call any of ParseCurl obejct function to perform the CURL commend and get response back, (*5)

## Create object on parse server
 1- app_id=####
 2- server_url=https://#########/classes/ClassName
 3- Master_key=########################
 4- data={"name","########","score"="20"}   

 ## Update an object  on  parse server
 1- app_id=####
 2- server_url=https://#########/classes/ClassName/objectId
 3- Master_key=########################
 4- data={"score","30"}

## Delete an object from parse server
 1- app_id=####
 2- server_url=https://#########/classes/ClassName/objectId
 3- Master_key=########################
 4- data= #Not Required


## Perform a Query on parse server
 1- app_id=####
 2- server_url=https://#########/classes/ClassName
 3- Master_key=########################
 4- Query=Where:{"objectId","########"}

The Versions

26/04 2017

dev-master

9999999-dev https://github.com/Z-Team-Pro/Parse-Server-Curl.git

/PHP Class to call Parse server via RestfulAPI from PHP SDK

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

php sdk restful api parse server

26/04 2017

v1.1

1.1.0.0 https://github.com/Z-Team-Pro/Parse-Server-Curl.git

/PHP Class to call Parse server via RestfulAPI from PHP SDK

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

php sdk restful api parse server

05/04 2017

v1.0

1.0.0.0 https://github.com/Z-Team-Pro/Parse-Server-Curl.git

/PHP Class to call Parse server via RestfulAPI from PHP SDK

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

php sdk restful api parse server