Libraries tagged by database class
rodrigoalviani/php-simple-cache
17 Downloads
PHP class to cache dynamic pages in file and reduce Database overload.
rhuett/csvie
60 Downloads
Csvie is a simple CSV file parser made for Laravel. Csvie is based on LeagueCSV, and can quickly import data to, and export data from, a MySQL database. It also gives you a handy abstract class for quickly sanitizing and scrubbing your CSV files prior to insertion.
pchouse/php-attributes
7 Downloads
A library to use PHP attributes in class and properties to define metadata, such as database, html, ...
ordnael/api-model
41 Downloads
Extendable class for REST API based models - instead of the traditional Database based one - that integrates common Laravel's Model class functionalities.
locr-company/vms2-tile-db-reader
178 Downloads
A class for reading tile data from a database.
lily-labs/db-backup
36 Downloads
DBBackup it's a library that provides classes to execute mysqldump to backup the given database, relocate the backup file in the local filesystem and compress the resulting backup file.
lehbyos/super-mysqli
12 Downloads
Utility class, wrapping common patterns in data processing when querying databases with mysqli
kethner/cdcbridge
26 Downloads
Bridge class to assist with syncing, dumping and updating database and/or API objects
jmjjg/cakephp3-postgres
22 Downloads
CakePHP 3 plugin that provides classes for adding default validation rules from the database table schema.
jessesoeteman/sqlite3_connection
50 Downloads
This class is used to connect to a SQLite3 database. It contains methods to execute queries and statements.
jelix/php-redis
4147 Downloads
php classes to manage data into a redis database. Fork from Sash php-redis lib.
jabarihunt/mysql-model-builder
63 Downloads
A class that builds usable models based on your MySQL database tables.
incraigulous/data-factories
444 Downloads
A data factory helper class for mocking data. This is inspired by Laravel's model factories, the difference being that data factories are not tied to a model. Data factories are great for mocking api responses, requests or other data not persisted to a database. Data Factories are not dependant on Laravel, so you can use this package anywhere.
hyder/facade-pattern
30 Downloads
In this pattern, you would create Facade classes that provide a simplified, static interface to the underlying service implementations. The service classes would perform the actual business logic and communicate with the database or other external systems.
hunnomad/ravendb
0 Downloads
This class provides a simple interface for interacting with a RavenDB database using HTTP requests. It supports basic operations such as `PUT`, `GET`, `QUERY`, and `DELETE` for managing documents within a RavenDB instance. The class utilizes cURL for making HTTP requests and expects a PEM file for SSL certificate verification.