PHPackages                             gpaton/parse-bundle - 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. gpaton/parse-bundle

ActiveSymfony-bundle

gpaton/parse-bundle
===================

Integration for Parse.com PHP SDK in your Symfony2 Project

1.1.1(8y ago)02142GPL-2.0-onlyPHPPHP &gt;=5.4.0

Since Dec 1Pushed 8y ago1 watchersCompare

[ Source](https://github.com/gpaton/parse-bundle)[ Packagist](https://packagist.org/packages/gpaton/parse-bundle)[ Docs](http://gpaton.github.com)[ RSS](/packages/gpaton-parse-bundle/feed)WikiDiscussions master Synced 1mo ago

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

Parse Bundle
============

[](#parse-bundle)

Introduction
------------

[](#introduction)

This bundle provides integration for [Parse.com PHP SDK](https://github.com/ParsePlatform/parse-php-sdk) in your Symfony2 Project.

As I currently don't use other Parse.com tools, I've only implemented [Push notifications](https://parse.com/docs/php/guide#push-notifications). You're free to contribute to add other tools.

Changelog
---------

[](#changelog)

**1.1.0**

- Allow to schedule a push (2 weeks maximum in advance due to [Parse.com limitations](https://www.parse.com/docs/php/guide#push-notifications-scheduling-pushes))

**1.0.0**

- Allow to send push to channel or a ParseQuery

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

[](#installation)

### Install GpatonParseBundle

[](#install-gpatonparsebundle)

Simply run assuming you have installed composer.phar or composer binary:

```
$ php composer.phar require gpaton/parse-bundle 1.1.*

```

### Enable the bundle

[](#enable-the-bundle)

Finally, enable the bundle in the kernel:

```
