Quellcode durchsuchen

Add list of library categories, reorganised categories and added brief description.

pull/4/head
Jamie vor 12 Jahren
Ursprung
Commit
17744cac28
1 geänderte Dateien mit 115 neuen und 23 gelöschten Zeilen
  1. 115
    23
      awesome-php.md

+ 115
- 23
awesome-php.md Datei anzeigen

@@ -2,12 +2,59 @@
2 2
 
3 3
 A curated list of amazingly awesome PHP libraries, resources and shiny things.
4 4
 
5
+## Categories
6
+
7
+* Composer
8
+* Composer Related
9
+* Frameworks
10
+* Framework Components
11
+* Micro Frameworks
12
+* Templating
13
+* HTTP
14
+* URL
15
+* Email
16
+* File
17
+* Streams
18
+* Dependency Injection
19
+* Imagery
20
+* Testing
21
+* Documentation
22
+* Security
23
+* Code Analysis
24
+* Build Tools
25
+* Asset Management
26
+* Geolocation
27
+* Date and Time
28
+* Event
29
+* Logging
30
+* E-commerce
31
+* PDF
32
+* ORM and Datamapping
33
+* NoSQL
34
+* Queue
35
+* Search
36
+* Command Line
37
+* Authentication
38
+* Markup
39
+* Text and Numbers
40
+* Filtering and Validation
41
+* REST and API
42
+* Caching
43
+* Data Structure and Storage
44
+* Notifications
45
+* Third Party APIs
46
+* Miscellaneous
47
+* Development Software
48
+* Web Tools
49
+
5 50
 ## Composer
51
+*Libraries for package and dependency management.*
6 52
 
