fwk / db
Lightweight Database ORM for Happy Developers
Installs: 64
Dependents: 3
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 2
Open Issues: 0
pkg:composer/fwk/db
Requires
- php: >=5.5
- doctrine/dbal: v2.4.5
- fwk/events: dev-master
This package is not auto-updated.
Last update: 2025-10-11 18:16:05 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.