luyadev / luya-core
LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.
Installs: 165 298
Dependents: 29
Suggesters: 0
Security: 0
Stars: 5
Watchers: 5
Forks: 9
Type:luya-core
Requires
- curl/curl: ^2.0 || ^1.0
- giggsey/libphonenumber-for-php: ^8.11
- luyadev/luya-composer: ^1.0
- luyadev/yii-helpers: ^1.0
- phpmailer/phpmailer: ^6.0
- yiisoft/yii2: ~2.0.15
- dev-master
- 2.3.1
- 2.3.0
- 2.2.1
- 2.2.0
- 2.1.0
- 2.0.2
- 2.0.1
- 2.0.0
- 1.9.0
- 1.8.0
- 1.7.1
- 1.7.0
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.0
- 1.4.1
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.26
- 1.0.25
- 1.0.24
- 1.0.23
- 1.0.22
- 1.0.21
- 1.0.20
- 1.0.19
- 1.0.18
- 1.0.17
- 1.0.16
- 1.0.15
- 1.0.14.2
- 1.0.14.1
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2.1
- 1.0.2
- 1.0.1
- 1.0.0
- 1.0.0-RC4
- 1.0.0-RC3
- 1.0.0-RC2
- 1.0.0-RC1
- 1.0.0-beta8
- 1.0.0-beta7
- 1.0.0-beta6
This package is auto-updated.
Last update: 2024-10-08 13:33:10 UTC
README
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.
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.