PHPackages                             nrobin/nano - 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. nrobin/nano

ActiveLibrary[API Development](/categories/api)

nrobin/nano
===========

nano api server

1.4.1(5y ago)141MITPHPPHP ^7.1.3

Since May 3Pushed 2y ago2 watchersCompare

[ Source](https://github.com/dnrobin/nano)[ Packagist](https://packagist.org/packages/nrobin/nano)[ RSS](/packages/nrobin-nano/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (2)DependenciesVersions (4)Used By (0)

nano
====

[](#nano)

A tiny API framework written in PHP for quick project prototypes.

Getting Started
===============

[](#getting-started)

```
require_once __DIR__ . '/vendor/autoload.php';

$api = new nano\Server();

# serve text from root
$api->get('/', function () {
    echo "Hello, World!";
});

$api->run();
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

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 ~0 days

Total

2

Last Release

1840d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11646765?v=4)[Daniel Robin](/maintainers/dnrobin)[@dnrobin](https://github.com/dnrobin)

---

Top Contributors

[![dnrobin](https://avatars.githubusercontent.com/u/11646765?v=4)](https://github.com/dnrobin "dnrobin (136 commits)")

---

Tags

apiserver

### Embed Badge

![Health badge](/badges/nrobin-nano/health.svg)

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

###  Alternatives

[planetteamspeak/ts3-php-framework

Modern use-at-will framework that provides individual components to manage TeamSpeak 3 Server instances

21786.4k5](/packages/planetteamspeak-ts3-php-framework)[rubix/server

Deploy your Rubix ML models to production with scalable stand-alone inference servers.

632.3k](/packages/rubix-server)

PHPackages © 2026

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