PHPackages                             artemio/hypem - 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. artemio/hypem

AbandonedArchivedLibrary[API Development](/categories/api)

artemio/hypem
=============

A wrapper for the hypem.com public API

2261[1 issues](https://github.com/artemio/hypem-php/issues)PHP

Since Jul 7Pushed 8y agoCompare

[ Source](https://github.com/artemio/hypem-php)[ Packagist](https://packagist.org/packages/artemio/hypem)[ RSS](/packages/artemio-hypem/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (3)DependenciesVersions (1)Used By (0)

hypem-php
=========

[](#hypem-php)

[![Build Status](https://camo.githubusercontent.com/179bf5d9e5530948047345520ede31c346647bce2f11b351fc1d148909495eba/68747470733a2f2f7472617669732d63692e6f72672f617274656d696f2f687970656d2d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/artemio/hypem-php)

A PHP wrapper for the hypem.com public API

Composer
--------

[](#composer)

`$ composer require artemio/hypem`

Quick Start and Examples
------------------------

[](#quick-start-and-examples)

```
require '../vendor/autoload.php';

use \Hypem\Playlist as Playlist;
use \Hypem\Track as Track;
use \Hypem\User as User;

// available Playlist static methods
$latest  = Playlist::latest('noremix')->get();
$popular = Playlist::popular()->get(3); // provide page number
$artist  = Playlist::artist('Placebo')->get();
$blog    = Playlist::blog(16746)->get(); // "Cruel Rythm" blog_id
$tags    = Playlist::tags('electro house')->get();
$search  = Playlist::search('Woodkid Iron')->get();

// get track by id
$track = new Track('264xq');

// get tracks of specific user
$user            = new User('username');
$feed            = $user->feed();
$favorites       = $user->favorites(5); // provide page number
$history         = $user->history();
$obsessed        = $user->obsessed();
$friendFavorites = $user->friendFavorites();
$friendObsessed  = $user->friendObsessed(2);
```

### Available filters for latest playlist

[](#available-filters-for-latest-playlist)

- `all` (default)
- `fresh`
- `remix`
- `noremix`

### Available filters for popular playlist

[](#available-filters-for-popular-playlist)

- `now` (default)
- `lastweek`
- `remix`
- `noremix`
- `artists`
- `twitter`

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/426560?v=4)[Artem Bykov](/maintainers/artembykov)[@artembykov](https://github.com/artembykov)

### Embed Badge

![Health badge](/badges/artemio-hypem/health.svg)

```
[![Health](https://phpackages.com/badges/artemio-hypem/health.svg)](https://phpackages.com/packages/artemio-hypem)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/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/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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