PHPackages                             sly/parsecom-manager - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. sly/parsecom-manager

ActiveLibrary[API Development](/categories/api)

sly/parsecom-manager
====================

Manage API queries to Parse.com cloud service.

v0.1(13y ago)12362[1 issues](https://github.com/Ph3nol/ParseComManager/issues)PHP

Since Dec 3Pushed 11y ago2 watchersCompare

[ Source](https://github.com/Ph3nol/ParseComManager)[ Packagist](https://packagist.org/packages/sly/parsecom-manager)[ RSS](/packages/sly-parsecom-manager/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

ParseComManager
===============

[](#parsecommanager)

Manage API queries to Parse.com cloud service.

[![Continuous Integration status](https://camo.githubusercontent.com/0266026d66ae3252aa336e4003f81bea720e857e921e604afca33b3cec359c10/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f5068336e6f6c2f5061727365436f6d4d616e616765722e706e67)](http://travis-ci.org/Ph3nol/ParseComManager)

Requirements
------------

[](#requirements)

- PHP 5.3+
- PHP Curl extension

Installation
------------

[](#installation)

### Add to your project Composer packages

[](#add-to-your-project-composer-packages)

Just add `sly/parsecom-manager` package to the requirements of your Composer JSON configuration file, and run `php composer.phar install` to install it.

### Install from GitHub

[](#install-from-github)

Clone this library from Git with `git clone https://github.com/Ph3nol/ParseComManager.git`.

Goto to the library directory, get Composer phar package and install vendors:

```
curl -s https://getcomposer.org/installer | php
php composer.phar install

```

You're ready to go.

Usage
-----

[](#usage)

```
