Download the PHP package echo-fusion/contracts without Composer
On this page you can find all versions of the php package echo-fusion/contracts. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download echo-fusion/contracts
More information about echo-fusion/contracts
Files in echo-fusion/contracts
Package contracts
Short Description Core interfaces and contracts for the EchoFusion framework, providing shared, standardized interfaces for cross-package interoperability and modular design.
License MIT
Informations about the package contracts
EchoFusion Contracts
Welcome to the EchoFusion Contracts repository! This package defines the core interfaces and abstractions that are shared across the EchoFusion framework, ensuring consistency and flexibility in how components interact with each other.
Install
Via Composer
Requirements
The following versions of PHP are supported by this version.
- PHP 8.1
- PHP 8.2
- PHP 8.3
Usage
The EchoFusion Contracts package provides interfaces that are widely used across the EchoFusion ecosystem. The goal is to provide a set of reusable and extensible contracts to ensure all EchoFusion components follow a consistent structure and behavior.
For example, to use the ServiceProviderInterface in your application, you can implement it within your custom service providers:
Credits
Developed and maintained by Amir Shadanfar.
Connect on LinkedIn.
License
The MIT License (MIT). Please see License File for more information.
All versions of contracts with dependencies
psr/http-message Version ^2.0@dev
psr/http-server-middleware Version ^1.0@dev
psr/container Version ^2.0