orbital-framework / orbital
The Orbital Framework.
Package info
github.com/orbital-framework/orbital
Type:project
pkg:composer/orbital-framework/orbital
2.0.1
2022-10-18 14:13 UTC
Requires
- php: >=8.1
- orbital-framework/console: ^2.0
- orbital-framework/env: ^2.0
- orbital-framework/framework: ^2.0
- orbital-framework/http: ^2.0
- orbital-framework/security: ^2.0
Suggests
- orbital-framework/generator: Generators
- orbital-framework/i18n: Translations
- orbital-framework/mongodb: MongoDB database manipulation
- orbital-framework/utils: Utility libraries
This package is auto-updated.
Last update: 2026-03-15 05:39:48 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 :)