Parse API
Categories
Component ID
1899814
Component name
Parse API
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Provides integration with your Parse.com applications via the REST API. For example, if you wish to send push notification(s) when certain content type has been created execute
<?php
$push_message = new parsePush('New Content Available at Example.com');
$response = $push_message->send();
?>The Parse PHP Library is provided by https://github.com/apotropaic/parse.com-php-library/
