gree / cascade
Cascade defines a lightweight, consistent interface for accessing databases in PHP
Installs: 1 393
Dependents: 0
Suggesters: 0
Security: 0
Stars: 35
Watchers: 7
Forks: 19
Open Issues: 1
Requires
- php: >=5.2.14
This package is not auto-updated.
Last update: 2024-11-05 02:09:43 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
develop
branch (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
develop
branch