The Orbital Framework.

2.0.1 2022-10-18 14:13 UTC

README

To create a new project, run:

composer create-project orbital-framework/orbital

Then, include the desired packages:

# Suggest packages
composer suggests

# Install the packages
composer require orbital-framework/generator
composer require orbital-framework/i18n
composer require orbital-framework/mongodb
composer require orbital-framework/utils
...

Finally, create and edit your app/env.php file. Now develop your app and be happy :)