Libraries tagged by DB Audit
markstory/acl_extras
300129 Downloads
Additional tools for managing DB ACL in CakePHP applications.
sdavis1902/eloquent-vars
6293 Downloads
Add ability to save additional fields or Vars on a Laravel model without a specific db column for it
scaleplan/db
126 Downloads
Scaleplan PDO wrapper and additional database functional
aditiya/yii2-easyfilemanager
6 Downloads
Manage and upload file easily. feature are rbac validation and category tag. need db to use.
adityaricki/contact
5 Downloads
This will send email and save contact query into DB
beecms/search-bundle
9 Downloads
Simple file based search, additionally DB indexing is also available.
invincible-tech-systems/easeampmysql-halite
16 Downloads
A very simple and safe PHP library to execute SQL Queries as Prepared Statements on MySQL Database, in an asynchronous & non-blocking all basing upon amphp/mysql package. Additional checks are supported in terms of facilitating creation and verification of row level digital signature for different database tables along with creation of blind indexes of data in encrypted db columns, using easeappphp/ea-halite package.
adamthehutt/laravel-unique-bigint-ids
1702 Downloads
This allows for the generation of sequential IDs that can be created before inserting into the database and are virtually (but not totally) guaranteed to be globally unique for the app. Additional benefits come from generating IDs before DB persistence, which streamlines code for, e.g., attaching related records.