Download the PHP package avator/symfony-turbosms without Composer
On this page you can find all versions of the php package avator/symfony-turbosms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download avator/symfony-turbosms
More information about avator/symfony-turbosms
Files in avator/symfony-turbosms
Package symfony-turbosms
Short Description Symfony2/3 send sms from Turbosms.ua by SOAP Edit
License BSD-3-Clause
Homepage https://github.com/AVATOR/symfony-turbosms
Informations about the package symfony-turbosms
AVATORTurbosmsBundle
This bundle helps you to send sms in Symfony2/3 project.
Installation
Composer
Download LexxpavlovSettingsBundle and its dependencies to the vendor directory.
You can use Composer for the automated process:
or manually add link to bundle into your composer.json
and run $ composer update
:
Composer will install bundle to vendor/avator/symfony-turbosms
directory.
Adding bundle to your application kernel
Configuration
Now you need create the tables in your database:
or in Symfony2:
This will show SQL queries for creating of tables in the database. You may manually run these queries.
Note. You may also execute
php bin/console doctrine:schema:update --force
command, and Doctrine will create needed tables for you. But I strongly recommend you to execute--dump-sql
first and check SQL, which Doctrine will execute.
Use in controller
TODO
- Translate message
- Save log to file
- SonataAdmin
License
symfony-turbosms is released under the BSD 3-Clause License. See the bundled LICENSE.md
for details.