mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-05 05:27:28 +02:00
Merge pull request #936 from Xymph/update-zend-view
Update Zend-View link to version 3
This commit is contained in:
@@ -26,4 +26,4 @@ anchor: templating_further_reading
|
||||
* [Plates](http://platesphp.com/) *(native)*
|
||||
* [Smarty](https://www.smarty.net/) *(compiled)*
|
||||
* [Twig](https://twig.symfony.com/) *(compiled)*
|
||||
* [Zend\View](https://framework.zend.com/manual/2.4/en/modules/zend.view.quick-start.html) *(native, framework specific)*
|
||||
* [Zend-View](https://docs.zendframework.com/zend-view/) *(native, framework specific)*
|
||||
|
@@ -14,7 +14,7 @@ libraries useful for any preferred approach taken.
|
||||
* [Mockery] is a Mock Object Framework which can be integrated with [PHPUnit] or [PHPSpec]
|
||||
* [Prophecy] is a highly opinionated yet very powerful and flexible PHP object mocking framework. It's integrated with
|
||||
[PHPSpec] and can be used with [PHPUnit].
|
||||
* [php-mock] is a library to help to mock PHP native functions.
|
||||
* [php-mock] is a library to help to mock PHP native functions.
|
||||
* [Infection] is a PHP implementation of [Mutation Testing] to help to measure the effectiveness of your tests.
|
||||
* [PHPUnit Polyfills] is a library that allows for creating PHPUnit cross-version compatible tests when a test suite needs to run against a range of PHPUnit versions.
|
||||
|
||||
|
@@ -34,7 +34,7 @@ There are many open source tools available to help you with build automation and
|
||||
|
||||
[Rocketeer] gets its inspiration and philosophy from the Laravel framework. Its goal is to be fast, elegant and easy to use with smart defaults. It features multiple servers, multiple stages, atomic deploys and deployment can be performed in parallel. Everything in the tool can be hot swapped or extended, and everything is written in PHP.
|
||||
|
||||
[Deployer] is a deployment tool written in PHP. It's simple and functional. Features include running tasks in parallel, atomic deployment and keeping consistency between servers. Recipes of common tasks for Symfony, Laravel, Zend Framework and Yii are available. Younes Rafie's article [Easy Deployment of PHP Applications with Deployer][phpdeploy_deployer] is a great tutorial for deploying your application with the tool.
|
||||
[Deployer] is a deployment tool written in PHP. It's simple and functional. Features include running tasks in parallel, atomic deployment and keeping consistency between servers. Recipes of common tasks for Symfony, Laravel, Zend Framework and Yii are available. Younes Rafie's article [Easy Deployment of PHP Applications with Deployer][phpdeploy_deployer] is a great tutorial for deploying your application with the tool.
|
||||
|
||||
[Magallanes] is another tool written in PHP with simple configuration done in YAML files. It has support for multiple servers and environments, atomic deployment, and has some built in tasks that you can leverage for common tools and frameworks.
|
||||
|
||||
|
Reference in New Issue
Block a user