https://github.com/epsicube/framework
Modular, scalable, and extensible Laravel framework.
https://github.com/epsicube/framework
epsicube framework laravel module php
Last synced: 4 months ago
JSON representation
Modular, scalable, and extensible Laravel framework.
- Host: GitHub
- URL: https://github.com/epsicube/framework
- Owner: epsicube
- License: mit
- Created: 2025-11-24T12:54:26.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-12-09T03:08:48.000Z (4 months ago)
- Last Synced: 2025-12-09T04:26:51.192Z (4 months ago)
- Topics: epsicube, framework, laravel, module, php
- Language: PHP
- Homepage: https://epsicube.dev
- Size: 2.22 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Epsicube Framework
[](https://github.com/epsicube/framework/blob/main/LICENSE)
Epsicube Framework provides a clean architecture for structuring applications around independent modules and shared packages.
It is designed to improve maintainability, scalability, and reusability by encouraging strict separation of concerns.
For full documentation, please consult **[https://epsicube.dev](https://epsicube.dev)**.
## Features
* **Modular architecture** — Encapsulated business logic (routes, controllers, migrations, views) inside self‑contained modules.
* **Shared packages** — Cross‑cutting features organized in dedicated packages.
* **Development ergonomics** — Project tooling, hooks, testing setup, and consistent structure.
* **Extensibility** — Clear service provider structure and integration mechanisms.
## Contributing
Contributions are welcome.
1. Fork the repository.
2. Create a new branch for your feature or bugfix.
3. Commit your changes.
4. Push your branch.
5. Create a pull request.
## Credits
- [COLANT Alan](https://github.com/alancolant)
- [All Contributors](../../contributors)
-
## License
MIT. See the [License File](LICENSE) for more information.