zolta/framework

A Composer package for the Zolta framework, providing an umbrella installer and unified Laravel configuration.

Maintainers

Package info

github.com/zoltasoft/zolta-framework

Issues

pkg:composer/zolta/framework

Transparency log

Statistics

Installs: 93

Dependents: 0

Suggesters: 0

Stars: 0

v1.1.0 2026-08-11 20:54 UTC

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/forge
  • zolta/http
  • zolta/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.