Search by

talred / php

redouaneT

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

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

This package is auto-updated.

Last update: 2026-09-27 09:44:45 UTC


README

talred/php is the umbrella package for the Talred PHP ecosystem. It installs the core Talred components and ships a unified Laravel configuration entrypoint.

Installed Packages

This package includes the following Talred components:

  • talred/forge
  • talred/http
  • talred/cqrs

Installation

To install the complete Talred PHP framework, you can use Composer:

composer require talred/php

If you wish to install individual components, you can do so by requiring them directly:

composer require talred/forge
composer require talred/http
composer require talred/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 talred/php, use zolta-config; it includes configuration for CQRS, HTTP, security, Identity, and the Identity consumer. The zolta-* runtime names remain internal compatibility identifiers. Package-specific tags are intended for applications that install an individual component directly.

Version Compatibility

The versions of Talred PHP 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.