fijma / fijdb
Yet another PHP wrapper for MySQL.
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/fijma/fijdb
Requires
- php: >=5.4.0
Requires (Dev)
- phpunit/dbunit: >=1.2
- phpunit/phpunit: >=3.7
This package is not auto-updated.
Last update: 2025-10-26 01:01:22 UTC
README
Yet another PHP wrapper for MySQL. This one is good though.
Instantiate it with any number of users (avoid hard-coding your usernames etc in your class (keep it in a config file where it belongs), and make it easy to allow read-only access if you're only reading).
The idea is to use this as a base class (to take care of the connecting bollocks), and to call the generic functions from within your public api functions, so you don't hard-code your database logic in your application.