PHPackages                             nanorocks/pocophp - 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. [Framework](/categories/framework)
4. /
5. nanorocks/pocophp

AbandonedArchivedProject[Framework](/categories/framework)

nanorocks/pocophp
=================

Minimalist PHP framework based on MVC design pattern inspired by Slim PHP.

v1.0.0(5y ago)25MITPHPPHP &gt;=7.1

Since Oct 12Pushed 5y ago1 watchersCompare

[ Source](https://github.com/nanorocks/poco)[ Packagist](https://packagist.org/packages/nanorocks/pocophp)[ Docs](https://github.com/nanorocks/pocoPHP)[ RSS](/packages/nanorocks-pocophp/feed)WikiDiscussions main Synced 3w ago

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

 [![logo](https://camo.githubusercontent.com/e392147df7278614833d4b84bf935e8dc9d6bdd4aa40f8e8a0b1b5fa11d00839/68747470733a2f2f692e6962622e636f2f76715278624e6b2f53637265656e73686f742d66726f6d2d323032302d31302d31322d31312d32322d32322d322e706e67)](https://camo.githubusercontent.com/e392147df7278614833d4b84bf935e8dc9d6bdd4aa40f8e8a0b1b5fa11d00839/68747470733a2f2f692e6962622e636f2f76715278624e6b2f53637265656e73686f742d66726f6d2d323032302d31302d31322d31312d32322d32322d322e706e67)

 *Ready to help you quickly write simple well designed web applications and APIs.*

### Installation

[](#installation)

It's recommended that you use [Composer](https://getcomposer.org/) to install pocoPHP.

```
$ composer create-project nanorocks/pocophp
```

This will install pocoPHP and all required dependencies. pocoPHP requires PHP 7.1 or newer.

### Frameworks skeleton

[](#frameworks-skeleton)

We demonstrate how to build a URL shortener and how to organize your code. It's easy to follow and to make clean-up. Currently, we don't support full-doc for this framework because it's the first release.

### Core packages and autoload

[](#core-packages-and-autoload)

- [Templating Twig](https://packagist.org/packages/twig/twig)
- [Eloquent ORM](https://packagist.org/packages/illuminate/database)
- [Pimple Dependency Injection Container](https://packagist.org/packages/pimple/pimple)
- [Bramus router](https://packagist.org/packages/bramus/router)
- [PSR-4](https://www.php-fig.org/psr/psr-4/)

in composer.json

```
"require": {
  "twig/twig": "^3.0",
  "illuminate/database": "^6.14",
  "pimple/pimple": "^3.2",
  "bramus/router": "^1.4",
  "illuminate/events": "^6.15",
  "illuminate/container": "^6.15"
},
"autoload": {
    "psr-4": {
        "App\\": "src/"
    }
}
```

### License

[](#license)

The pocoPHP framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

### Support me

[](#support-me)

[![Buy Me a Coffee at ko-fi.com](https://camo.githubusercontent.com/145a0aa482eafa6dba14e03c2eba459f0b54f7a194976b79d3fe41ae5d0acac9/68747470733a2f2f63646e2e6b6f2d66692e636f6d2f63646e2f6b6f6669312e706e673f763d32)](https://ko-fi.com/P5P41IKP9)

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

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

2092d ago

### Community

Maintainers

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

---

Top Contributors

[![nanorocks](https://avatars.githubusercontent.com/u/18250654?v=4)](https://github.com/nanorocks "nanorocks (22 commits)")

---

Tags

frameworkphppocophpphpframeworkpoco-php

### Embed Badge

![Health badge](/badges/nanorocks-pocophp/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[mongodb/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel

7.1k8.4M96](/packages/mongodb-laravel-mongodb)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M203](/packages/laravel-ai)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)

PHPackages © 2026

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