Download the PHP package codebar-ag/laravel-twilio-verify without Composer
On this page you can find all versions of the php package codebar-ag/laravel-twilio-verify. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download codebar-ag/laravel-twilio-verify
More information about codebar-ag/laravel-twilio-verify
Files in codebar-ag/laravel-twilio-verify
Package laravel-twilio-verify
Short Description Twilio Verify integration with Laravel
License MIT
Homepage https://github.com/codebar-ag/laravel-twilio-verify
Informations about the package laravel-twilio-verify
This package was developed to give you a quick start to communicate with the Twilio Verify service.
⚠️ This package is not designed as a replacement of the official Twilio REST API. See the documentation if you need further functionality. ⚠️
💡 What is Twilio Verify?
An elegant third-party integration to validate users with SMS, Voice, Email and Push. Add verification to any step of your user‘s journey with a single API.
🛠 Requirements
- PHP:
^8.0
- Laravel:
^8.12
- Twilio Account
⚙️ Installation
You can install the package via composer:
Add the following environment variables to your .env
file:
🏗 Usage
🔢 Verification Code Limits
- The generated code is valid for (10 minutes)[ https://www.twilio.com/docs/verify/api/rate-limits-and-timeouts].
- You have attempted to send the verification code more than 5 times and have (reached the limit)[https://www.twilio.com/docs/api/errors/60203].
🏋️ DTO showcase
🔧 Configuration file
You can publish the config file with:
This is the contents of the published config file:
✨ Events
Following events are fired:
🚧 Testing
Copy your own phpunit.xml-file.
Modify environment variables in the phpunit.xml-file:
Run the tests:
📝 Changelog
Please see CHANGELOG for more information on what has changed recently.
✏️ Contributing
Please see CONTRIBUTING for details.
🧑💻 Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
🙏 Credits
- Ruslan Steiger
- All Contributors
- Skeleton Repository from Spatie
- Laravel Package Training from Spatie
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-twilio-verify with dependencies
guzzlehttp/guzzle Version ^7.8
illuminate/contracts Version ^10.0
spatie/laravel-package-tools Version ^1.16