Download the PHP package myowncode/symfony-turbosms without Composer
On this page you can find all versions of the php package myowncode/symfony-turbosms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download myowncode/symfony-turbosms
More information about myowncode/symfony-turbosms
Files in myowncode/symfony-turbosms
Package symfony-turbosms
Short Description Turbosms service client for Symfony applications
License MIT
Homepage https://github.com/tendallas/myowncode-turbosms-bundle.git
Informations about the package symfony-turbosms
Myowncode TurboSms Bundle
This bundle helps you to integrate with http://turbosms.ua service in Symfony4 project.
Installation
Composer
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/myowncode/symfony-turbosms
directory.
Adding bundle to your application kernel
Configuration
Now you need create the tables in your database:
or just perform migrations diff:
This will show SQL queries for creating of tables in the database (or create new migrations). 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
- Add tests
- Translate message
- Save log to file
- Integrate with EasyAdmin
License
symfony-turbosms is released under the BSD 3-Clause License. See the bundled LICENSE.md
for details.
All versions of symfony-turbosms with dependencies
doctrine/cache Version ~1.5
doctrine/dbal Version ~2.3
doctrine/doctrine-bundle Version ~1.2
doctrine/orm Version ~2.3
psr/log Version ^1.0
symfony/config Version ^4.0
symfony/dependency-injection Version ^4.0
symfony/doctrine-bridge Version ^4.0
symfony/framework-bundle Version ^4.0
symfony/polyfill-mbstring Version ^1.0
symfony/translation Version ^4.0
symfony/validator Version ^4.0