Libraries tagged by statements
emdotem/php-mysqli-database-class
27617 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
ejrsilver/enforce_allman_style
72 Downloads
Allman style CodeSniffer sniff for all control statements and functions.
edgaralexanderfr/phinx2sql
14 Downloads
Tool that allows you to print Phinx migrations displaying the SQL statements that pass through the `execute` method.
easeappphp/pdolight
78 Downloads
A very simple and safe PHP library to execute PDO based database queries. Methods are provided to prepare a SQL Statement & it's execution separately as different methods (to facilitate caching of prepared statements) as well as together in a single method too.
drupal-eca-recipe/eca_lib_0004
77 Downloads
Demonstrates how to express an if/elseif/else decision in an ECA model, the pattern people usually reach for when they want a PHP switch statement. ECA has neither a switch construct nor a working exclusive gateway, so the model uses the sentinel-default idiom instead: it assigns the default value up front, lets a matching branch overwrite it, and then, one hop downstream, tests whether the value is still the default in order to detect that nothing matched. Along the way it demonstrates the four-links-to-one-target OR idiom, in which several conditioned links leaving the same predecessor point at the same successor, so that any one of them is enough to run it.
dougl/datalayer
2 Downloads
Componente baseado nos padrões MVC utilizando a biblioteca PDO com prepared statements
dawnki/laroute
19 Downloads
Auto generate Laravel router's statement by phpdoc
cyberwizzard/mt940
31 Downloads
Addon for the MT940 bank statement parser to add Rabobank CSV and updated ING MT940 support using PHP 5.3
coco-project/sql-cache
23 Downloads
Based on the lexical analysis of "update," "select," "insert," and "delete" SQL statements, an automatic caching strategy is implemented. The strategy involves caching the data when executing a select operation and associating the table name contained in the SQL statement with the corresponding cached records. When executing update, insert, or delete operations, the table name from the SQL statement is extracted, and any cached records containing this table name from previous select operations are deleted. This strategy enables seamless caching without delay and eliminates the need to worry about data synchronization issues. It is particularly effective for tables with infrequent data modifications. For tables with frequent modifications, they can be ignored by configuring the strategy accordingly.
cloudinary/permissions
3 Downloads
Accounts with Permissions API access can manage custom permission policies. These policies assign permissions for a principal, allowing the principal to perform a specific action on a designated resource within a particular scope (your account or a product environment). Refer to the [Permissions API guide](permissions_api_guide) for instructions on what to specify in the `policy_statement` to control Cloudinary activities, and to the Cedar schema, which defines the possible values for principals, actions, and resources. The API uses **Basic Authentication** over HTTPS. Your **Provisioning Key** and **Provisioning Secret** are used for the authentication. These credentials (as well as your ACCOUNT_ID) are located in the [Cloudinary Console](https://console.cloudinary.com/pm) under **Settings > Account > Provisioning API Access**. The Permissions API has dedicated SDKs for the following languages: * JavaScript * PHP * Java
chrlb/pdao
2 Downloads
Simple PDO wrapper 'DATA ACCESS OBJECT' for organizing and reusing named prepared statements
chelsymooy/laravel-deposit
16 Downloads
chelsymooy deposit designed for account balance statement.
bumip/json-schema-sql
13 Downloads
Helper for converting json-schemas to sql create table statement
bitscout/sepa
141 Downloads
A library for reading SEPA bank statement XMLs (C52)
bentools/sqldates
81 Downloads
Magic __toString() functions on DateTime objects, for use in SQL statements.