auraphp/Aura.SqlQuery
Fork: 82 Star: 441 (更新于 1970-01-01 00:00:00)
license: MIT
Language: PHP .
Independent query builders for MySQL, PostgreSQL, SQLite, and Microsoft SQL Server.
最后发布版本: 3.0.0 ( 2023-04-25 21:31:40)
Aura.SqlQuery
Provides query builders for MySQL, Postgres, SQLite, and Microsoft SQL Server. These builders are independent of any particular database connection library, although PDO in general is recommended.
Installation and Autoloading
This package is installable and PSR-4 autoloadable via Composer as aura/sqlquery.
Alternatively, download a release, or clone this repository, then map
the Aura\SqlQuery\
namespace to the package src/
directory.
Dependencies
This package requires PHP 5.6 or later; it has been tested on PHP 5.6-8.1. We recommend using the latest available version of PHP as a matter of principle.
Aura library packages may sometimes depend on external interfaces, but never on external implementations. This allows compliance with community standards without compromising flexibility. For specifics, please examine the package composer.json file.
Quality
This project adheres to Semantic Versioning.
To run the unit tests at the command line, issue composer install
and then
./vendor/bin/phpunit
at the package root. This requires Composer to be
available as composer
.
This package attempts to comply with PSR-1, PSR-2, and PSR-4. If you notice compliance oversights, please send a patch via pull request.
Community
To ask questions, provide feedback, or otherwise communicate with other Aura users, please join our Google Group, follow @auraphp, or chat with us on Freenode in the #auraphp channel.
Documentation
This package is fully documented here.
最近版本更新:(数据更新于 1970-01-01 00:00:00)
2023-04-25 21:31:40 3.0.0
2023-04-25 21:29:38 2.8.1
2022-05-21 21:34:40 2.8.0
2022-05-21 20:26:47 3.0.0-alpha.1
2016-10-04 04:35:38 2.7.1
2016-09-03 06:10:38 2.7.0
2015-11-09 23:46:17 2.6.0
2015-06-02 14:35:28 2.5.0
2015-03-28 04:09:49 2.4.2
2015-03-26 12:21:20 2.4.1
主题(topics):
microsoft-sql-server, mysql, php, postgresql, query-builder, sqlite
auraphp/Aura.SqlQuery同语言 PHP最近更新仓库
2024-11-01 18:37:36 schmittjoh/JMSSerializerBundle
2024-10-31 21:37:53 filamentphp/filament
2024-10-28 00:16:41 symfony/var-dumper
2024-10-28 00:11:41 symfony/symfony
2024-10-11 23:44:26 coollabsio/coolify
2024-10-11 03:27:29 odan/slim4-skeleton