luccpl / orkestra
Orchestration for PHP applications
Installs: 430
Dependents: 3
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 0
Open Issues: 2
Type:project
Requires
- php: ^8.2
- fakerphp/faker: ^1.23
- laminas/laminas-diactoros: ^3.3
- laminas/laminas-httphandlerrunner: ^2.9
- larapack/dd: ^1.1
- league/route: ^5.1
- php-di/php-di: ^7.0
- rakit/validation: ^1.4
- symfony/console: ^6.3
- symfony/process: ^6.3
- twig/markdown-extra: ^3.7
- twig/twig: ^3.0
Requires (Dev)
- laravel/pint: ^1.15
- mockery/mockery: ^1.6
- pestphp/pest: ^2.34
- phpstan/phpstan: ^1.10
This package is auto-updated.
Last update: 2024-10-25 20:30:48 UTC
README
Orkestra is a lightweight and highly extensible PHP framework designed to provide a flexible foundation for web development. With a focus on ease of service provider addition, extensibility, and maintaining high code quality, Orkestra empowers developers to build robust and scalable applications.
Features
-
Service Provider Architecture: Easily expand the functionality of your application by adding service providers. Orkestra's modular design allows for simple integration of new components without compromising the core structure.
-
Dependency Injection (DI) Container: Orkestra includes a powerful Dependency Injection container for managing class dependencies and performing dependency injection.
-
MVC Pattern: Orkestra follows the Model-View-Controller (MVC) pattern, providing a clear and organized structure for your application. However, it does not enforce a specific model layer, allowing compatibility with any Object-Relational Mapping (ORM) tool, such as Doctrine, or abstractions like WordPress WPDB and custom Query classes (see Orkestra WP).
-
High Extensibility: Orkestra is designed with extensibility in mind. Leverage the flexibility of the framework to adapt and extend its functionality according to the specific needs of your project.
-
Code Quality: Prioritizing clean and maintainable code, Orkestra encourages best practices and follows coding standards to ensure a reliable and efficient development experience.
Getting Started
Prerequisites
- PHP 8.2 or higher
- Composer
Installation
To kickstart a new project using Orkestra Skeleton, use the following Composer command. Replace {project_name} with the desired name for your project.
composer create-project luccpl/orkestra-skeleton {project_name}
cd {project_name}
php maestro app:serve
Congratulations! Your Orkestra project is now up and running. Access it by navigating to the specified address in your web browser.
Documentation
For more detailed information on using Orkestra, refer to the official documentation.
Contributing
We welcome contributions! Please see our contribution guidelines for details on how to get started.
License
This project is licensed under the MIT License.