PHP is a popular general-purpose scripting language that is especially suited to web development.
Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world.
- PECL is a repository for PHP Extensions, providing a directory of all known extensions and hosting facilities for downloading and development of PHP extensions.
- Coding standards for modern PHP
- laradock: Full PHP development environment for Docker.
- Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
- php-fpm进程数管理
- PHP-FPM子进程数量应该如何设置?
- 如果代码是 CPU 计算密集型的,pm.max_chindren 不能超过 CPU 的内核数
- 如果代码不是 CPU 计算密集型的,那么将 pm.max_chindren 的值大于 CPU 的内核数
- 在 N + 20% 和 M / m 之间
- N 是 CPU 内核数量
- M 是 PHP 能利用的内存数量
- m 是每个 PHP 进程平均使用的内存数量
- 启用php-fpm状态详解
- Awesome PHP, A curated list of amazingly awesome PHP libraries, resources and shiny things.