Go to file
2023-01-15 21:38:22 -06:00
.github/workflows Add github actions build 2022-02-26 09:09:55 -06:00
src Mark identifier as non-empty-string 2023-01-15 21:38:22 -06:00
test Add SqlConfig test 2022-12-31 13:38:42 -06:00
.gitignore Update for PHPUnit 9.3 2020-08-28 11:38:03 -05:00
.php_cs update php-cs-fixer 2018-06-29 18:27:27 +08:00
.php-cs-fixer.dist.php Add CS fixer and apply rules 2022-02-26 09:07:16 -06:00
composer.json Add SqlConfig test 2022-12-31 13:38:42 -06:00
LICENSE Update LICENSE 2022-06-21 16:55:27 -05:00
phpunit.xml.dist Update for PHPUnit 9.3 2020-08-28 11:38:03 -05:00
psalm.xml Add Psalm and fix doc types 2020-05-23 15:44:01 -05:00
README.md Update readme 2018-10-13 09:23:15 -05:00

SQL

This package provides interfaces and classes shared by amphp/mysql and amphp/postgres. See amphp/sql-common for common implementations shared by these libraries.

Requirements

  • PHP 7.0+

Versioning

amphp/sql follows the semver semantic versioning specification like all other amphp packages.

Security

If you discover any security related issues, please email contact@amphp.org instead of using the issue tracker.

License

The MIT License (MIT). Please see LICENSE for more information.