luyadev/luya-core

LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.

Installs: 161 872

Dependents: 28

Suggesters: 0

Security: 0

Stars: 5

Watchers: 5

Forks: 9

Type:luya-core

2.3.1 2024-02-07 13:19 UTC

README

LUYA Logo

READ ONLY REPOSITORY - PULL REQUESTS MUST BE SUBMITED TO LUYADEV/LUYA

The LUYA core extends the Yii 2 Framework by helpers and a structured way to run and build any web application you can think of.

Build Status Test Coverage Maintainability Total Downloads Yii2

About the LUYA core

There is a clear vision of the structure for modern web applications, in particluar:

  • How to use configuration files and keep them small
  • Arrangement and structure of directories
  • Components wich are already set by the core
  • Bulletproof DRY concept for secure and fast development

In other words it means you can also use LUYA to build an application without administration or cms but it still allows you to maintain the same code base over different projects, e.g. with just an MVC provided by Yii via the LUYA core or if you just need an admin UI where you can manage data of your application or as well if you also need a cms to manage the content.

Read more in the Guide