PHP Package: amphp/sql-common

A powerful PHP library for common SQL operations and interactions with databases.

Current Version:
Last Updated:
PHP Requirement: >=7.1
Dependencies: amphp/amp, react/promise
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

SQL-common is a versatile PHP library designed to streamline SQL operations and enhance database interactions. It provides a comprehensive set of tools for managing database queries, transactions, and connections effectively. With SQL-common, developers can optimize database performance and ensure data integrity across various platforms and systems.

🔗 View on GitHub

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php

// Example from PHPlibraries.com
require_once 'libs/amphp/sql-common/lib_version/autoload.php';

use Amp\Sql\Common\QueryExecutor;
use Amp\Sql\Common\Transaction;
use React\Promise\PromiseInterface;


$obj = new Amp\Sql\Common\QueryExecutor();
echo "✅ Example created successfully.";

?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.