zolta / framework
A Composer package for the Zolta framework, providing an umbrella installer and unified Laravel configuration.
Requires
- zolta/cqrs: ^2.1
- zolta/forge: ^1.0
- zolta/http: ^2.1
Requires (Dev)
- orchestra/testbench: ^10.6
- phpunit/phpunit: ^11.5
This package is not auto-updated.
Last update: 2026-08-25 21:05:10 UTC
README
zolta/framework is the umbrella package for the Zolta ecosystem. It installs the core Zolta components and ships a unified Laravel configuration entrypoint.
Installed Packages
This package includes the following Zolta components:
zolta/forgezolta/httpzolta/cqrs
Installation
To install the complete Zolta framework, you can use Composer:
composer require zolta/framework
If you wish to install individual components, you can do so by requiring them directly:
composer require zolta/forge composer require zolta/http composer require zolta/cqrs
Configuration Publishing
For Laravel applications, publish the unified Zolta configuration with:
php artisan vendor:publish --tag=zolta-config
Tag meanings:
zolta-config: publishes the unified framework configuration (config/zolta.php).
When you install zolta/framework, use zolta-config; it includes configuration for CQRS, HTTP, security, Identity, and the Identity consumer. Package-specific tags are intended for applications that install an individual component directly.
Version Compatibility
The versions of the Zolta framework are designed to be compatible with specific versions of the individual components. Please refer to the composer.json file for detailed version constraints and compatibility information.
Maintenance and Releases
The CHANGELOG.md file documents all notable changes to this project. It follows the conventions of Keep a Changelog and is updated with each release.
For any issues or contributions, please refer to the project's GitHub repository.