PHPackages                             kid2407/proxerphp - 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. kid2407/proxerphp

ActiveLibrary[API Development](/categories/api)

kid2407/proxerphp
=================

Ein Wrapper für die Proxer.me API

04[1 PRs](https://github.com/kid2407/ProxerPHP/pulls)PHP

Since Mar 30Pushed 4y ago1 watchersCompare

[ Source](https://github.com/kid2407/ProxerPHP)[ Packagist](https://packagist.org/packages/kid2407/proxerphp)[ RSS](/packages/kid2407-proxerphp/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (2)Used By (0)

ProxerPHP
=========

[](#proxerphp)

What is this?
-------------

[](#what-is-this)

This is a Library for the API of the website [proxer.me](https://www.proxer.me). The current Version of the supported API is `v1`

> Note: This is still in the middle of developement, so things might work or work not.

Installation with Composer
--------------------------

[](#installation-with-composer)

`composer require kid2407/proxerPHP`

Usage
-----

[](#usage)

To use ProxerPHP, you have to provide your own API-Key from .

To get started create an instance of the ProxerPHP class:

```
$proxerPHP = new ProxerPHP\Api\ProxerPHP($apiKey);
```

Now you are ready to go. Starting from the ProxerPHP instance, you can start calling the API. Example for getting the link to an Anime stream:

```
$entryId = 894; // The ID of the entry
$episode = 2; // Episode to show
$language = new ProxerPHP\Util\AnimeLanguage(ProxerPHP\Util\AnimeLanguage::ENG_SUB); // The language in which the streams should be

$streams = $proxerPHP->anime()->getStreams($entryId, $episode, $language);
$streamLink = $proxerPHP->anime()->getStreamLink($streams->first());
```

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 Bus Factor1

Top contributor holds 95% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13555681?v=4)[Tobias Franz](/maintainers/kid2407)[@kid2407](https://github.com/kid2407)

---

Top Contributors

[![kid2407](https://avatars.githubusercontent.com/u/13555681?v=4)](https://github.com/kid2407 "kid2407 (19 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

### Embed Badge

![Health badge](/badges/kid2407-proxerphp/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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