Libraries tagged by php database
alibabacloud/drds-20190123
16 Downloads
Alibaba Cloud Distributed Relational Database Service (20190123) SDK Library for PHP
zhujinkui/hashlib
127 Downloads
Hashlib is small PHP library to generate YouTube-like ids from numbers. Use it when you don't want to expose your database ids to the user: http://hashids.org/php
ucscode/doctrine-expression
54 Downloads
A PHP class for handling SQL queries across different database platforms using Doctrine.
tozny/e3db
207 Downloads
PHP client library for Tozny's End-to-End Encrypted Database.
touhidurabir/laravel-request-response-logger
32 Downloads
A PHP laravel package to log the request/response of an app in database in an elegant way with the utilization of Queue and Redis combined
srimaln91/sql-dumper
3068 Downloads
A PHP console application to execute batch of shell commands to versioning wordpress database and source code
sqonk/mysql-sync
351 Downloads
MySQL-sync is a simple script written in PHP that can assist and automate the synchronisation of differences in table structures between two database servers.
slicingdice/slicingdice
37 Downloads
Official PHP client for SlicingDice, Data Warehouse and Analytics Database as a Service.
mouf/security.userfiledao
143685 Downloads
This package contains an implementation of a UserDao, that stores the application users in a simple PHP file. It can be used together with the MoufUserService to provide easy access management to an application. Since the users are stored in a PHP file, this very special DAO does not require a database!
mgargano/baseball-tools
19 Downloads
PHP wrapper library that provides access to the Baseball-Databank (www.baseball-databank.org) and succeeding databases
makhov/opentbs
726 Downloads
TinyButStrong is a library that enables you to dynamically create XML/HTML pages and any other files based on text source. It's a Template Engine for the PHP language. It enables you to easily display information from your database, but also to seriously harmonize and simplify your PHP programming. OpenTBS is a PHP tool that easily merges both OpenOffice and Ms Office documents. In fact it can merge any XML or Text file saved in a zip container.
lxberlin/netefx-validator
8675 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
ldbglobe/i18ndb
1709 Downloads
PHP helpers to manage read/write of indexed i18n text in database
koochik/queryhall
125 Downloads
A PHP package that allows you to sort, filter, and paginate Doctrine DBAL SQL database queries from Query parameters
foolz/inet
2324 Downloads
A PHP implementation of decimal IPs. Converts IPs from presentation to decimal and viceversa. Very useful to store IPs in database as numbers instead of string, in example in a decimal(39,0) column.