everlutionsk / sendin-blue-sms-bundle
Everlution SendinBlue SMS Bundle for Symfony framework
Installs: 391
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.0
- mailin-api/mailin-api-php: ^1.0
- symfony/config: ^3.2
- symfony/dependency-injection: ^3.2
- symfony/http-kernel: ^3.2
This package is auto-updated.
Last update: 2024-10-26 22:38:12 UTC
README
Installation
Step 1: Download the Bundle
$ composer require everlutionsk/sendin-blue-sms-bundle
Step 2: Enable the Bundle
<?php // app/AppKernel.php // ... class AppKernel extends Kernel { public function registerBundles() { $bundles = array( // ... new Everlution\SendinBlueSmsBundle\EverlutionSendinBlueSmsBundle(), ); // ... } // ... }
Configuration
coming soon
Usage
coming soon
TODO
coming soon