{"id":19475894,"url":"https://github.com/vimeo/vimeo.php","last_synced_at":"2025-05-15T01:04:25.551Z","repository":{"id":458036,"uuid":"9654006","full_name":"vimeo/vimeo.php","owner":"vimeo","description":"Official PHP library for the Vimeo API.","archived":false,"fork":false,"pushed_at":"2023-12-21T15:22:27.000Z","size":772,"stargazers_count":446,"open_issues_count":69,"forks_count":208,"subscribers_count":52,"default_branch":"master","last_synced_at":"2024-05-22T05:42:27.872Z","etag":null,"topics":["vimeo","vimeo-api"],"latest_commit_sha":null,"homepage":"https://developer.vimeo.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vimeo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-04-24T17:50:08.000Z","updated_at":"2024-06-18T10:53:49.393Z","dependencies_parsed_at":"2024-06-18T10:53:48.789Z","dependency_job_id":"5c5d9d24-9fb7-466f-822e-5d798eb93a22","html_url":"https://github.com/vimeo/vimeo.php","commit_stats":{"total_commits":206,"total_committers":32,"mean_commits":6.4375,"dds":0.7669902912621359,"last_synced_commit":"d3c49b740bd924905305de488f2eabd6e182d4d7"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimeo%2Fvimeo.php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimeo%2Fvimeo.php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimeo%2Fvimeo.php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimeo%2Fvimeo.php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vimeo","download_url":"https://codeload.github.com/vimeo/vimeo.php/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248968916,"owners_count":21191162,"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":["vimeo","vimeo-api"],"created_at":"2024-11-10T19:35:32.221Z","updated_at":"2025-04-14T22:12:11.403Z","avatar_url":"https://github.com/vimeo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Interacting with the Vimeo API using PHP\n\nThis is a simple PHP library for interacting with the [Vimeo API](https://developers.vimeo.com).\n\n## Before you start\n\n### Get started with the Vimeo API\n\nIf you’re new to Vimeo APIs, check out [Getting Started: The Basics](https://developer.vimeo.com/api/start) before diving into the content on this page. \n\n### Understand the PHP hierarchy\n\nThe API docs often use dot notation to represent a hierarchy of data, such as `privacy.view`. Since the PHP library sends all data using JSON, you must use nested associative arrays instead of dot notation.\n\n```php\n// The documentation refers to the following as `privacy.view`\n$params = ['privacy' =\u003e ['view' =\u003e 'disable']];\n```\n\n## Install and access the PHP library\n\nTo install the PHP library, run the following command:\n\n```bash\ncomposer require vimeo/vimeo-api\n```\n\nAfter installation is complete, you can access the library by using `$lib = new \\Vimeo\\Vimeo($client_id, $client_secret)` in a Composer-enabled PHP script.\n\n## Advanced examples\n\nTo see examples of the most common use cases of the PHP library, visit our [PHP Library Examples](https://developer.vimeo.com/api/libraries/examples) page. \n\n## Framework integrations\n\nWe have PHP framework integrations for [WordPress](http://vimeography.com/) and [Laravel](https://github.com/vimeo/laravel). \n\nIf you've integrated Vimeo into a popular PHP framework, [let us know](https://vimeo.com/help/contact)!\n\n## Support\n\nTo troubleshoot an issue, reach out to [Vimeo Support](https://vimeo.com/help/contact).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvimeo%2Fvimeo.php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvimeo%2Fvimeo.php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvimeo%2Fvimeo.php/lists"}