mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-06 14:06:34 +02:00
Merge pull request #965 from petk/patch-zend
Rename zend-* packages to laminas-*
This commit is contained in:
@@ -20,12 +20,12 @@ installed in any application you like:
|
||||
* [Doctrine2 DBAL][2]
|
||||
* [Medoo][8]
|
||||
* [Propel][7]
|
||||
* [Zend-db][4]
|
||||
* [laminas-db][4]
|
||||
|
||||
|
||||
[1]: https://www.php.net/book.pdo
|
||||
[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://docs.laminas.dev/laminas-db/
|
||||
[5]: https://atlasphp.io
|
||||
[6]: https://github.com/auraphp/Aura.Sql
|
||||
[7]: https://propelorm.org/
|
||||
|
@@ -26,4 +26,4 @@ anchor: templating_further_reading
|
||||
* [Plates](https://platesphp.com/) *(native)*
|
||||
* [Smarty](https://www.smarty.net/) *(compiled)*
|
||||
* [Twig](https://twig.symfony.com/) *(compiled)*
|
||||
* [Zend-View](https://docs.zendframework.com/zend-view/) *(native, framework specific)*
|
||||
* [laminas-view](https://docs.laminas.dev/laminas-view/) *(native, framework specific)*
|
||||
|
Reference in New Issue
Block a user