|
|
@@ -19,6 +19,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
19
|
19
|
- [Dependency Injection](#dependency-injection)
|
|
20
|
20
|
- [Imagery](#imagery)
|
|
21
|
21
|
- [Testing](#testing)
|
|
|
22
|
+ - [Continuous Integration](#continuous-integration)
|
|
22
|
23
|
- [Documentation](#documentation)
|
|
23
|
24
|
- [Security](#security)
|
|
24
|
25
|
- [Code Analysis](#code-analysis)
|
|
|
@@ -228,6 +229,10 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
228
|
229
|
* [VFS Stream](https://github.com/mikey179/vfsStream) - A virtual filesystem stream wrapper for testing.
|
|
229
|
230
|
* [VFS](https://github.com/adlawson/vfs.php) - Another virtual filesystem for testing.
|
|
230
|
231
|
* [Locust](http://locust.io/) - A modern load test library written in Python.
|
|
|
232
|
+
|
|
|
233
|
+## Continuous Integration
|
|
|
234
|
+*Applications for Continuous Integration.*
|
|
|
235
|
+
|
|
231
|
236
|
* [Travis CI](https://travis-ci.org/) - A continuous integration platform.
|
|
232
|
237
|
* [PHPCI](http://www.phptesting.org/) - An open source continuous integration platform for PHP.
|
|
233
|
238
|
|