Libraries tagged by stored functions
setbased/php-stratum-mysql
40889 Downloads
PhpStratum MySQL: A stored procedure loader and wrapper generator for MySQL and MariaDB
white-rabbit-1-sketch/php-file-hash-map
4344 Downloads
This PHP library implements a simple Hash Map with file-based storage. It uses a hashing function to calculate an offset, which determines the location of the corresponding bucket in the file. Data is stored in a binary file, with each bucket containing key-value pairs. The library allows for efficient data retrieval through direct file access.
amsom-habitat/oracle-function-calling
12242 Downloads
Bibliothèque PHP pour faciliter l'appel de fonctions et procédures stockées Oracle via Doctrine. Supporte les paramètres CLOB volumineux et la gestion de fichiers base64.
setbased/php-stratum
15873 Downloads
PhpStratum: A stored procedure and function loader and wrapper generator for various RDBMS
addiks/stored-sql
124 Downloads
For handling, modeling and executing stored SQL (functions, queries, conditions, ...) in different contexts
setbased/php-stratum-sqlite-pdo
3846 Downloads
PhpStratum SQLite: A stored procedure loader and wrapper generator for SQLite
schema-keeper/executor
18 Downloads
Simple interaction with PostgreSQL stored procedures
fanatov37/spav
24 Downloads
Stored Programs and Views in MySql for ZF2 or ZF3
emma/di
52 Downloads
A PHP 8.0+ Dependency Injection - Di - library. Easy to use and can Autowire any class/method/function. Similarly, you can autowire any config variables or values stored in the container.
lemmon/config
18 Downloads
Simple function for accessing host-dependent configuration data stored in a JSON file
martin-georgiev/postgresql-for-doctrine
5859718 Downloads
Extends Doctrine with native PostgreSQL support for arrays, JSONB, ranges, PostGIS geometries, text search, ltree, uuid, and 100+ PostgreSQL-specific functions.
voku/session2db
19965 Downloads
A PHP library acting as a wrapper for PHP's default session handling functions which stores data in a MySQL database, providing both better performance and better security and protection against session fixation and session hijacking.
sitewards/b2b_professional
8 Downloads
The Sitewards B2B Extension extends your webshop with some essential functions to realize a B2B Store
marcocesarato/cpdo
385 Downloads
This package can retrieve PDO query results from cache variables. It extends the base PDO class and override some functions to handle database query execution and store the query results in variables. The class can also return query results for cached queries for previously executed queries to retrieve the results faster for repeated queries.
jazzman/wp-password-argon
605 Downloads
Securely store WordPress user passwords in database with Argon2i hashing and SHA-512 HMAC using PHP's native functions.