2017 © Pedro Peláez
 

symfony-bundle nexmo-bundle

A simple Symfony integration for Nexmo PHP client

image

marcw/nexmo-bundle

A simple Symfony integration for Nexmo PHP client

  • Wednesday, March 15, 2017
  • by futurecat
  • Repository
  • 1 Watchers
  • 0 Stars
  • 118 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Nexmo Bundle

A simple bundle integration the Nexmo PHP client library., (*1)

Installation

composer require marcw/nexmo-bundle, (*2)

Add in your AppKernel.php file:, (*3)

new MarcW\Bundle\NexmoBundle\MarcWNexmoBundle(),, (*4)

Configuration

Add in your config.yml file:, (*5)

marc_w_nexmo:
    api_key: <your nexmo api key>
    api_secret: <your nexmo api secret>

Usage

Access the Nexmo client as a service this way:, (*6)

$client = $container->get('marcw.nexmo.client');

Contributions

Yes, please., (*7)

License

This software is licensed under the MIT license., (*8)

The Versions

15/03 2017

dev-master

9999999-dev

A simple Symfony integration for Nexmo PHP client

  Sources   Download

MIT

The Requires