PHPackages                             sunaryohadi/slim-api-skeleton - 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. sunaryohadi/slim-api-skeleton

ActiveLibrary[API Development](/categories/api)

sunaryohadi/slim-api-skeleton
=============================

A Slim Framework skeleton application for API development

18PHP

Since Nov 29Pushed 7y ago1 watchersCompare

[ Source](https://github.com/sunaryohadi/slim-api-skeleton)[ Packagist](https://packagist.org/packages/sunaryohadi/slim-api-skeleton)[ RSS](/packages/sunaryohadi-slim-api-skeleton/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Slim 3 API Skeleton
===================

[](#slim-3-api-skeleton)

This is a simple skeleton project for Slim 3 that includes ezSQL.

Also theres same component, which is mostly required.

Requirements
------------

[](#requirements)

- PHP 5.6.x or newer
- MySQL Server 5.x or newer

Create your project:
--------------------

[](#create-your-project)

```
$ composer create-project -n -s dev sunaryohadi/slim-api-skeleton my-app

```

### Run it:

[](#run-it)

1. `$ cd my-app`
2. `$ composer start`
3. Browse to

Key directories
---------------

[](#key-directories)

- `private`: Application code
- `private/src`: All class files within the `private` namespace
- `tmp/log`: Log files
- `web`: Webserver root
- `private/routes`: Router file
- `private/vendor`: Composer dependencies

Key files
---------

[](#key-files)

- `web/index.php`: Entry point to Application
- `private/settings.php`: Configuration
- `private/dependencies.php`: Services for Pimple
- `private/middleware.php`: Application middleware
- `private/routes/root.php`: Main route are here
- `private/src/Action/...`: Action classes better here

Credits
-------

[](#credits)

-
-

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![sunaryohadi](https://avatars.githubusercontent.com/u/2224395?v=4)](https://github.com/sunaryohadi "sunaryohadi (10 commits)")

### Embed Badge

![Health badge](/badges/sunaryohadi-slim-api-skeleton/health.svg)

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

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