{"id":15287408,"url":"https://github.com/invit/plivobundle","last_synced_at":"2026-04-04T18:07:49.550Z","repository":{"id":18032687,"uuid":"21071453","full_name":"invit/PlivoBundle","owner":"invit","description":"Symfony plivo service wrapper","archived":false,"fork":false,"pushed_at":"2024-10-15T10:33:17.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T05:08:48.136Z","etag":null,"topics":["php","plivo","plivo-sms","plivo-voice","symfony","symfony-bundle"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/invit.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":"2014-06-21T15:17:09.000Z","updated_at":"2024-10-15T10:32:39.000Z","dependencies_parsed_at":"2023-01-13T19:37:39.070Z","dependency_job_id":null,"html_url":"https://github.com/invit/PlivoBundle","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/invit%2FPlivoBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/invit%2FPlivoBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/invit%2FPlivoBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/invit%2FPlivoBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/invit","download_url":"https://codeload.github.com/invit/PlivoBundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248665747,"owners_count":21142123,"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":["php","plivo","plivo-sms","plivo-voice","symfony","symfony-bundle"],"created_at":"2024-09-30T15:28:05.365Z","updated_at":"2026-04-04T18:07:49.536Z","avatar_url":"https://github.com/invit.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Plivo bundle\n\nThis bundle creates a Symfony wrapper service for the official Plivo PHP helper library\n\n## Installation\n\n```bash\ncomposer require invit/plivo-bundle\n```\n\nAlso, enable the bundle in bundles.php:\n\n``` php\n\u003c?php\n// config/bundles.php\n\nreturn [\n    ...\n    Invit\\PlivoBundle\\InvitPlivoBundle::class =\u003e ['all' =\u003e true],\n    ...\n];\n```\n\nConfigure the application with the credentials you find on the [plivo dashboard](https://manage.plivo.com/dashboard/).\n\n``` yaml\ninvit_plivo:\n    auth:\n        auth_id:      \"xxxxx\"\n        auth_token:   \"yyyyy\"\n```\n\n## Example\n\n```php\n$this-\u003eget(PlivoApi::class)-\u003ecalls-\u003eplay(\n    'cf5fe5ff-9952-yyyy-xxxx-b75ff490ffff', \n    ['https://s3-eu-west-1.amazonaws.com/waitsongbucket/wait.mp3'], \n    [\n        'loop' =\u003e 'true',\n        'mix' =\u003e 'false',\n        'legs' =\u003e 'both',\n    ]\n);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvit%2Fplivobundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finvit%2Fplivobundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvit%2Fplivobundle/lists"}