{"id":18552082,"url":"https://github.com/baraja-core/vimeo-video-api","last_synced_at":"2025-05-15T11:11:07.706Z","repository":{"id":48404185,"uuid":"208320070","full_name":"baraja-core/vimeo-video-api","owner":"baraja-core","description":"Simple API wrapper for Vimeo.","archived":false,"fork":false,"pushed_at":"2022-09-08T13:41:46.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-17T10:48:59.328Z","etag":null,"topics":["api-wrapper","vimeo-api"],"latest_commit_sha":null,"homepage":"https://baraja.cz","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/baraja-core.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":"2019-09-13T18:07:36.000Z","updated_at":"2022-03-12T10:05:56.000Z","dependencies_parsed_at":"2022-09-21T21:01:16.272Z","dependency_job_id":null,"html_url":"https://github.com/baraja-core/vimeo-video-api","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baraja-core%2Fvimeo-video-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baraja-core%2Fvimeo-video-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baraja-core%2Fvimeo-video-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baraja-core%2Fvimeo-video-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baraja-core","download_url":"https://codeload.github.com/baraja-core/vimeo-video-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254328389,"owners_count":22052633,"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":["api-wrapper","vimeo-api"],"created_at":"2024-11-06T21:12:44.751Z","updated_at":"2025-05-15T11:11:07.686Z","avatar_url":"https://github.com/baraja-core.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Vimeo video API\n===============\n\nSimple API wrapper for Vimeo. [Czech documentation](https://php.baraja.cz/zpracovani-nahledovych-obrazku-z-vimea)\n\nDownload video name, description, thumbnail, duration and more.\n\n📦 Installation\n---------------\n\nIt's best to use [Composer](https://getcomposer.org) for installation, and you can also find the package on\n[Packagist](https://packagist.org/packages/baraja-core/vimeo-video-api) and\n[GitHub](https://github.com/baraja-core/vimeo-video-api).\n\nTo install, simply use the command:\n\n```\n$ composer require baraja-core/vimeo-video-api\n```\n\nYou can use the package manually by creating an instance of the internal classes, or register a DIC extension to link the services directly to the Nette Framework.\n\nAnd simple create instance or create service:\n\n```yaml\nservice:\n    - \\Baraja\\VimeoAPI\\VimeoVideoAPI(%vimeo.referer%)\n\nparameters:\n    vimeo:\n        referer: https://baraja.cz\n```\n\nOr manually:\n\n```php\n$api = new \\Baraja\\VimeoAPI\\VimeoVideoAPI;\n\n$token = 0; // Some token as integer\n$info = $api-\u003egetInfo($token);\n\necho var_dump($info);\n\n// or specific information\n\necho 'Duration is: ' . $info-\u003egetDuration();\n```\n\nReferer\n-------\n\nIn new Vimeo API you must use `http referer`, it's domain name of your server where your API is hosted.\n\nIf the referrer is not listed, the `baraja.cz` is assumed.\n\n📄 License\n-----------\n\n`baraja-core/vimeo-video-api` is licensed under the MIT license. See the [LICENSE](https://github.com/baraja-core/variable-generator/blob/master/LICENSE) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaraja-core%2Fvimeo-video-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaraja-core%2Fvimeo-video-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaraja-core%2Fvimeo-video-api/lists"}