Download the PHP package pompdelux/kraken-bundle without Composer
On this page you can find all versions of the php package pompdelux/kraken-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pompdelux/kraken-bundle
More information about pompdelux/kraken-bundle
Files in pompdelux/kraken-bundle
Download pompdelux/kraken-bundle
More information about pompdelux/kraken-bundle
Files in pompdelux/kraken-bundle
Vendor pompdelux
Package kraken-bundle
Short Description Integrates Kraken.io into your Symfony2 application
License MIT
Homepage https://github.com/pompdelux/kraken-bundle
Package kraken-bundle
Short Description Integrates Kraken.io into your Symfony2 application
License MIT
Homepage https://github.com/pompdelux/kraken-bundle
Please rate this library. Is it a good library?
Informations about the package kraken-bundle
KrakenBundle
This bundle allows you to integrate kraken.io into your Symfony2 application.
Install:
-
Add KrakenBundle to your dependencies:
// composer.json { // ... "require": { // ... "pompdelux/kraken-bundle": "1.x" } }
-
Use Composer to download and install the bundle:
$ php composer.phar update pompdelux/kraken-bundle
-
Register the bundle in your application:
// app/AppKernel.php class AppKernel extends Kernel { // ... public function registerBundles() { $bundles = array( // ... new Pompdelux\KrakenBundle\KrakenBundle() ); } }
-
Add the configuration needed to use the bundle:
// config.yml kraken: services: service_name: api_key: your-kraken.io-key api_secret: your-kraken.io-secret
Usage:
Basic example:
Example with callback rather than wait strategy:
All versions of kraken-bundle with dependencies
PHP Build Version
Package Version
The package pompdelux/kraken-bundle contains the following files
Loading the files please wait ....