Libraries tagged by php sql int

itrn0/php-sql-interpolator

0 Favers
173 Downloads

A library for interpolating variables into SQL strings in a safe and simple way.

Go to Download


addiks/phpsql-bundle

0 Favers
65 Downloads

Symfony/Doctrine bundle to integrate phpsql

Go to Download


tico/mongo-sql-where

0 Favers
19 Downloads

Convert MongoDB-style queries into SQL WHERE clauses in PHP

Go to Download


processfast/php-sql-parser

2 Favers
8250 Downloads

A fork of greenlion/php-sql-parser made because we were having trouble getting a production needed fix accepted and merged into their repo. A pure PHP SQL (non validating) parser w/ focus on MySQL dialect of SQL

Go to Download


michel/php-sql-mapper

0 Favers
2 Downloads

A powerful PHP library that not only builds complex SQL queries but also maps the results into structured object graphs. It simplifies handling relational data by automatically transforming flat result sets from joins into nested arrays, making it ideal for working with one-to-one and one-to-many relationships.

Go to Download


ddbase3/php-struql

0 Favers
4 Downloads

A PHP implementation of the Struql query language — parse, merge, expand, and translate Struql JSON into SQL.

Go to Download


joke-php/db-sql

0 Favers
2 Downloads

Database integration for Joke framework

Go to Download


expertskb/telegram_php

0 Favers
11 Downloads

The 'TelegramPhp' class facilitates database backup operations by exporting tables and data into a SQL file.

Go to Download


brybry/sql-practice

0 Favers
12 Downloads

A secure PHP package for SQL learning and practice with Laravel and SQLite integration.

Go to Download


driehle/php-mysql-export

1 Favers
25 Downloads

A pure PHP implementation to dump a MySQL table into a SQL file.

Go to Download


genai/sql-mapper

0 Favers
162 Downloads

MyBatis-style SQL mapper: mark an interface #[Mapper] and its methods #[Select]/#[Insert]/#[Update]/#[Delete] with the SQL. A build-time processor compiles a reflection-free Cache\ implementation (prepared statements, #{name} bound params, optional row->object hydration) and registers it as a container bean keyed by the interface. Self-contained: a bundled DatabaseConfig provides the 'PDO' bean from a [database] group in the app's app.ini, so you only edit config. Runtime is PHP 5.3-safe.

Go to Download


rafaelcaviquioli/php-clean-request

3 Favers
27 Downloads

The purpose of this class is to clear all the input parameters in an HTTP request by avoiding the passage of SQL Injection made by bad intentioned people.

Go to Download


oihana/php-openedge

0 Favers
20 Downloads

Composable PHP toolkit for the Progress OpenEdge SQL database via ODBC. Bundles a functional query builder (predicates, casts, string/numeric/date functions, CASE expressions), document/edge models composed by traits, PSR-7 CRUD controllers, and Symfony Console commands. Built for read-heavy ERP integrations.

Go to Download


nodeum-io/nodeum-sdk-php

0 Favers
0 Downloads

The Nodeum API makes it easy to tap into the digital data mesh that runs across your organisation. Make requests to our API endpoints and we’ll give you everything you need to interconnect your business workflows with your storage. All production API requests are made to: http://nodeumhostname/api/ The current production version of the API is v1. **REST** The Nodeum API is a RESTful API. This means that the API is designed to allow you to get, create, update, & delete objects with the HTTP verbs GET, POST, PUT, PATCH, & DELETE. **JSON** The Nodeum API speaks exclusively in JSON. This means that you should always set the Content-Type header to application/json to ensure that your requests are properly accepted and processed by the API. **Authentication** All API calls require user-password authentication. **Cross-Origin Resource Sharing** The Nodeum API supports CORS for communicating from Javascript for these endpoints. You will need to specify an Origin URI when creating your application to allow for CORS to be whitelisted for your domain. **Pagination** Some endpoints such as File Listing return a potentially lengthy array of objects. In order to keep the response sizes manageable the API will take advantage of pagination. Pagination is a mechanism for returning a subset of the results for a request and allowing for subsequent requests to “page” through the rest of the results until the end is reached. Paginated endpoints follow a standard interface that accepts two query parameters, limit and offset, and return a payload that follows a standard form. These parameters names and their behavior are borrowed from SQL LIMIT and OFFSET keywords. **Versioning** The Nodeum API is constantly being worked on to add features, make improvements, and fix bugs. This means that you should expect changes to be introduced and documented. However, there are some changes or additions that are considered backwards-compatible and your applications should be flexible enough to handle them. These include: - Adding new endpoints to the API - Adding new attributes to the response of an existing endpoint - Changing the order of attributes of responses (JSON by definition is an object of unordered key/value pairs) **Filter parameters** When browsing a list of items, multiple filter parameters may be applied. Some operators can be added to the value as a prefix: - `=` value is equal. Default operator, may be omitted - `!=` value is different - `>` greater than - `>=` greater than or equal - `=` lower than or equal - `>

Go to Download


anjola/php_rate_limiter

1 Favers
1 Downloads

A PHP Library that seamlessly integrate limiting into your platform, supports Redis ,FileSystem , Datbases such as SQL Relational Database.

Go to Download


<< Previous Next >>