├── CHANGELOG.md ├── FakeSmsEmailTransport.php ├── FakeSmsLoggerTransport.php ├── FakeSmsTransportFactory.php ├── LICENSE ├── Mailer └── DummyMailer.php ├── README.md └── composer.json /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/fake-sms-notifier/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /FakeSmsEmailTransport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/fake-sms-notifier/HEAD/FakeSmsEmailTransport.php -------------------------------------------------------------------------------- /FakeSmsLoggerTransport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/fake-sms-notifier/HEAD/FakeSmsLoggerTransport.php -------------------------------------------------------------------------------- /FakeSmsTransportFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/fake-sms-notifier/HEAD/FakeSmsTransportFactory.php -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/fake-sms-notifier/HEAD/LICENSE -------------------------------------------------------------------------------- /Mailer/DummyMailer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/fake-sms-notifier/HEAD/Mailer/DummyMailer.php -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/fake-sms-notifier/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/fake-sms-notifier/HEAD/composer.json --------------------------------------------------------------------------------