PHPackages                             perfectin/api - 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. perfectin/api

ActiveTypo3-flow-framework[API Development](/categories/api)

perfectin/api
=============

TYPO3 Flow package for creating api

1.0(10y ago)010LGPL-3.0+PHP

Since Feb 10Pushed 10y ago1 watchersCompare

[ Source](https://github.com/benovie/PerfectIn.Api)[ Packagist](https://packagist.org/packages/perfectin/api)[ RSS](/packages/perfectin-api/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

PerfectIn.Api
=============

[](#perfectinapi)

is a TYPO3.Flow package to create api's for existing code

Example routing
---------------

[](#example-routing)

### Find all TYPO3\\Flow\\Security\\Role with REST

[](#find-all-typo3flowsecurityrole-with-rest)

Routes.yaml:

```
-
  name: 'Rest route for Roles'
  uriPattern: role
  httpMethods:
    - GET
  defaults:
    '@package': PerfectIn.Api
    '@controller': Rest
    '@action': handle
    class: TYPO3\Flow\Security\Policy\PolicyService
    method: getRoles

```

### Find one TYPO3\\Flow\\Security\\Role with REST

[](#find-one-typo3flowsecurityrole-with-rest)

> Note that the variable {roleIdentifier} in the url is automatically mapped to the $roleIdentifier parameter in the `getRole` method

Routes.yaml:

```
-
  name: 'Rest route for Role'
  uriPattern: 'role/{roleIdentifier}'
  httpMethods:
    - GET
  defaults:
    '@package': PerfectIn.Api
    '@controller': Rest
    '@action': handle
    class: TYPO3\Flow\Security\Policy\PolicyService
    method: getRole

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Unknown

Total

1

Last Release

3794d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6870882?v=4)[Benjamin Heek](/maintainers/benovie)[@benovie](https://github.com/benovie)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/perfectin-api/health.svg)

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

###  Alternatives

[hubspot/api-client

Hubspot API client

24016.2M19](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k12](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

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

PHPackages © 2026

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