gree / cascade
Cascade defines a lightweight, consistent interface for accessing databases in PHP
0.11.8
2013-10-21 09:10 UTC
Requires
- php: >=5.2.14
This package is not auto-updated.
Last update: 2026-03-10 08:33:35 UTC
README
Introduction
- Cascade is a highly extensible library that provides a simple interface for interacting with various storage backends.
Documentation
Contributing
Please send pull requests to develop branch (not master branch).
General workflow:
- Fork this repository
- Create your feature branch from
developbranch (git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Send a pull request to
developbranch