mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-12 16:54:00 +02:00
add Atlas to DB abstraction layers
This commit is contained in:
@@ -15,6 +15,7 @@ then a little overhead will be worth it for the sake of code cleanliness.
|
|||||||
Some abstraction layers have been built using the [PSR-0][psr0] or [PSR-4][psr4] namespace standards so can be
|
Some abstraction layers have been built using the [PSR-0][psr0] or [PSR-4][psr4] namespace standards so can be
|
||||||
installed in any application you like:
|
installed in any application you like:
|
||||||
|
|
||||||
|
* [Atlas][5]
|
||||||
* [Aura SQL][6]
|
* [Aura SQL][6]
|
||||||
* [Doctrine2 DBAL][2]
|
* [Doctrine2 DBAL][2]
|
||||||
* [Propel][7]
|
* [Propel][7]
|
||||||
@@ -24,6 +25,7 @@ installed in any application you like:
|
|||||||
[1]: https://secure.php.net/book.pdo
|
[1]: https://secure.php.net/book.pdo
|
||||||
[2]: https://www.doctrine-project.org/projects/dbal.html
|
[2]: https://www.doctrine-project.org/projects/dbal.html
|
||||||
[4]: https://packages.zendframework.com/docs/latest/manual/en/index.html#zendframework/zend-db
|
[4]: https://packages.zendframework.com/docs/latest/manual/en/index.html#zendframework/zend-db
|
||||||
|
[5]: https://atlasphp.io
|
||||||
[6]: https://github.com/auraphp/Aura.Sql
|
[6]: https://github.com/auraphp/Aura.Sql
|
||||||
[7]: http://propelorm.org/
|
[7]: http://propelorm.org/
|
||||||
[psr0]: https://www.php-fig.org/psr/psr-0/
|
[psr0]: https://www.php-fig.org/psr/psr-0/
|
||||||
|
Reference in New Issue
Block a user