An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Epsicube Framework

[![License](https://img.shields.io/github/license/epsicube/framework?color=blue)](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.