fwk / db
Lightweight Database ORM for Happy Developers
v2.0.0
2016-06-19 21:58 UTC
Requires
- php: >=5.5
- doctrine/dbal: v2.4.5
- fwk/events: dev-master
This package is not auto-updated.
Last update: 2024-10-26 13:41:44 UTC
README
Simple and efficient Object-Oriented API to Databases.
Learn more in docs/ !
Installation
Via Composer:
composer require fwk/db:dev-master
If you don't use Composer, you can still download this repository and add it
to your include_path
PSR-0 compatible.
Contributions / Community
- Fork this repository! Any contribution is welcome 🍺 !
- Issues on Github: https://github.com/fwk/Db/issues
- Follow Fwk on Twitter: @phpfwk
Legal
Fwk is licensed under the 3-clauses BSD license. Please read LICENSE for full details.