Libraries tagged by simple tables
birdworx/model-db
7 Downloads
A PHP library, which maps MySQL tables in a simple manner on corresponding PHP models.
sql2api/sql2api
6 Downloads
SQL2API is a very simple script that turn your sql script table into an very simple api.
kojiro526/php-docxtable
67 Downloads
A simple utility to update the table style contained in the docx file.
silvanus/ouroboros-orm
5 Downloads
Simple ORM for custom DB tables in WP
leandroperini/dynamo-replicator
278 Downloads
A simple copy paste for AWS DynamoDB Table Items for Laravel/Lumen
hopkins/migrate-reload
161 Downloads
A simple console command to drop every table in the database, and then run migrations, as well as seeds. Helpful for rapid development when you do not want to deal with the down() methods of migrations
cambis/silverstripe-pruner
5 Downloads
A simple developer utility to clear database tables.
shibomb/filament-multi-components-column
24 Downloads
A Simple Mutli Components Column for Filament Table
media-store-net/wp-options-manager
13 Downloads
A Simple Way to handle with wp_options table in your plugin or theme
idct/limited-objects-cache
6 Downloads
Simple ArrayAccess objects' cache with a lookup table in memory and fallback to files with serialized data.
drcsystems/display-third-party-users
12 Downloads
A simple wordpress plugin to display users in table on custom endpoint from third party API
widdy/laravel-model
10 Downloads
a simple way to create a new Eloquent model with given table name.
wcerfgba/send_emails
4 Downloads
A simple script to send emails from jobs in a database table. Suitable for cron. Copy-and-edit.
todstoychev/primes
8 Downloads
Simple bundle to visualise primes and their multiplication table
tesis/db-layer
12 Downloads
Simple DB layer for mysqli extension and PDO class. It is based on mappers, files holding database table fields, primary key and auto_increment properties, which is helpful to compare fields for CRUD or select operations, and to provide better way to prevent SQL injections (only existing fields are selected, or inserted, ...)