7 53
 * [Composer](http://getcomposer.org/)/[Packagist](http://packagist.org/) - A package and dependency manager.
8 54
 * [Composer Installers](https://github.com/composer/installers) - A  multi framework Composer library installer.
9 55
 
10 56
 ## Composer Related
57
+*Libraries related to Composer.*
11 58
 
12 59
 * [Satis](https://github.com/composer/satis) - A static Composer repository generator.
13 60
 * [Composition](https://github.com/bamarni/composition) - A library to check your Composer environment at runtime.
@@ -17,6 +64,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
17 64
 * [Patch Installer](https://github.com/goatherd/patch-installer) - A library to install patches using Composer.
18 65
 
19 66
 ## Frameworks
67
+*Popular PHP frameworks.*
20 68
 
21 69
 * [Symfony2](http://symfony.com/) - A framework comprised of individual components.
22 70
 * [Knp RAD Bundle](http://rad.knplabs.com/) - A Rapid Application Development (RAD) bundle for Symfony 2.
@@ -26,12 +74,14 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
26 74
 * [Aura PHP](http://auraphp.com/) - A framework of independent components.
27 75
 
28 76
 ## Framework Components
77
+*PHP framework components.*
29 78
 
30 79
 * [Symfony2 Components](http://symfony.com/doc/master/components/index.html) - The components that make Symfony2.
31 80
 * [Zend Framework 2 Components](https://packages.zendframework.com/) - The components that make ZF2.
32 81
 * [Aura Components](http://auraphp.github.com/) - A package of PHP 5.4 components. 
33 82
 
34 83
 ## Micro Frameworks
84
+*Micro frameworks and routers.*
35 85
 
36 86
 * [Silex](http://silex.sensiolabs.org/) - A micro framework built around Symfony2 components.
37 87
 * [Silex Skeleton](https://github.com/fabpot/Silex-Skeleton) - A skeleton for Silex.
@@ -44,6 +94,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
44 94
 * [Klein](https://github.com/chriso/klein.php) - A fast routing library.
45 95
 
46 96
 ## Templating
97
+*Libraries and tools for templating and lexing*
47 98
 
48 99
 * [Twig](http://twig.sensiolabs.org/) - A comprehensive templating language.
49 100
 * [Twig Cache Extension](https://github.com/asm89/twig-cache-extension) - A template fragment cache library for Twig.
@@ -53,6 +104,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
53 104
 * [Lex](https://github.com/pyrocms/lex) - A lightweight template parser.
54 105
 
55 106
 ## HTTP
107
+*Libraries for working with HTTP and scraping websites.*
56 108
 
57 109
 * [Guzzle](http://guzzlephp.org/) - A HTTP client.
58 110
 * [Buzz](https://github.com/kriswallsmith/Buzz) - Another HTTP client.
@@ -61,11 +113,13 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
61 113
 * [PHP VCR](http://php-vcr.github.io/) - A library for recording and replaying HTTP requests.
62 114
 
63 115
 ## URL
116
+*Libraries for parsing URLs.*
64 117
 
65 118
 * [Purl](https://github.com/jwage/purl) - A URL manipulation library.
66 119
 * [PHP Domain Parser](https://github.com/jeremykendall/php-domain-parser) - A domain suffix parser library.
67 120
 
68 121
 ## Email
122
+*Libraries for sending and parsing email.*
69 123
 
70 124
 * [SwiftMailer](http://swiftmailer.org/) - A mailer solution.
71 125
 * [PHPMailer](https://github.com/PHPMailer/PHPMailer) - Another mailer solution.
@@ -74,6 +128,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
74 128
 * [Stampie](https://github.com/henrikbjorn/Stampie) - A library for email services such as [SendGrid](http://sendgrid.com), [PostMark](http://postmarkapp.com) and [MailGun](http://www.mailgun.com).
75 129
 
76 130
 ## File
131
+*Libraries for file manipulation and MIME type detection.*
77 132
 
78 133
 * [Gaufrette](https://github.com/KnpLabs/Gaufrette) - A filesystem abstraction layer.
79 134
 * [Canal](https://github.com/dflydev/dflydev-canal) - A library to determine internet media types.
@@ -85,11 +140,12 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
85 140
 * [PHP FFmpeg](https://github.com/alchemy-fr/PHP-FFmpeg/) - A wrapper for the [FFmpeg](http://www.ffmpeg.org/) video library.
86 141
 
87 142
 ## Streams
143
+*Libraries for working with streams.*
88 144
 
89
-* [S3 Stream Wrapper](https://github.com/gwkunze/S3StreamWrapper) - A stream wrapper library for Amazon S3.
90 145
 * [Streamer](https://github.com/fzaninotto/Streamer) - A simple object-orientated stream wrapper library.
91 146
 
92 147
 ## Dependency Injection
148
+*Libraries that implement the dependency injection design pattern.*
93 149
 
94 150
 * [Pimple](http://pimple.sensiolabs.org/) - A tiny dependency injection container.
95 151
 * [Auryn](https://github.com/rdlowrey/Auryn) - Another dependency injection container.
@@ -98,6 +154,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
98 154
 * [Acclimate](https://github.com/jeremeamia/acclimate) - A common interface to dependency injection containers and service locators.
99 155
 
100 156
 ## Imagery
157
+*Libraries for manipulating images.*
101 158
 
102 159
 * [Imagine](http://imagine.readthedocs.org/en/latest/index.html) - An image manipulation library.
103 160
 * [PHP Image Workshop](https://github.com/Sybio/ImageWorkshop) - Another image manipulation library.
@@ -106,6 +163,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
106 163
 * [GIF Creator](https://github.com/Sybio/GifCreator) - A library to create GIF animations from multiple images.
107 164
 
108 165
 ## Testing
166
+*Libraries for testing codebases and generating test data.*
109 167
 
110 168
 * [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework.
111 169
 * [ParaTest](https://github.com/brianium/paratest) - A parallel testing library for PHPUnit.
@@ -123,13 +181,18 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
123 181
 * [Mink](http://mink.behat.org/) - Web acceptance testing.
124 182
 * [HTTP Mock](https://github.com/InterNations/http-mock) - A library for mocking HTTP requests in unit tests.
125 183
 * [VFS Stream](https://github.com/mikey179/vfsStream) - A virtual filesystem stream wrapper for testing.
184
+* [Locust](http://locust.io/) - A modern load test library written in Python.
185
+* [Travis CI](https://travis-ci.org/) - A continuous integration platform.
186
+
126 187
 
127 188
 ## Documentation
189
+*Libraries for generating project documentation.*
128 190
 
129 191
 * [Sami](https://github.com/fabpot/Sami) - An API documentation generator.
130 192
 * [PHP Documentor 2](https://github.com/phpDocumentor/phpDocumentor2) - Another documentation generator.
131 193
 
132 194
 ## Security
195
+*Libraries for generating secure random numbers, encrypting data and scanning for vulnerabilities.*
133 196
 
134 197
 * [HTML Purifier](https://github.com/ezyang/htmlpurifier) - A standards compliant HTML filter.
135 198
 * [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings. 
@@ -144,10 +207,16 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
144 207
 * [PHP IDS](https://github.com/PHPIDS/PHPIDS) - A structured PHP security layer.
145 208
 * [PHP SSH](https://github.com/Herzult/php-ssh) - An experimental object orientated SSH wrapper library.
146 209
 * [IniScan](https://github.com/psecio/iniscan) - A tool that scans PHP INI files for security.
210
+* [SensioLabs Security Check](https://security.sensiolabs.org/) - A web tool to check your Composer dependecies for security advisories.
211
+* [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to scrutinise PHP code.
212
+* [Zed](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) - An integrated penetration testing tool for web applications.
147 213
 
148 214
 ## Code Analysis
215
+*Libraries and tools for analysing, parsing and manipulation codebases.*
149 216
 
150 217
 * [PHP Parser](https://github.com/nikic/PHP-Parser) - A PHP parser written in PHP.
218
+* [PHPPHP](https://github.com/ircmaxell/PHPPHP) - A PHP VM implementation in PHP.
219
+* [PHPSandbox](https://github.com/fieryprophet/php-sandbox) - A PHP sandbox environment.
151 220
 * [Dissect](https://github.com/jakubledl/dissect) - A set of tools for lexical and syntactical analysis.
152 221
 * [PHP Mess Detector](http://phpmd.org/) - A library that scans code for bugs, sub-optimal code, unused parameters and more.
153 222
 * [PHP Code Sniffer](https://github.com/squizlabs/PHP_CodeSniffer) - A library that detects PHP, CSS and JS coding standard violations.
@@ -163,6 +232,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
163 232
 * [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
164 233
 
165 234
 ## Build Tools
235
+*Project build and automation tools.*
166 236
 
167 237
 * [Go](https://github.com/herrera-io/php-go) - A simple PHP build tool.
168 238
 * [Bob](https://github.com/CHH/bob) - A simple project automation tool.
@@ -170,6 +240,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
170 240
 * [Box](https://github.com/kherge/Box) - A utility to build PHAR files.
171 241
 
172 242
 ## Asset Management
243
+*Tools for managing, compressing and minifying website assets.*
173 244
 
174 245
 * [Assetic](https://github.com/kriswallsmith/assetic) - An asset manager pipeline library.
175 246
 * [Pipe](https://github.com/CHH/pipe) - Another asset manager pipeline library.
@@ -177,6 +248,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
177 248
 * [JShrink](https://github.com/tedivm/JShrink) - A JavaScript minifier library.
178 249
 
179 250
 ## Geolocation
251
+*Libraries for geocoding addresses and working with latitudes and longitudes.*
180 252
 
181 253
 * [GeoCoder](http://geocoder-php.org/) - A geocoding library.
182 254
 * [GeoTools](https://github.com/toin0u/Geotools) - A library of geo-related tools.
@@ -184,12 +256,14 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
184 256
 * [GeoJSON](https://github.com/jmikola/geojson) - A GeoJSON implementation.
185 257
 
186 258
 ## Date and Time
259
+*Libraries for working with dates and times.*
187 260
 
188 261
 * [Carbon](https://github.com/briannesbitt/Carbon) - A simple DateTime API extension.
189 262
 * [ExpressiveDate](https://github.com/jasonlewis/expressive-date) - Another DateTime API extension.
190 263
 * [CalendR](http://yohan.giarel.li/CalendR) - A calendar management library.
191 264
 
192 265
 ## Event
266
+*Libraries that are event-driven or implement non-blocking event loops.*
193 267
 
194 268
 * [React](https://github.com/reactphp/react) - An event driven non-blocking I/O library.
195 269
 * [Rx.PHP](https://github.com/asm89/Rx.PHP) - A reactive extension library.
@@ -200,10 +274,12 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
200 274
 * [FuelPHP Event](https://github.com/fuelphp/event) - Another event dispatcher library.
201 275
 
202 276
 ## Logging
277
+*Libraries for generating and working with log files.*
203 278
 
204 279
 * [Monolog](https://github.com/Seldaek/monolog) - A comprehensive logger.
205 280
 
206
-## Payment and E-commerce
281
+## E-commerce
282
+*Libraries and applications for taking payments and building online e-commerce stores.*
207 283
 
208 284
 * [OmniPay](https://github.com/adrianmacneil/omnipay) - A framework agnostic multi-gateway payment processing library.
209 285
 * [Payum](https://github.com/payum/payum) - A payment abstraction library.
@@ -212,11 +288,13 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
212 288
 * [Money](https://github.com/bussnet/money) - A PHP implementation of Fowler's money pattern.
213 289
 
214 290
 ## PDF
291
+*Libraries and software for working with PDF files.*
215 292
 
216 293
 * [Snappy](https://github.com/KnpLabs/snappy) - A PDF and image generation library.
217 294
 * [WKHTMLToPDF](https://github.com/antialize/wkhtmltopdf) - A tool to convert HTML to PDF.
218 295
 
219 296
 ## ORM and Datamapping
297
+*Libraries that implement object-relational mapping or datamapping techniques.*
220 298
 
221 299
 * [Doctrine](http://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
222 300
 * [Doctrine Migrations](http://docs.doctrine-project.org/projects/doctrine-migrations/en/latest/toc.html) - A migration library for Doctrine. 
@@ -234,24 +312,28 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
234 312
 * [Entities](https://github.com/kherge/Entities) - A Doctrine ORM service provider for Silex.
235 313
 
236 314
 ## NoSQL
315
+*Libraries for working with "NoSQL" backends.*
237 316
 
238 317
 * [MongoQB](https://github.com/alexbilbie/MongoQB) - A MongoDB query builder library.
239 318
 * [Monga](https://github.com/FrenkyNet/Monga) - A MongoDB abstraction library.
240 319
 * [Predis](https://github.com/nrk/predis) - A feature complete Redis library.
241 320
 
242 321
 ## Queue
322
+*Libraries for working with event and task queues.*
243 323
 
244 324
 * [Pheanstalk](https://github.com/pda/pheanstalk) - A Beanstalkd client library.
245 325
 * [PHP AMPQ](https://github.com/videlalvaro/php-amqplib) - An AMPQ library.
246 326
 * [Thumper](https://github.com/videlalvaro/Thumper) - A RabbitMQ pattern library.
247 327
 
248 328
 ## Search
329
+*Libraries and software for indexing and performing search queries on data.*
249 330
 
250 331
 * [ElasticSearch PHP](https://github.com/elasticsearch/elasticsearch-php) - The official client library for [ElasticSearch](http://www.elasticsearch.org/).
251 332
 * [Elastica](https://github.com/ruflin/Elastica) - A client library for ElasticSearch.
252 333
 * [Solarium](http://www.solarium-project.org/) - A client library for [Solar](http://lucene.apache.org/solr/).
253 334
 
254 335
 ## Command Line
336
+*Libraries for building command line utilities.*
255 337
 
256 338
 * [Boris](https://github.com/d11wtq/boris) - A tiny PHP REPL.
257 339
 * [PsySh](https://github.com/bobthecow/psysh) - Another PHP REPL.
@@ -264,6 +346,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
264 346
 * [Hoa Console](https://github.com/hoaproject/Console) - Another command line library.
265 347
 
266 348
 ## Authentication
349
+*Libraries for implementing authentications schemes.*
267 350
 
268 351
 * [Sentry](https://github.com/cartalyst/sentry) - A framework agnostic authentication & authorisation library.
269 352
 * [Sentry Social](http://docs.cartalyst.com/sentry-social-2/introduction) - A library for social network authentication.
@@ -274,6 +357,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
274 357
 * [Hawk](https://github.com/dflydev/dflydev-hawk) - A Hawk HTTP authentication library.
275 358
 
276 359
 ## Markup
360
+*Libraries for working with markup.*
277 361
 
278 362
 * [Decoda](http://milesj.me/code/php/decoda) - A lightweight markup parser library.
279 363
 * [PHP Markdown](https://github.com/michelf/php-markdown) - A markdown parser library.
@@ -281,6 +365,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
281 365
 * [HTML5 PHP](https://github.com/Masterminds/html5-php) - An HTML5 parser and serializer library.
282 366
 
283 367
 ## Text and Numbers
368
+*Libraries for parsing and manipulating text and numbers.*
284 369
 
285 370
 * [ANSI to HTML5](https://github.com/sensiolabs/ansi-to-html) - An ANSI to HTML5 convertor library.
286 371
 * [Patchwork UTF-8](https://github.com/nicolas-grekas/Patchwork-UTF8) - A portable library for working with UTF-8 strings.
@@ -296,6 +381,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
296 381
 * [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements. 
297 382
 
298 383
 ## Filtering and Validation
384
+*Libraries for filtering and validating data.*
299 385
 
300 386
 * [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
301 387
 * [Respect Validate](https://github.com/Respect/Validation) - A simple validation library.
@@ -304,6 +390,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
304 390
 * [DMS Filter](https://github.com/rdohms/DMS-Filter) - An annotation filtering library.
305 391
 
306 392
 ## REST and API
393
+*Libraries and web tools for developing REST-ful APIs.*
307 394
 
308 395
 * [Apigility](https://github.com/zfcampus/zf-apigility-skeleton) - An API builder built with Zend Framework 2.
309 396
 * [Hateoas](https://github.com/willdurand/Hateoas) - A HATEOAS REST web service library.
@@ -311,11 +398,13 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
311 398
 * [Negotiation](https://github.com/willdurand/Negotiation) - A content negotiation library.
312 399
 
313 400
 ## Caching
401
+*Libraries for caching data.*
314 402
 
315 403
 * [Cache](https://github.com/doctrine/cache) - A caching library (part of Doctrine).
316 404
 * [Stash](https://github.com/tedivm/Stash) - Another library for caching.
317 405
 
318 406
 ## Data Structure and Storage
407
+*Libraries that implemented data structure or storage techniques.*
319 408
 
320 409
 * [Ardent](https://github.com/morrisonlevi/Ardent) - A library of data structures.
321 410
 * [PHP Collections](https://github.com/schmittjoh/php-collection) - A simple collections library.
@@ -323,6 +412,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
323 412
 * [PHP Object Storage](https://github.com/herrera-io/php-object-storage) - A library for object storage.
324 413
 
325 414
 ## Notifications
415
+*Libraries for working with notification software.*
326 416
 
327 417
 * [Nod](https://github.com/filp/nod) - A notification library (e.g. Growl).
328 418
 * [Notificato](https://github.com/wrep/notificato) - A library for handling push notifications.
@@ -330,7 +420,19 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
330 420
 * [Bernard](https://github.com/henrikbjorn/Bernard) - A structured message library for queues.
331 421
 * [Notificator](https://github.com/namshi/notificator) - A lightweight notification library.
332 422
 
423
+
424
+## Third Party APIs
425
+*Libraries for accessing third party APIs.*
426
+
427
+* [Amazon Web Service SDK](https://github.com/aws/aws-sdk-php) - The official PHP AWS SDK library.
428
+* [S3 Stream Wrapper](https://github.com/gwkunze/S3StreamWrapper) - A stream wrapper library for Amazon S3.
429
+* [Stripe](https://github.com/stripe/stripe-php) - The official Stripe PHP library.
430
+* [Campaign Monitor](http://campaignmonitor.github.com/createsend-php/) - The official Campaign Monitor PHP library.
431
+* [Digital Ocean](https://github.com/toin0u/DigitalOcean) - A library to interface with the Digital Ocean API.
432
+* [Github](https://github.com/dsyph3r/github-api3-php) - A library to interface with the Github API.
433
+
333 434
 ## Miscellaneous
435
+*Useful libraries or tools that don't fit in the categories above.*
334 436
 
335 437
 * [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
336 438
 * [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
@@ -370,16 +472,11 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
370 472
 * [ClassPreloader](https://github.com/mtdowling/ClassPreloader) - A library for optimising autoloading.
371 473
 * [Lib Country](https://github.com/phine/lib-country) - A library for country and subdivision data.
372 474
 * [Lib Accessor](https://github.com/phine/lib-accessor) - A library for simplifying accessors.
475
+* [PHPStack](http://dunkels.com/adam/phpstack/) - A TCP/IP stack proof of concept written in PHP.
476
+* [Country List](https://github.com/umpirsky/country-list) - A list of all countries with names and ISO 3166-1 codes.
373 477
 
374
-## Third Party APIs
375
-
376
-* [Amazon Web Service SDK](https://github.com/aws/aws-sdk-php) - The official PHP AWS SDK library.
377
-* [Stripe](https://github.com/stripe/stripe-php) - The official Stripe PHP library.
378
-* [Campaign Monitor](http://campaignmonitor.github.com/createsend-php/) - The official Campaign Monitor PHP library.
379
-* [Digital Ocean](https://github.com/toin0u/DigitalOcean) - A library to interface with the Digital Ocean API.
380
-* [Github](https://github.com/dsyph3r/github-api3-php) - A library to interface with the Github API.
381
-
382
-## Utilities
478
+## Development Software
479
+*Software for creating a development environment.*
383 480
 
384 481
 * [HomeBrew](http://mxcl.github.com/homebrew/) - A package manager for OSX.
385 482
 * [HomeBrew PHP](https://github.com/josegonzalez/homebrew-php) - A PHP tap for HomeBrew.
@@ -395,21 +492,16 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
395 492
 * [PHP Env](https://github.com/CHH/phpenv) - Another PHP version manager.
396 493
 * [PHP Switch](https://github.com/jubianchi/phpswitch) - Another version manager.
397 494
 * [PHP Build](https://github.com/CHH/php-build) - Another PHP version installer.
398
-* [PHP Queue](https://github.com/CoderKungfu/php-queue) - An application for managing queueing backends.
399
-* [PHPPHP](https://github.com/ircmaxell/PHPPHP) - A PHP VM implementation in PHP.
400
-* [PHPSandbox](https://github.com/fieryprophet/php-sandbox) - A PHP sandbox environment.
401
-* [PHPStack](http://dunkels.com/adam/phpstack/) - A TCP/IP stack proof of concept written in PHP.
402
-* [SensioLabs Security Check](https://security.sensiolabs.org/) - A web tool to check your Composer dependecies for security advisories.
403
-* [Scrutinizer](https://scrutinizer-ci.com/) - A web tool to scrutinise PHP code.
404
-* [Zed](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) - An integrated penetration testing tool for web applications.
405 495
 * [CodeKit](http://incident57.com/codekit/) - A general web development tool.
406
-* [DBV](http://dbv.vizuina.com/) - A database version control application.
407
-* [Backup](https://github.com/meskyanichi/backup) - A server backup tool written in Ruby.
408 496
 * [HTTPie](https://github.com/jkbr/httpie) - A command line alternative to cURL written in Python.
409
-* [Travis CI](https://travis-ci.org/) - A continuous integration platform.
410
-* [Locust](http://locust.io/) - A modern load test library written in Python.
497
+* [Backup](https://github.com/meskyanichi/backup) - A server backup tool written in Ruby.
498
+
499
+## Web Tools
500
+*Web-based tools.*
501
+
411 502
 * [3V4L](http://3v4l.org/) - An online PHP shell.
412
-* [Country List](https://github.com/umpirsky/country-list) - A list of all countries with names and ISO 3166-1 codes.
503
+* [DBV](http://dbv.vizuina.com/) - A database version control application.
504
+* [PHP Queue](https://github.com/CoderKungfu/php-queue) - An application for managing queueing backends.
413 505
 
414 506
 # Resources
415 507
 

Laden…
Abbrechen
Speichern