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

ActiveLibrary[Framework](/categories/framework)

elecena/nano
============

A legacy PHP framework for elecena.pl

v0.18.0(6mo ago)12.2kMITPHPPHP ^8.3CI passing

Since Mar 16Pushed yesterdayCompare

[ Source](https://github.com/elecena/nano)[ Packagist](https://packagist.org/packages/elecena/nano)[ RSS](/packages/elecena-nano/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (8)Versions (33)Used By (0)

nano [![Latest Stable Version](https://camo.githubusercontent.com/a7acd8a2cfde95561383d5d75d830f6c5dbbf66a7e50bd5ec45dc8750759c42f/687474703a2f2f706f7365722e707567782e6f72672f656c6563656e612f6e616e6f2f76)](https://packagist.org/packages/elecena/nano)[![phpunit](https://github.com/elecena/nano/actions/workflows/tests.yaml/badge.svg)](https://github.com/elecena/nano/actions/workflows/tests.yaml)[![Coverage Status](https://camo.githubusercontent.com/6c3d64f08383fd21aba4553c77dab8bb3c4185fb4c23ffcf3fe9134ce3da2253/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f656c6563656e612f6e616e6f2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/elecena/nano?branch=master)
==========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#nano)

Testing
-------

[](#testing)

```
docker run -d -p 6379:6379 --name redis-test redis:5.0.9-alpine redis-server --requirepass qwerty --port 6379
docker run -d -p 5555:80 --name httpin kennethreitz/httpbin
composer run test

```

Configuration
-------------

[](#configuration)

- Add the following entry to `/etc/hosts`:

```
127.0.0.1       elecena.local

```

- Copy `../app/apache/000-elecena.conf` to `/etc/apache2/sites-available`.
- `sudo a2enmod rewrite && sudo a2enmod php5 && sudo a2ensite 000-elecena.conf`
- `sudo service apache2 restart`

### rsyslog

[](#rsyslog)

- Uncomment the following in `/etc/rsyslog.conf`:

```
# provides UDP syslog reception
$ModLoad imudp
$UDPServerRun 514

```

- `sudo service rsyslog restart`

Apache
------

[](#apache)

```
RewriteEngine On

# static assets
RewriteRule \.(css|js|gif|png|jpg)$ static.php [L]

# API requests
RewriteRule \.(json|xml)$ api.php [L]

# URL - last (always redirect)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php [L]

```

Nginx
-----

[](#nginx)

```

		\.(css|js|gif|png|jpg)$ /static.php

		\.(json|xml)$ /api.php

			^/(.+)$ /index.php last

```

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance85

Actively maintained with recent releases

Popularity21

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 60.3% 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 ~96 days

Recently: every ~159 days

Total

19

Last Release

207d ago

PHP version history (6 changes)v0.1.0PHP &gt;=7.3.0

v0.5.0PHP &gt;=7.3.0 || ^8.0

v0.8.1PHP &gt;=7.4.0 || ^8.0

v0.9.0PHP ^8.1

v0.15.0PHP ^8.2

v0.17.0PHP ^8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1929317?v=4)[Maciej Brencz](/maintainers/macbre)[@macbre](https://github.com/macbre)

---

Top Contributors

[![macbre](https://avatars.githubusercontent.com/u/1929317?v=4)](https://github.com/macbre "macbre (831 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (548 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M508](/packages/pimcore-pimcore)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.1k17.8k](/packages/prestashop-prestashop)[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k16.4k79](/packages/elgg-elgg)[contao/core-bundle

Contao Open Source CMS

1231.6M2.8k](/packages/contao-core-bundle)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)

PHPackages © 2026

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