orbital-framework / orbital
The Orbital Framework.
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
pkg:composer/orbital-framework/orbital
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: 2025-10-15 04:26:22 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 :)