zolta/framework

A Composer meta-package for the Zolta framework, providing an umbrella installer for Zolta packages.

Maintainers

Package info

github.com/zoltasoft/zolta-framework

Issues

Type:metapackage

pkg:composer/zolta/framework

Transparency log

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

v1.0.0 2026-08-05 10:49 UTC

This package is not auto-updated.

Last update: 2026-08-06 09:19:36 UTC


README

zolta/framework is a Composer meta-package that serves as an umbrella installer for the Zolta framework. This package does not contain any runtime source code but instead manages the installation of various Zolta components.

Installed Packages

This meta-package includes the following Zolta packages:

  • 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

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 will be updated with each release to reflect changes in the meta-package.

For any issues or contributions, please refer to the project's GitHub repository.