Libraries tagged by database class
indievox/master-slave-db-access
22 Downloads
簡易的 MySQL database 伺服器存取類別,使用 POD 及 singleton pattern 實作,支援 Master-Slave 架構。 / Simple MySQL database server access class use PDO and singleton pattern, support Master-Slave database cluster.
bizautomation/drupal-basesync
49 Downloads
Drupal8 - Database Synchronizer Base Class (not module)
pubmaster/dbal-table-manager
4297 Downloads
Base class for accessing the database with DBAL connection.
hilmanrdn/pirlo-db
49 Downloads
Simple class to work with database
dmbookpro/php-dbtools
1877 Downloads
Collection of classes for working with a database on PHP projects
davidhirtz/yii2-datetime-behavior
1837 Downloads
Initiates database date columns as DateTime PHP classes.
cptechinc/dplus-model
504 Downloads
Propel 2.0 built ORM classes for Dplus data(x) databases based
roy404/schema
85 Downloads
The Schema Builder class is a part of the database layer that allows you to define database tables and their columns using a fluent syntax. It provides a way to create and manipulate database tables without writing SQL queries directly.
memclutter/php-dbf
2065 Downloads
Some php classes for easy work with dBase databases.
jv2222/ezsql_version
1573 Downloads
*Support multi version*. PHP class to make interacting with a database ridiculusly easy.
mvccore/ext-auth-basic
785 Downloads
MvcCore - Extension - Auth - Basic - simple authentication extension, only to signin/signout user. Extension can use credentials defined in system `config.ini` or in database. Possibility to extend user, signin/signout forms, submit controller and extension class itself.
lxberlin/netefx-validator
8677 Downloads
NetefxValidator is a class for form validation, so it replaces the RequiredFields() validator. Features: A lot of build in validationrules - logical rule combination - validationrule for unique database fields - custom validation functions - works in getCMSValidator() in Modeladmin - There is no javascript validation at all. So you can disable js-validation in your _config.php
ixnode/php-date-parser
597 Downloads
PHP Date Parser - This library parses various given date and time strings into DateTime or DateTimeImmutable classes which return the time range. Can be used e.g. excellently for command line arguments and options to make database queries with.
faridibin/paystack-laravel
183 Downloads
A Laravel wrapper for faridibin/paystack-php with first-class Laravel features including facades, config files, database migrations, and webhook handling. Provides seamless integration of Paystack payment processing in Laravel applications.
apollo29/csvdb
130 Downloads
A PHP Class that reads CSV file as a database.