Libraries tagged by use statements
xpd1437/elastic
2 Downloads
Use SQL statements to query elastic
swew/db
17 Downloads
A lightweight, fast, and secure PHP library for interacting with databases, creating migrations, and running queries. swew/db uses prepared statements to protect against SQL injection attacks and supports multiple database systems.
patrick-hull/mysql-wrapper
2 Downloads
A Wrapper for simple MySQL statements that uses Prepared Statements
flashrick/elasticsearchsql
9 Downloads
Use SQL statements to query elasticsearch
1cool/elasticsearch
7 Downloads
Use SQL statements to query elasticsearch
renegare/will
601 Downloads
Utility classes that (should) enable you to write more human readable code (e.g invalidate the use of if statements and the like)
bentools/sqldates
80 Downloads
Magic __toString() functions on DateTime objects, for use in SQL statements.
asojon/mysql-pdo-wrapper
450 Downloads
A very simple wrapper around PDO and MySQL, making use of prepared statements.
goisneto/mysqlutil
4 Downloads
Easy way to make MySQL querys, use PDO with prepare statement and fetch results
webfactor/laravel-backpack-documents
243 Downloads
Ready to use Documents Backpack CRUD with API route for eg. privacy statement, imprint, sbt or gtc
singlestore/http-client
1 Downloads
This API allows you to execute SQL statements against a SingleStore database. It supports all statements that can be run in a direct database connection, and uses conventional data type conversion.
rikta/callback-switch
4 Downloads
Switch-statement-like objects based on callbacks for several use-cases
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