Releases: smsapi/smsapi-php-client
Releases · smsapi/smsapi-php-client
Version 3.0.1
- Guzzle HTTP helpers marked as optional dependency
Version 3.0.0
- PSR 7, 17, 18 support added - user may ship his own HTTP client implementation (built-in implementation available)
- Guzzle dependency dropped - user may choose to use it while implementing HTTP client or stay with built-in HTTP client
- UTF-8 as default encoding set - user do not have to set it explicitly
- Proxy support removed - user may add it while implementing HTTP client
- Ping feature changed - user can check authorization and service availability status
- Push feature removed
MFA feature
Merge pull request #88 from marcin-zadworny/mfa Multi-factor authentication feature - create operation