PHPackages                             arrilot/slim-api-controller - 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. arrilot/slim-api-controller

AbandonedArchivedLibrary[API Development](/categories/api)

arrilot/slim-api-controller
===========================

Simple base api controller for slimframework.com

0.2.1(6y ago)22.3k↓100%[1 issues](https://github.com/arrilot/slim-api-controller/issues)MITPHPPHP &gt;=5.5.9

Since Jan 13Pushed 6y agoCompare

[ Source](https://github.com/arrilot/slim-api-controller)[ Packagist](https://packagist.org/packages/arrilot/slim-api-controller)[ Docs](https://github.com/arrilot/slim-api-controller)[ RSS](/packages/arrilot-slim-api-controller/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/051f12cf1231bd1af281a5a5c9cb7ee550458d1e555a9b72b814edfe51a2c412/68747470733a2f2f706f7365722e707567782e6f72672f617272696c6f742f736c696d2d6170692d636f6e74726f6c6c65722f762f737461626c652e737667)](https://packagist.org/packages/arrilot/slim-api-controller/)[![Total Downloads](https://camo.githubusercontent.com/8ac74f03509b857dd04603a1485d8354d9c31519b8350848f274f86582a7f566/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f617272696c6f742f736c696d2d6170692d636f6e74726f6c6c65722e7376673f7374796c653d666c6174)](https://packagist.org/packages/arrilot/slim-api-controller)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/929e7ac6d3a1443340b50fcccc252981abe72fa293c9de0902da595fedc989dd/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f617272696c6f742f736c696d2d6170692d636f6e74726f6c6c65722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/arrilot/slim-api-controller/)

Simple base api controller for slimframework.com
================================================

[](#simple-base-api-controller-for-slimframeworkcom)

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

[](#installation)

1. `composer require arrilot/slim-api-controller`
2. Register the strategy and a logger into service container.

```
$container = $app->getContainer();
$container['foundHandler'] = function () {
    return new \Arrilot\SlimApiController\OnlyArgsStrategy();
};
$container['logger'] = function () {
    // return ...
};
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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

Every ~531 days

Total

3

Last Release

2347d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/58d505cd6b2551974b0c076d133fd9a3c9cd635bbf308adb17a6399bd3b63232?d=identicon)[Arrilot](/maintainers/Arrilot)

---

Top Contributors

[![arrilot](https://avatars.githubusercontent.com/u/2826480?v=4)](https://github.com/arrilot "arrilot (3 commits)")

---

Tags

apislimcontroller

### Embed Badge

![Health badge](/badges/arrilot-slim-api-controller/health.svg)

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

###  Alternatives

[d-scribe/laraquick

A collection of classes to be extended/used in laravel applications for quick development

371.8k1](/packages/d-scribe-laraquick)

PHPackages © 2026

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