gree/cascade

Cascade defines a lightweight, consistent interface for accessing databases in PHP

0.11.8 2013-10-21 09:10 UTC

This package is not auto-updated.

Last update: 2024-03-25 23:27:20 UTC


README

Build Status

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:

  1. Fork this repository
  2. Create your feature branch from develop branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Send a pull request to develop branch