|
|
@@ -322,7 +322,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
322
|
322
|
*Libraries and applications for continuous integration.*
|
|
323
|
323
|
|
|
324
|
324
|
* [CircleCI](https://circleci.com) - A continuous integration platform.
|
|
325
|
|
-* [GitlabCi](https://about.gitlab.com/product/continuous-integration/) - Let GitLab CI test, build, deploy your code. TravisCi like.
|
|
|
325
|
+* [GitlabCi](https://about.gitlab.com/stages-devops-lifecycle/continuous-integration/) - Let GitLab CI test, build, deploy your code. TravisCi like.
|
|
326
|
326
|
* [Jenkins](https://jenkins.io/index.html) - A continuous integration platform with [PHP support](http://jenkins-php.org/index.html).
|
|
327
|
327
|
* [JoliCi](https://github.com/jolicode/JoliCi) - A continuous integration client written in PHP and powered by Docker.
|
|
328
|
328
|
* [PHPCI](https://github.com/dancryer/phpci) - An open source continuous integration platform for PHP.
|
|
|
@@ -355,7 +355,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
355
|
355
|
* [Symfony Security Monitoring](https://security.symfony.com/) - A web tool to check your Composer dependencies for security advisories, previously known as "SensioLabs Security Check".
|
|
356
|
356
|
* [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library.
|
|
357
|
357
|
* [VAddy](https://vaddy.net/) - A continuous security testing platform for web applications.
|
|
358
|
|
-* [Zed](https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project) - An integrated penetration testing tool for web applications.
|
|
|
358
|
+* [Zed](https://owasp.org/www-project-zap/) - An integrated penetration testing tool for web applications.
|
|
359
|
359
|
|
|
360
|
360
|
### Passwords
|
|
361
|
361
|
*Libraries and tools for working with and storing passwords.*
|
|
|
@@ -683,7 +683,7 @@ Libraries to help manage database schemas and migrations.
|
|
683
|
683
|
### Caching
|
|
684
|
684
|
*Libraries for caching data.*
|
|
685
|
685
|
|
|
686
|
|
-* [Alternative PHP Cache (APC)](https://secure.php.net/manual/en/book.apc.php) - Open opcode cache for PHP.
|
|
|
686
|
+* [Alternative PHP Cache (APC)](https://www.php.net/manual/en/book.apc.php) - Open opcode cache for PHP.
|
|
687
|
687
|
* [APIx Cache](https://github.com/apix/cache) - A thin PSR-6 cache wrapper to various caching backends emphasising cache tagging and indexing.
|
|
688
|
688
|
* [CacheTool](https://github.com/gordalina/cachetool) - A tool to clear APC/opcode caches from the command line.
|
|
689
|
689
|
* [Cake Cache](https://github.com/cakephp/cache) - A caching library (CP).
|
|
|
@@ -816,7 +816,7 @@ Libraries to help manage database schemas and migrations.
|
|
816
|
816
|
*Software and tools for creating a sandboxed development environment.*
|
|
817
|
817
|
|
|
818
|
818
|
* [Ansible](https://www.ansible.com/) - A radically simple orchestration framework.
|
|
819
|
|
-* [Phansible](http://phansible.com/) - A web tool for building PHP development virtual machines with Ansible.
|
|
|
819
|
+* [Phansible](https://phansible.com/) - A web tool for building PHP development virtual machines with Ansible.
|
|
820
|
820
|
* [Protobox](https://www.getprotobox.com/) - Another web tool for building PHP development virtual machines.
|
|
821
|
821
|
* [PuPHPet](https://puphpet.com/) - A web tool for building PHP development virtual machines.
|
|
822
|
822
|
* [Puppet](https://puppet.com/) - A server automation framework and application.
|
|
|
@@ -887,7 +887,7 @@ Various resources, such as books, websites and articles, for improving your PHP
|
|
887
|
887
|
* [Learning Linux](https://linuxjourney.com/) - A website for learning Linux.
|
|
888
|
888
|
* [Semantic Versioning](https://semver.org/) - A website explaining semantic versioning.
|
|
889
|
889
|
* [Servers for Hackers](https://serversforhackers.com/) - A newsletter about server management.
|
|
890
|
|
-* [The Open Web Application Security Project (OWASP)](https://www.owasp.org/index.php/Main_Page) - An open software security community.
|
|
|
890
|
+* [The Open Web Application Security Project (OWASP)](https://owasp.org/) - An open software security community.
|
|
891
|
891
|
|
|
892
|
892
|
### PHP Books
|
|
893
|
893
|
*Fantastic PHP-related books.*
|
|
|
@@ -967,7 +967,7 @@ Various resources, such as books, websites and articles, for improving your PHP
|
|
967
|
967
|
* [When Does Foreach Copy?](https://nikic.github.io/2011/11/11/PHP-Internals-When-does-foreach-copy.html) - An article about the internals of foreach.
|
|
968
|
968
|
* [Why Objects (Usually) Use Less Memory Than Arrays](https://gist.github.com/nikic/5015323) - An article about object and array internals.
|
|
969
|
969
|
* [You're Being Lied To](http://blog.golemon.com/2007/01/youre-being-lied-to.html) - An article about internal ZVALs.
|
|
970
|
|
-* Collecting Garbage: [1](https://secure.php.net/manual/en/features.gc.refcounting-basics.php) [2](https://secure.php.net/manual/en/features.gc.collecting-cycles.php) [3](https://secure.php.net/manual/en/features.gc.performance-considerations.php) - A series about the PHP garbage collection internals.
|
|
|
970
|
+* Collecting Garbage: [1](https://www.php.net/manual/en/features.gc.refcounting-basics.php) [2](https://www.php.net/manual/en/features.gc.collecting-cycles.php) [3](https://www.php.net/manual/en/features.gc.performance-considerations.php) - A series about the PHP garbage collection internals.
|
|
971
|
971
|
* PHP Source Code for Developers: [1](https://blog.ircmaxell.com/2012/03/phps-source-code-for-php-developers.html) [2](https://nikic.github.io/2012/03/16/Understanding-PHPs-internal-function-definitions.html) [3](https://blog.ircmaxell.com/2012/03/phps-source-code-for-php-developers_21.html) [4](https://nikic.github.io/2012/03/28/Understanding-PHPs-internal-array-implementation.html) - A series about the PHP source code.
|
|
972
|
972
|
|
|
973
|
973
|
### PHP Magazines
|