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 3y ago1 watchersCompare

[ Source](https://github.com/kid2407/ProxerPHP)[ Packagist](https://packagist.org/packages/kid2407/proxerphp)[ RSS](/packages/kid2407-proxerphp/feed)WikiDiscussions master Synced 3d 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 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity28

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://www.gravatar.com/avatar/c0b5a8fe6eaf1a303a787d8bb47110752672ae100db54e965e531265078196d6?d=identicon)[kid2407](/maintainers/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

[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)
