├── CHANGELOG.md ├── LICENSE ├── README.md ├── VERSION ├── composer.json ├── examples ├── data │ └── .htaccess └── gateway.php └── src └── SMSGateway.php /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/multiOTP/SMSGateway/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/multiOTP/SMSGateway/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/multiOTP/SMSGateway/HEAD/README.md -------------------------------------------------------------------------------- /VERSION: -------------------------------------------------------------------------------- 1 | 1.0.9 -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/multiOTP/SMSGateway/HEAD/composer.json -------------------------------------------------------------------------------- /examples/data/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/multiOTP/SMSGateway/HEAD/examples/data/.htaccess -------------------------------------------------------------------------------- /examples/gateway.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/multiOTP/SMSGateway/HEAD/examples/gateway.php -------------------------------------------------------------------------------- /src/SMSGateway.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/multiOTP/SMSGateway/HEAD/src/SMSGateway.php --------------------------------------------------------------------------------