dev-master
9999999-devA simple Symfony integration for Nexmo PHP client
MIT
The Requires
A simple Symfony integration for Nexmo PHP client
A simple bundle integration the Nexmo PHP client library., (*1)
composer require marcw/nexmo-bundle
, (*2)
Add in your AppKernel.php
file:, (*3)
new MarcW\Bundle\NexmoBundle\MarcWNexmoBundle(),
, (*4)
Add in your config.yml
file:, (*5)
marc_w_nexmo: api_key: <your nexmo api key> api_secret: <your nexmo api secret>
Access the Nexmo client as a service this way:, (*6)
$client = $container->get('marcw.nexmo.client');
Yes, please., (*7)
This software is licensed under the MIT license., (*8)
A simple Symfony integration for Nexmo PHP client
MIT