PHP常用工具

官方文档

php官网 http://php.net
php官网文档 https://www.phpdoc.org/docs/latest/index.html
php的正确写法 http://laravel-china.github.io/php-the-right-way/
设计模式 http://laravel-china.github.io/php-the-right-way/pages/Design-Patterns.html


PHP社区

http://phpcommunity.org/
https://nomadphp.com/
http://phpwomen.org/
G+PHP社区 https://plus.google.com/u/0/communities/104245651975268426012
PHP在线聊天 http://webchat.freenode.net/?channels=phpc

图片裁切

js http://deepliquid.com/content/Jcrop.html
PHP库 https://packagist.org/packages/intervention/image

内置服务器命令


php -S localhost:8000



你可能感兴趣的:(PHP常用工具)