2017 © Pedro PelĂĄez
 

symfony-bundle hirviid-cleeng-bundle

This bundle provides a simple integration of the Cleeng PHP SDK into Symfony2

image

hirviid/hirviid-cleeng-bundle

This bundle provides a simple integration of the Cleeng PHP SDK into Symfony2

  • Wednesday, February 12, 2014
  • by hirviid
  • Repository
  • 1 Watchers
  • 0 Stars
  • 37 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

HirviidCleengBundle

This bundle provides a simple integration of the "Cleeng PHP SDK" into Symfony2. Cleeng offers an iTunesℱ like purchase experience to any website, from video platforms to newspapers and live concerts. You can find more information about Cleeng on its dedicated page at http://cleeng.com., (*1)

<?php

$cleengApi = $this->container->get('cleeng')->api;

The bundle provides a new cleeng service that returns an instance of Cleeng_Api., (*2)

Installation

Step 1) Get the bundle using composer (symfony 2.1 pattern)

Add on composer.json (see http://getcomposer.org/), (*3)

"require" :  {
    // ...
    "hirviid/hirviid-cleeng-bundle": "dev-master",
}

Step 2) Register the bundle

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Hirviid\Bundle\CleengBundle\HirviidCleengBundle(),
        // ...
    );
}

Documentation

The documentation for this bundle is available in the Resources/doc directory of the bundle:, (*4)

That's it! You are ready to use Cleeng with symfony2., (*5)

The Versions

12/02 2014

dev-master

9999999-dev http://github.com/hirviid/CleengBundle

This bundle provides a simple integration of the Cleeng PHP SDK into Symfony2

  Sources   Download

MIT

The Requires

 

by David Van Gompel

cleeng

12/02 2014

1.0.0

1.0.0.0 http://github.com/hirviid/CleengBundle

This bundle provides a simple integration of the Cleeng PHP SDK into Symfony2

  Sources   Download

MIT

The Requires

 

by David Van Gompel

cleeng