codepolitan / meincms-core
MeinCMS Core
Installs: 216
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 0
Type:package
Requires
- php: ^7.1 || ^8.0
- codeigniter/framework: 3.1.*
- filp/whoops: ^2.3
- symfony/http-foundation: ^4.4 || ^5.0
- symfony/yaml: ^4.3
Requires (Dev)
- doctrine/coding-standard: ^6.0
This package is auto-updated.
Last update: 2024-12-02 06:59:42 UTC
README
This package is under development, NOT READY FOR PRODUCTION!
This is a package to modernize CodeIgniter 3. There are several features included:
- PSR4 autoload enabler
- Namespace based controllers, models and libraries
- Enhance CodeIgniter 3 hooks to enable middleware
- Enhance CodeIgniter 3 Route using Cibonfire Route class
- Show error trace using Whoops