{"id":23858980,"url":"https://github.com/coloredcow/laravel-twilio","last_synced_at":"2026-05-30T22:30:15.733Z","repository":{"id":56956748,"uuid":"61091948","full_name":"ColoredCow/laravel-twilio","owner":"ColoredCow","description":"Quickly add the ability to send SMS from your laravel applications using Twilio service. (Deprecated)","archived":false,"fork":false,"pushed_at":"2018-05-26T10:47:36.000Z","size":27,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-03T03:32:06.178Z","etag":null,"topics":["composer-package","laravel","sms-api"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ColoredCow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-14T04:34:30.000Z","updated_at":"2018-05-26T10:48:39.000Z","dependencies_parsed_at":"2022-08-21T08:50:41.304Z","dependency_job_id":null,"html_url":"https://github.com/ColoredCow/laravel-twilio","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColoredCow%2Flaravel-twilio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColoredCow%2Flaravel-twilio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColoredCow%2Flaravel-twilio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ColoredCow%2Flaravel-twilio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ColoredCow","download_url":"https://codeload.github.com/ColoredCow/laravel-twilio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240163494,"owners_count":19758023,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["composer-package","laravel","sms-api"],"created_at":"2025-01-03T03:28:58.680Z","updated_at":"2026-05-30T22:30:15.664Z","avatar_url":"https://github.com/ColoredCow.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel and Twilio Integration\nQuickly add the ability to send SMS from your laravel applications using Twilio service.\n\n\n## Installation\n\n\nRequire this package in your `composer.json` and update composer.\n\n```php\n\"coloredcow/laravel-twilio\": \"1.0.*\"\n```\n\nAfter updating composer, add the ServiceProvider to the providers array in `config/app.php`\n\n```php\nColoredCow\\Twilio\\Providers\\SmsServiceProvider::class,\nColoredCow\\Twilio\\Providers\\VoiceServiceProvider::class,\n```\n\nYou can use the facade for shorter code. Add this to your aliases:\n\n```php\n'Sms' =\u003e ColoredCow\\Twilio\\Facades\\Sms::class,\n'Voice' =\u003e ColoredCow\\Twilio\\Facades\\Voice::class,\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoloredcow%2Flaravel-twilio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoloredcow%2Flaravel-twilio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoloredcow%2Flaravel-twilio/lists"}