lucinda / framework
Lucinda Framework 4.0: High performance, component-based PHP application skeleton
Installs: 464
Dependents: 0
Suggesters: 0
Security: 0
Stars: 16
Watchers: 3
Forks: 3
Open Issues: 1
Type:project
Requires
- php: ^8.1
- ext-simplexml: *
- lucinda/abstract_mvc: ~2.0
- lucinda/console-mvc: ~2.0
- lucinda/errors-mvc: ~3.0
- lucinda/framework-configurer: ~3.0
- lucinda/framework-engine: ~3.0
- lucinda/headers: ~2.0
- lucinda/internationalization: ~4.0
- lucinda/logging: ~4.0
- lucinda/migrations: ^2.0
- lucinda/mvc: ~4.0
- lucinda/nosql-data-access: ~4.0
- lucinda/oauth2-client: ~3.0
- lucinda/security: ~4.0
- lucinda/sql-data-access: ~4.0
- lucinda/view-language: ~4.0
Requires (Dev)
- lucinda/unit-testing: ^2.0
- dev-master
- v4.1.11
- v4.1.10
- v4.1.9
- v4.1.8
- v4.1.7
- v4.1.6
- v4.1.5
- v4.1.4
- v4.1.3
- v4.1.2
- v4.1.1
- v4.1.0
- v4.0.x-dev
- v4.0.6
- v4.0.5
- v4.0.4
- v4.0.3
- v4.0.2
- v4.0.1
- v4.0.0
- v3.4.3
- v3.4.2
- v3.4.1
- v3.4.0
- v3.3.9
- v3.3.8
- v3.3.7
- v3.3.6
- v3.3.5
- v3.3.4
- v3.3.3
- v3.3.2.2
- v3.3.2.1
- v3.3.2
- v3.3.1.1
- v3.3.1
- v3.3.0
- v3.2.2
- v3.2.1
- v3.2.0.1
- v3.2.0
- v3.1.0
- v3.0.x-dev
- v3.0.6.1
- v3.0.6
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.3.4
- v2.3.3
- v2.3.2
- v2.3.1
- v2.3.0
- v2.2.3
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.11
- v2.1.10
- v2.1.9.1
- v2.1.9
- v2.1.8
- v2.1.7
- v2.1.6
- v2.1.5.1
- v2.1.5
- v2.1.4
- v2.1.3
- v2.1.2.3
- v2.1.2.2
- v2.1.2.1
- v2.1.2
- v2.1.1.4
- v2.1.1.3
- v2.1.1.2
- v2.1.1.1
- v2.1.1
- v2.1.0.1
- v2.1.0
- v2.0.x-dev
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.4.4
- v1.4.3.3
- v1.4.3.2
- v1.4.3.1
- v1.4.3
- v1.4.2.2
- v1.4.2.1
- v1.4.2
- v1.4.1
- v1.4.0.2
- v1.4.0.1
- v1.4.0
- v1.3.1
- v1.3.0.1
- v1.3.0
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.8
- v1.1.7
- v1.1.6
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.x-dev
- v1.0.1
- v1.0.0
This package is auto-updated.
Last update: 2024-11-13 16:09:57 UTC
README
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:
APIs that take part in this dance are:
Framework 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:
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 show) and exceptionally fast (as benchmarks show: 75 times faster than Laravel using factory settings for both). To learn more, go to: