2015年15 个最好的PHP开发工具
1) PHP CPP
The PHP-CPP library is a C++ library for developing PHP extensions. It offers a collection of well documented and easy-to-use classes that can be used and extended to build native extensions for PHP.
2) SubLimeText
SublimeText is one of the most popular code editors for developers. Sublime Text is a sophisticated text editor for code, markup and prose. You’ll love the slick user interface, extraordinary features and amazing performance.
3) Plates PHP
Plates is a native PHP template system that’s fast, easy to use and easy to extend. Plates is designed for developers who prefer to use native PHP templates over compiled template languages, such as Twig or Smarty.
4) Hoa
Hoa is another popular PHP libraries that help to create bridge between industrial and research worlds.
5) xSanisty
SlimStarter is perfect solution for bootstrapping small-to-middle web application, provide HMVC environment in small footprint, with only around ~4MB in file size. Built on the top of well established Slim Framework, powered by Eloquent ORM on database layer, and Twig template engine on presentation layer.
6) Parsedown
Better Markdown Parser in PHP.
7) Prettifier
The Prettifier provides code formatting and syntax highlighting for common programming languages and file formats including JSON, CSS, HTML, XML, SQL, PHP, Perl, Apache Config, and JavaScript, where editing often takes place outside of an IDE.
8) ForP
forp is a lightweight PHP extension which provides PHP profile datas.
Summary of features :
– measurement of time and allocated memory for each function
– CPU usage
– file and line number of the function call
– output as Google’s Trace Event format
– caption of functions
– grouping of functions
– aliases of functions (useful for anonymous functions)
forp is non intrusive, it provides PHP annotations to do its work.
9) Geocoder
Geocoder is a PHP library which helps you build geo-aware applications by providing a powerful abstraction layer for geocoding manipulations.
10) Twig
Twig is fast, secure, flexible and modern templates engine for PHP. This allows the developer to define its own custom tags and filters, and create its own DSL.
11) Requests for PHP
Requests is a HTTP library written in PHP, for human beings. It is roughly based on the API from the excellent Requests Python library.
12) Guzzle PHP
Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services.
13) Belt
Belt is A handful of tools for PHP developers.
14) Faker
Faker is a PHP library that generates fake data for you. Whether you need to bootstrap your database, create good-looking XML documents, fill-in your persistence to stress test it, or anonymize data taken from a production service, Faker is for you.
15) Mink
One of the most important parts in the web is a browser. Browser is the window through which web users interact with web applications and other users. Users are always talking with web applications through browsers.