Download the PHP package gkocakaya/parse-bundle without Composer
On this page you can find all versions of the php package gkocakaya/parse-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gkocakaya/parse-bundle
More information about gkocakaya/parse-bundle
Files in gkocakaya/parse-bundle
Download gkocakaya/parse-bundle
More information about gkocakaya/parse-bundle
Files in gkocakaya/parse-bundle
Vendor gkocakaya
Package parse-bundle
Short Description Symfony bundle to provide parse-php-sdk cliend as a Symfony service (https://parse.com/products/php)
License MIT
Package parse-bundle
Short Description Symfony bundle to provide parse-php-sdk cliend as a Symfony service (https://parse.com/products/php)
License MIT
Please rate this library. Is it a good library?
Informations about the package parse-bundle
ParseBundle
The Parse Symfony2 Bundle https://parse.com/products/php
Installation
composer install
$ php composer.phar require gkocakaya/parse-bundle *
Enable the bundle
<?php // app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new gkocakaya\ParseSdkBundle\GkocakayaParseSdkBundle(),
);
}
Config
Parse.com
# app/config/config.yml
gkocakaya_parse_sdk:
app_id: APPLICATION_ID
rest_key: REST_KEY
master_key: MASTER_KEY
Usage
Credit
All versions of parse-bundle with dependencies
PHP Build Version
Package Version
Requires
parseplatform/parse-php-sdk Version
1.1.10
The package gkocakaya/parse-bundle contains the following files
Loading the files please wait ....