Libraries tagged by simple tables
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, ...)
syaim/dynamic_menu
2 Downloads
A simple package library to create dynamic menus which read from database table
sleeping-owl/seeder
26 Downloads
Package to create simple seeders with ability to lock/unlock tables
ropendev/pdomodel
2952 Downloads
PDOModel is a simple and light PHP class to maintain database, table and data easily.
ivybridge/model-mgr
11 Downloads
Simple command-line model manager for Phalcon. It generates models from certain schemas. It can update their properties only, keep the suffixes of tables, etc.
it-werxdotca/contact-module
0 Downloads
A simple contact module for nwidart/laravel-modules. It stores information sent from the contact form into an SQL table, sends an email to the sender and a configurable email address.
invincible-tech-systems/easeampmysql-halite
21 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.
i74ifa/dbsystem
13 Downloads
Simple OOP system to query data from database and insert and create tables.
eliasmpjunior/brasitable
327 Downloads
A simple way to show your data as a human readable table on CLI.
digiowl/laravel-csv-importer
99 Downloads
A simple artisan cli utility to import basic CSVs into your database table
brian-bnhdigital/consumer-edge-interview-test
0 Downloads
This is a simple project to demonstrate how to setup a database/ table using the illuminate/database package and then pull vehicles from carvana using the php-curl-class/php-curl-class package.
adnen/php-crud-with-cli
0 Downloads
This is a simple PHP CLI application that performs basic CRUD (Create, Read, Update, Delete) operations on a user table in a MySQL database using PDO (PHP Data Objects). The script interacts with the database through a Command-Line Interface (CLI) and outputs results as JSON in the terminal.
sebwas/laravel-migration-physical-backup
96 Downloads
This simple tool helps the developer creating physical backups of the tables he is altering using migrations, allowing for easy and fast restore