Download the PHP package cline/cascade without Composer
On this page you can find all versions of the php package cline/cascade. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cline/cascade
More information about cline/cascade
Files in cline/cascade
Package cascade
Short Description Multi-source resolution with fallback chains for PHP
License MIT
Informations about the package cascade
Cascade is a framework-agnostic resolver that fetches values from multiple sources in priority order, returning the first match. Perfect for implementing customer-specific → tenant-specific → platform-default fallback chains.
Think: "Get the FedEx credentials for this customer, falling back to platform defaults if they don't have their own."
Requirements
Requires PHP 8.4+
Installation
Documentation
Full documentation is available at docs.cline.sh/cascade
- Getting Started - Installation and core concepts
- Basic Usage - Simple examples and patterns
- Conductors - Fluent API for building resolution chains
- Sources - Built-in and custom source types
- Named Resolvers - Managing multiple configurations
- Events - Monitoring resolution lifecycle
- Cookbook - Real-world patterns and recipes
Quick Example
Change log
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please use the GitHub security reporting form rather than the issue queue.
Credits
- Brian Faust
- All Contributors
License
The MIT License. Please see License File for more information.