PHPackages                             lucinda/framework - 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. [Database &amp; ORM](/categories/database)
4. /
5. lucinda/framework

ActiveProject[Database &amp; ORM](/categories/database)

lucinda/framework
=================

Lucinda Framework 4.0: High performance, component-based PHP application skeleton

v4.2.5(3mo ago)165083[1 issues](https://github.com/aherne/lucinda-framework/issues)MITPHPPHP ^8.1

Since Nov 10Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/aherne/lucinda-framework)[ Packagist](https://packagist.org/packages/lucinda/framework)[ Docs](https://www.lucinda-framework.com)[ RSS](/packages/lucinda-framework/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (16)Versions (131)Used By (0)

Lucinda Framework
=================

[](#lucinda-framework)

Lucinda Framework 4.0 is an ultra high performance web application skeleton developed with simplicity and modularity at its foundation. In order to fulfil these goals, it functions as an XML-based contract of 24 completely independent APIs, each designed for a particular aspect of a web application's logic:

[![diagram](https://camo.githubusercontent.com/674052bced7ed514a1be2b5bdb4ec85aefab0038f95a608dd93d4d4cd3973e5f/68747470733a2f2f7777772e6c7563696e64612d6672616d65776f726b2e636f6d2f6c7563696e64612d6672616d65776f726b2e737667)](https://camo.githubusercontent.com/674052bced7ed514a1be2b5bdb4ec85aefab0038f95a608dd93d4d4cd3973e5f/68747470733a2f2f7777772e6c7563696e64612d6672616d65776f726b2e636f6d2f6c7563696e64612d6672616d65776f726b2e737667)

APIs that take part in this dance are:

APIDescription[Abstract MVC API](https://github.com/aherne/mvc)handles any type of requests into responses using MVC paradigm[STDOUT MVC API](https://github.com/aherne/php-servlets-api)handles HTTP requests into responses on top of [Abstract MVC API](https://github.com/aherne/mvc)[STDERR MVC API](https://github.com/aherne/errors-api)handles errors or uncaught exceptions into reports and responses on top of [Abstract MVC API](https://github.com/aherne/mvc)[View Language API](https://github.com/aherne/php-view-language-api)templates HTML views using a language extending HTML standard, similar to Java's EL &amp; JSTL[Logging API](https://github.com/aherne/php-logging-api)logs messages/exceptions to a storage medium[SQL Data Access API](https://github.com/aherne/php-sql-data-access-api)connects to SQL vendors (eg: MySQL), executes queries and parses results on top of PDO[NoSQL Data Access API](https://github.com/aherne/php-nosql-data-access-api)connects to NoSQL key-value stores (eg: Redis), executes operations (eg: get) and retrieves results[Web Security API](https://github.com/aherne/php-security-api)performs authentication and authorization on different combinations[OAuth2 Client API](https://github.com/aherne/oauth2client)communicates with OAuth2 Providers (eg: Facebook) in order to retrieve remote resources owned by client[HTTP Headers API](https://github.com/aherne/headers-api)encapsulates HTTP Request/Response headers according to ISO standards and applies Cache/CORS validation when demanded[Internationalization API](https://github.com/aherne/php-internationalization-api)makes it possible for HTML views to be translated automatically to client's localeFramework logic thus becomes strictly one of integrating all above functionalities for a common goal, that of providing an integrated platform for programmers to start developing on. To further modularity and ease of update even further, framework itself is broken into THREE APIs, each with its own repo:

APIDescription[Framework Skeleton API](https://github.com/aherne/lucinda-framework)contains "mobile" part of framework logic, the project skeleton developers will start working on once framework was installed. Once installed, logic inside becomes owned by developers, so it cannot be updated.[Framework Engine API](https://github.com/aherne/lucinda-framework-engine)contains "fixed" part of framework logic, from binding classes required in APIs "conversation as well to general purpose classes. All logic inside is owned by framework, so open for composer update but not open for change by developers.[Framework Configurer API](https://github.com/aherne/lucinda-framework-configurer)contains console step-by-step configurer as well as files going to be copied on developers' project once process completes. All logic inside is owned by framework, as in above, but choices of configuration are in developer's hands.As its composing APIs, framework itself is PHP 8.1+ and PSR4 autoload compliant, using unit testing (for engine) as well as functional testing (for skeleton and configurer) to insure stability.

Thanks to its modular and harmonic design, it's both extremely easy to use (as [tutorials](https://www.lucinda-framework.com/tutorials) show) and exceptionally fast (as [benchmarks](https://www.lucinda-framework.com/benchmarks) show: **75 times faster than Laravel** using factory settings for both). To learn more, go to:

****

###  Health Score

56

—

FairBetter than 98% of packages

Maintenance85

Actively maintained with recent releases

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity89

Battle-tested with a long release history

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

Recently: every ~90 days

Total

130

Last Release

119d ago

Major Versions

v3.4.1 → v4.1.82022-12-25

v2.0.x-dev → v4.2.02025-01-20

v3.4.4 → v4.2.22025-01-21

v3.4.5 → v4.2.32025-01-22

v3.0.x-dev → v4.2.42026-01-16

PHP version history (4 changes)v3.0.0PHP ^7.1

v3.3.4PHP ^7.1|^8.0

v4.0.0PHP ^8.1

v3.4.3PHP &gt;=7.1.0 &lt;8.1.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3382770?v=4)[Lucian Gabriel Popescu](/maintainers/aherne)[@aherne](https://github.com/aherne)

---

Top Contributors

[![aherne](https://avatars.githubusercontent.com/u/3382770?v=4)](https://github.com/aherne "aherne (321 commits)")

---

Tags

logginglocalizationinternationalizationi18nsecuritysqlerrorscachingtemplatingSimpleoauth2nosqlmvcfastlight-weight

### Embed Badge

![Health badge](/badges/lucinda-framework/health.svg)

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

###  Alternatives

[paragonie/easydb-cache

Caching Adapter for EasyDB (caches Prepared Statements to reduce round trips)

3120.3k2](/packages/paragonie-easydb-cache)[richan-fongdasen/laravel-i18n

Simple route and eloquent localization / translation in Laravel

1296.6k](/packages/richan-fongdasen-laravel-i18n)[corneltek/lazyrecord

The Fast PHP ORM

103.6k2](/packages/corneltek-lazyrecord)

PHPackages © 2026

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