Libraries tagged by database class

rodrigoalviani/php-simple-cache

0 Favers
17 Downloads

PHP class to cache dynamic pages in file and reduce Database overload.

Go to Download


rhuett/csvie

0 Favers
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.

Go to Download


pchouse/php-attributes

0 Favers
7 Downloads

A library to use PHP attributes in class and properties to define metadata, such as database, html, ...

Go to Download


ordnael/api-model

1 Favers
41 Downloads

Extendable class for REST API based models - instead of the traditional Database based one - that integrates common Laravel's Model class functionalities.

Go to Download


locr-company/vms2-tile-db-reader

0 Favers
178 Downloads

A class for reading tile data from a database.

Go to Download


lily-labs/db-backup

0 Favers
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.

Go to Download


lehbyos/super-mysqli

0 Favers
12 Downloads

Utility class, wrapping common patterns in data processing when querying databases with mysqli

Go to Download


kethner/cdcbridge

0 Favers
26 Downloads

Bridge class to assist with syncing, dumping and updating database and/or API objects

Go to Download


jmjjg/cakephp3-postgres

0 Favers
22 Downloads

CakePHP 3 plugin that provides classes for adding default validation rules from the database table schema.

Go to Download


jessesoeteman/sqlite3_connection

1 Favers
50 Downloads

This class is used to connect to a SQLite3 database. It contains methods to execute queries and statements.

Go to Download


jelix/php-redis

0 Favers
4147 Downloads

php classes to manage data into a redis database. Fork from Sash php-redis lib.

Go to Download


jabarihunt/mysql-model-builder

0 Favers
63 Downloads

A class that builds usable models based on your MySQL database tables.

Go to Download


incraigulous/data-factories

0 Favers
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.

Go to Download


hyder/facade-pattern

0 Favers
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.

Go to Download


hunnomad/ravendb

0 Favers
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.

Go to Download


<< Previous Next >>