Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codjix/enginex
A group of simple php classes as a framework to build web applications.
https://github.com/codjix/enginex
blade database laravel-alternative php php-class router sql utils validation
Last synced: 4 days ago
JSON representation
A group of simple php classes as a framework to build web applications.
- Host: GitHub
- URL: https://github.com/codjix/enginex
- Owner: codjix
- License: mit
- Created: 2024-03-20T13:09:37.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-20T15:21:05.000Z (10 months ago)
- Last Synced: 2024-12-04T01:03:00.186Z (about 1 month ago)
- Topics: blade, database, laravel-alternative, php, php-class, router, sql, utils, validation
- Language: PHP
- Homepage: http://tdim.is-a.dev/EngineX/
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hima-Pro/EngineX
A group of simple php classes as a framework to build a web applications.
## Install
Init a php project with composer (if not exist)
```bash
composer init
```add package
```bash
composer require hima-pro/enginex
```## Docs
> docs will be ready soon !
- [Get Started](./docs/Get-Started.md)
- [DB](./docs/DB.md) - no sql Super CRUD database
- [Router](./docs/Router.md) - web router to manage routes
- [SQL](./docs/SQL.md) - simple (mysql/mariadb) CRUD class
- [Utils](./docs/Utils.md) - helpers to make the prosess easy
- [Validation](./docs/Validation.md) - simple data validation class
- [Blade](./docs/Blade.md) - use Blade without Laravel - extends [EFTEC/BladeOne](https://github.com/EFTEC/BladeOne)## License
[MIT License](./LICENSE)