Download the PHP package yieldstudio/symfony-fake-sms-notifier without Composer
On this page you can find all versions of the php package yieldstudio/symfony-fake-sms-notifier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yieldstudio/symfony-fake-sms-notifier
More information about yieldstudio/symfony-fake-sms-notifier
Files in yieldstudio/symfony-fake-sms-notifier
Package symfony-fake-sms-notifier
Short Description Fake SMS (as email during development) integration for Symfony Notifier.
License MIT
Homepage https://github.com/YieldStudio/symfony-fake-sms-notifier
Informations about the package symfony-fake-sms-notifier
Fake SMS Notifier
Provides Fake SMS (as email during development) integration for Symfony Notifier.
Symfony Version | Package Version |
---|---|
~5.1.0 | 0.0.1 |
^5.2 | ^1.0.0 |
Installation
Enable the Bundle
Add following line in bundles.php
:
Enable the Fake SMS transport
Add the fakesms
chatter in config/packages/notifier.yaml
`
DSN example
where:
TO
is email who receive SMS during developmentFROM
is email who send SMS during development
Running the Tests
Install the Composer dependencies:
git clone https://github.com/YieldStudio/symfony-fake-sms-notifier.git
cd symfony-fake-sms-notifier
composer update
Then run the test suite:
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you've found a bug regarding security please mail [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of symfony-fake-sms-notifier with dependencies
symfony/http-client Version ^4.3|^5.0
symfony/notifier Version ^5.2
symfony/event-dispatcher-contracts Version ^2
symfony/mailer Version ^5.2