PHPackages                             reflect-io/reflect-php - 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. reflect-io/reflect-php

ActiveLibrary[API Development](/categories/api)

reflect-io/reflect-php
======================

Reflect API client library for PHP

v0.1.0(8y ago)010MITPHPPHP ^7.1

Since May 2Pushed 8y ago5 watchersCompare

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

READMEChangelogDependencies (8)Versions (2)Used By (0)

reflect-php
===========

[](#reflect-php)

Installation
------------

[](#installation)

```
$ composer require reflect-io/reflect-php
```

Generating user tokens
----------------------

[](#generating-user-tokens)

```
use Reflect\Project\Token;

$accessKey = 'd232c1e5-6083-4aa7-9042-0547052cc5dd';
$secretKey = '74678a9b-685c-4c14-ac45-7312fe29de06';

$parameter = new Token\Parameter(
    'user-id',
    Token\Parameter\Op::EQUALS,
    '1234'
);

$token = (new Token\Builder($accessKey))
    ->setAttribute('user-id', 1234)
    ->setAttribute('user-name', 'Billy Bob')
    ->addParameter($parameter)
    ->build($secretKey);
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity48

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2936d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fa16186cd529b652ab906704d526cf8d32bd4eeda54f74f06c5568dec2fa8128?d=identicon)[impl](/maintainers/impl)

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/reflect-io-reflect-php/health.svg)

```
[![Health](https://phpackages.com/badges/reflect-io-reflect-php/health.svg)](https://phpackages.com/packages/reflect-io-reflect-php)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k12.2M45](/packages/knuckleswtf-scribe)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)[temporal/sdk

Temporal SDK

4002.2M18](/packages/temporal-sdk)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

169425.2k8](/packages/pocketmine-bedrock-protocol)

PHPackages © 2026

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