2017 © Pedro Peláez
 

symfony-bundle airgram-bundle

symfony BBITAirGramBundle

image

bbit/airgram-bundle

symfony BBITAirGramBundle

  • Monday, February 9, 2015
  • by whitewhidow
  • Repository
  • 1 Watchers
  • 1 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

AirGramBundle

SensioLabsInsight knpbundles.com, (*1)

Step 1: Download BBITAirGramBundle using composer

{
    "require": {
        "bbit/airgram-bundle": "dev-master",
    }
}

Now tell composer to download the bundle by running the command:, (*2)

``` bash $ php composer.phar update bbit/airgram-bundle, (*3)


Composer will install the bundle to your project's `vendor/BBIT` directory. ### Step 2: Enable the bundle Enable the bundle in the kernel: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new BBIT\AirGramBundle\BranchBitAirGramBundle(), ); }

Step 3: Config

branch_bit_air_gram:
    apis:
        default:
            key: airgramkey
            secret: airgramsecret

Usage:

php $send = $this->get('bbit_airgam')->subscribe('email@example.com'); $send = $this->get('bbit_airgam')->send('email@example.com', 'message');, (*4)

The Versions

09/02 2015

dev-master

9999999-dev

symfony BBITAirGramBundle

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

The Development Requires

09/02 2015

1.0

1.0.0.0

symfony BBITAirGramBundle

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

The Development Requires