Browse Source

pull/4/head
Jamie York 12 years ago
parent
commit
94c9f33037
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      awesome-php.md

+ 1
- 1
awesome-php.md View File

@@ -161,7 +161,7 @@ A list of amazingly awesome PHP libraries that you should consider using (and so
161 161
 * [PHP Manipulator](https://github.com/schmittjoh/php-manipulator) - A library for analysing and modifying PHP Source Code.
162 162
 * [PHP Analyser](https://github.com/scrutinizer-ci/php-analyzer) - A library for analysing PHP code to find bugs and errors.
163 163
 * [Zend Optimizer Plus](https://github.com/zend-dev/ZendOptimizerPlus) - A Zend engine opcode cacher and optimiser.
164
-* [PHP Queue](https://github.com/miccheng/php-queue) - An application for managing queueing backends.
164
+* [PHP Queue](https://github.com/CoderKungfu/php-queue) - An application for managing queueing backends.
165 165
 * [PHPPHP](https://github.com/ircmaxell/PHPPHP) - A PHP VM implementation in PHP.
166 166
 * [PHPSandbox](https://github.com/fieryprophet/php-sandbox) - A PHP sandbox environment.
167 167
 * [SensioLabs Security Check](https://security.sensiolabs.org/) - A web tool to check your Composer dependecies for security advisories.

Loading…
Cancel
Save