Registry / cloud / parse-php-sdk

parse-php-sdk

JSON →
library2.4.0phppackagistunverified

Parse PHP SDK for interacting with the Parse backend service.

composer require parse/php-sdk
INSTALL
IMPORT
SIG · PARSE-PHP-SDK
P
parse-php-sdk
cloudphpv2.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ParseClient
use Parse\ParseClient;

Initialize the Parse client and save a new object.

<?php use Parse\ParseClient; use Parse\ParseObject; ParseClient::initialize('app_id', 'rest_key', 'master_key'); $object = new ParseObject('GameScore'); $object->set('score', 1337); $object->save();
Debug
Known issues
breakingRequires PHP 7.1+ and the cURL extension.
fix
Ensure PHP version >= 7.1 and cURL extension is enabled.
affects: >=2.0.0
Upgrade
Version history
2.4.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
parse-php-sdk — pip install parse-php-sdk · libregistry