Libraries tagged by text database
mvccore/ext-model-db-sqlite
95 Downloads
MvcCore - Extension - Model - Database - SQLite - extension to work with SQLite queries in more comfortable API.
mvccore/ext-model-db-pgsql
30 Downloads
MvcCore - Extension - Model - Database - Postgre SQL - extension to work with Postgres SQL queries in more comfortable API.
mvccore/ext-model-db-mysql
141 Downloads
MvcCore - Extension - Model - Database - MySQL - extension to work with MySQL/MariaDB/Percona Server SQL queries in more comfortable API.
mvccore/ext-model-db
654 Downloads
MvcCore - Extension - Model - Database - base model database extension with base and abstract classes and interfaces to work with sql queries in more comfortable API.
mvccore/ext-debug-tracy-db
409 Downloads
MvcCore - Extension - Debug - Tracy - Panel Database - render queries with params and execution times.
mvccore/ext-auth-basic
800 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.
itfoo/ext-bookdatabase
85 Downloads
Simple Bookdatabase
fcarbah/lumen-db2-ext
12 Downloads
lumen-db2 is a simple DB2 service provider for Lumen ~6. It provides DB2 Connection by extending the Illuminate Database component of the laravel framework.
ece2/hyperf-ext-nestedset
53 Downloads
Nested Set Model for Hyperf
busenov/database
5 Downloads
PHP class library for simple, convenient, fast and safe work with MySql database, using PHP mysqli extension and imitation of prepared queries.
apiverve/datamasking
0 Downloads
Data Masking is a powerful tool for detecting and masking sensitive information in text. It can identify and redact emails, phone numbers, SSNs, credit cards, IP addresses, URLs, and dates.
smasty/neevo-nette-ext
48 Downloads
Neevo extension for Nette Framework
its-mieger/lara-db-ext
132 Downloads
Extension to laravel's database and ORM features, including model joins (SQL), multi column queries and prefixing for database fields
towerjt/mongo-php-adapter
14 Downloads
Adapter to provide ext-mongo interface on top of mongo-php-libary
slicks/fluentdb
4 Downloads
fluentdb allows the expressive writing of database queries and routines. fluentdb is fluent, which is intuitive as you can nearly guess what should come next even if you are just getting started with fluentdb. fluentdb is not an ORM. It was developed to allow folks coming from relational databases background write expressive queries with object interactions in mind. fluentdb has been tested with MySQL in this release; tests for other databases will be added as they complete.