mirror of
https://github.com/ziadoz/awesome-php.git
synced 2024-11-07 16:33:35 +00:00
Merge pull request #166 from corpsee/feature-added-category-ci
Added Continuous Integration category (separated from Testing)
This commit is contained in:
commit
b345ccd2c3
@ -19,6 +19,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|||||||
- [Dependency Injection](#dependency-injection)
|
- [Dependency Injection](#dependency-injection)
|
||||||
- [Imagery](#imagery)
|
- [Imagery](#imagery)
|
||||||
- [Testing](#testing)
|
- [Testing](#testing)
|
||||||
|
- [Continuous Integration](#continuous-integration)
|
||||||
- [Documentation](#documentation)
|
- [Documentation](#documentation)
|
||||||
- [Security](#security)
|
- [Security](#security)
|
||||||
- [Code Analysis](#code-analysis)
|
- [Code Analysis](#code-analysis)
|
||||||
@ -228,6 +229,10 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|||||||
* [VFS Stream](https://github.com/mikey179/vfsStream) - A virtual filesystem stream wrapper for testing.
|
* [VFS Stream](https://github.com/mikey179/vfsStream) - A virtual filesystem stream wrapper for testing.
|
||||||
* [VFS](https://github.com/adlawson/vfs.php) - Another virtual filesystem for testing.
|
* [VFS](https://github.com/adlawson/vfs.php) - Another virtual filesystem for testing.
|
||||||
* [Locust](http://locust.io/) - A modern load test library written in Python.
|
* [Locust](http://locust.io/) - A modern load test library written in Python.
|
||||||
|
|
||||||
|
## Continuous Integration
|
||||||
|
*Applications for Continuous Integration.*
|
||||||
|
|
||||||
* [Travis CI](https://travis-ci.org/) - A continuous integration platform.
|
* [Travis CI](https://travis-ci.org/) - A continuous integration platform.
|
||||||
* [PHPCI](http://www.phptesting.org/) - An open source continuous integration platform for PHP.
|
* [PHPCI](http://www.phptesting.org/) - An open source continuous integration platform for PHP.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user