Skip to content

Commit 5ddfebc

Browse files
authored
add Atlas to DB abstraction layers
1 parent 6a61def commit 5ddfebc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_posts/07-05-01-Abstraction-Layers.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ then a little overhead will be worth it for the sake of code cleanliness.
1515
Some abstraction layers have been built using the [PSR-0][psr0] or [PSR-4][psr4] namespace standards so can be
1616
installed in any application you like:
1717

18+
* [Atlas][5]
1819
* [Aura SQL][6]
1920
* [Doctrine2 DBAL][2]
2021
* [Propel][7]
@@ -24,6 +25,7 @@ installed in any application you like:
2425
[1]: https://secure.php.net/book.pdo
2526
[2]: https://www.doctrine-project.org/projects/dbal.html
2627
[4]: https://packages.zendframework.com/docs/latest/manual/en/index.html#zendframework/zend-db
28+
[5]: https://atlasphp.io
2729
[6]: https://github.com/auraphp/Aura.Sql
2830
[7]: http://propelorm.org/
2931
[psr0]: https://www.php-fig.org/psr/psr-0/

0 commit comments

Comments
 (0)