PHPackages                             imnicy/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. [HTTP &amp; Networking](/categories/http)
4. /
5. imnicy/api-skeleton

ActiveLibrary[HTTP &amp; Networking](/categories/http)

imnicy/api-skeleton
===================

A PHP Framework skeleton application for rapid development

1.0.1(3y ago)05MITPHPPHP ^7.4 || ^8.0

Since Dec 22Pushed 3y ago1 watchersCompare

[ Source](https://github.com/imnicy/api-skeleton)[ Packagist](https://packagist.org/packages/imnicy/api-skeleton)[ Docs](http://github.com/imnicy/api-skeleton)[ RSS](/packages/imnicy-api-skeleton/feed)WikiDiscussions main Synced 1mo ago

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

Nicy Framework API Skeleton Application
=======================================

[](#nicy-framework-api-skeleton-application)

Use this skeleton application to quickly setup and start working on a new Nicy Framework application. This application uses the latest Nicy.

This skeleton application was built for Composer. This makes setting up a new Nicy Framework application quick and easy.

Install the Application
-----------------------

[](#install-the-application)

Run this command from the directory in which you want to install your new Nicy Framework application. You will require PHP 7.4 or newer.

```
composer create-project imnicy/api-skeleton [my-app-name]
```

Replace `[my-app-name]` with the desired directory name for your new application. You'll want to:

- Point your virtual host document root to your new application's `public/` directory.
- Ensure `writeable/` is web writable.

To run the application in development, you can run these commands

```
cd [my-app-name]
composer start
```

Or you can use `docker-compose` to run the app with `docker`, so you can run these commands:

```
cd [my-app-name]
docker-compose up -d
```

After that, open `http://localhost:8080` in your browser.

Run this command in the application directory to run the test suite

```
composer test
```

That's it! Now go build something cool.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Unknown

Total

1

Last Release

1243d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3803ee48175d89a6266cbff2f6e2f015b5bb41a0a44c3a842af3883e1913ee8b?d=identicon)[imnicy](/maintainers/imnicy)

---

Top Contributors

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

---

Tags

restrouterpsr7microframework

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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