{"id":33990024,"url":"https://github.com/shapintv/vimeo","last_synced_at":"2026-04-07T17:31:52.014Z","repository":{"id":57048944,"uuid":"237980505","full_name":"shapintv/vimeo","owner":"shapintv","description":"A Vimeo PHP Client","archived":false,"fork":false,"pushed_at":"2020-03-09T13:53:30.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-03T04:15:10.885Z","etag":null,"topics":["sdk","sdk-php","vimeo","vimeo-api"],"latest_commit_sha":null,"homepage":null,"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/shapintv.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-02-03T14:10:12.000Z","updated_at":"2020-03-09T13:53:31.000Z","dependencies_parsed_at":"2022-08-23T19:00:20.436Z","dependency_job_id":null,"html_url":"https://github.com/shapintv/vimeo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shapintv/vimeo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shapintv%2Fvimeo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shapintv%2Fvimeo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shapintv%2Fvimeo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shapintv%2Fvimeo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shapintv","download_url":"https://codeload.github.com/shapintv/vimeo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shapintv%2Fvimeo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31522258,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["sdk","sdk-php","vimeo","vimeo-api"],"created_at":"2025-12-13T06:02:00.920Z","updated_at":"2026-04-07T17:31:52.007Z","avatar_url":"https://github.com/shapintv.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vimeo PHP SDK\n\n[![Latest version](https://img.shields.io/github/release/shapintv/vimeo.svg?style=flat-square)](https://github.com/shapintv/vimeo/releases)\n[![Build status](https://img.shields.io/travis/shapintv/vimeo.svg?style=flat-square)](https://travis-ci.com/shapintv/vimeo)\n[![Total downloads](https://img.shields.io/packagist/dt/shapin/vimeo.svg?style=flat-square)](https://packagist.org/packages/shapin/vimeo)\n\n## Install\n\nVia Composer\n\n``` bash\ncomposer require shapintv/vimeo\n```\n\n## Usage\n\n### Create a `VimeoClient`\n\n```php\nuse Shapin\\Vimeo\\VimeoClient;\nuse Symfony\\Component\\HttpClient\\HttpClient;\n\n$httpClient = HttpClient::create([\n    'base_uri' =\u003e 'https://api.vimeo.com/',\n    'auth_bearer' =\u003e self::VIMEO_TOKEN,\n    'headers' =\u003e [\n        'Content-Type' =\u003e 'application/json',\n        'Accept' =\u003e 'application/vnd.vimeo.*+json;version=3.4',\n    ],\n]);\n\n$client = new VimeoClient($httpClient);\n```\n\n### Deal with videos\n\n```php\n// Get a video\n$video = $client-\u003evideos()-\u003eget(362164795);\n```\n\n### Integration with symfony\n\nCreate a new HttpClient:\n\n```yml\nframework:\n    http_client:\n        scoped_clients:\n            vimeo.client:\n                base_uri: 'https://api.vimeo.com/'\n                auth_bearer: '%env(VIMEO_TOKEN)%'\n                headers:\n                    'Content-Type': 'application/json'\n                    'Accept': 'application/vnd.vimeo.*+json;version=3.4'\n```\n\nThen create your service:\n\n```yml\nservices:\n    Shapin\\Vimeo\\VimeoClient: ['@vimeo.client', ~]\n```\n\nWhen do not use autowiring here in order to avoid the injection of the default `Serializer` if you have one.\nThis SDK directly build its own `Serializer` when none is passed which is fine for most use cases.\n\nOne day, I may consider creating a bundle in order to bootstrap this SDK...\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshapintv%2Fvimeo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshapintv%2Fvimeo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshapintv%2Fvimeo/lists"}