PHPackages                             pfwd/vimeo-entities - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. pfwd/vimeo-entities

ActiveLibrary[API Development](/categories/api)

pfwd/vimeo-entities
===================

A set of PHP entities that represent the Vimeo API responses

v1.0.3(7y ago)1101MITPHPPHP &gt;=7.2

Since Mar 15Pushed 7y ago1 watchersCompare

[ Source](https://github.com/pfwd/vimeo-entities)[ Packagist](https://packagist.org/packages/pfwd/vimeo-entities)[ Docs](https://github.com/pfwd/vimeo-entities)[ RSS](/packages/pfwd-vimeo-entities/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (6)Used By (1)

vimeo-entities
==============

[](#vimeo-entities)

A set of PHP entities that represent the Vimeo API responses Includes Hydrators that populate the entities from the responses

Usage
-----

[](#usage)

```
# ..

use PFWD\Vimeo\Hydrator\Type\Video;

// Get response
$client->request('/me/videos/', array(), 'GET');
$dataSet = $response['body']['data'];

// Loop over each video in the data set and hydrate a new Video entity
foreach($dataSet as $data) {
    $hydrator = new Video($data);
    $video = $hydrator->getEntity();
}
# ..
```

TODO
----

[](#todo)

Only Video details are working at the moment

Install
-------

[](#install)

```
$ composer require "pfwd/vimeo-entities"

```

Tests
-----

[](#tests)

To run tests

```
$ bin/phpstan analyse --level=7 src

```

```
$ bin/codecept run unit

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

4

Last Release

2611d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/925d3cdbd8069bbcfe0a711fe97999a916d0bcbf578c7635958779ef0ef72965?d=identicon)[pfwd](/maintainers/pfwd)

---

Top Contributors

[![pfwd](https://avatars.githubusercontent.com/u/126350?v=4)](https://github.com/pfwd "pfwd (2 commits)")

---

Tags

vimeoentitiesmodel layer

###  Code Quality

TestsCodeception

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/pfwd-vimeo-entities/health.svg)

```
[![Health](https://phpackages.com/badges/pfwd-vimeo-entities/health.svg)](https://phpackages.com/packages/pfwd-vimeo-entities)
```

###  Alternatives

[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/common-protos

Google API Common Protos for PHP

173103.7M49](/packages/google-common-protos)[hubspot/api-client

Hubspot API client

23414.2M16](/packages/hubspot-api-client)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
