最好的PHP开发工具 - 2014

jopen 10年前

PHP,是英文超文本预处理语言Hypertext Preprocessor的缩写。PHP 是一种 HTML 内嵌式的语言,是一种在服务器端执行的嵌入HTML文档的脚本语言,语言的风格有类似于C语言,被广泛地运用。

   PHP 独特的语法混合了C、Java、Perl以及PHP自创的语法。它可以比CGI或者Perl更快速地执行动态网页。用PHP做出的动态页面与其他的编程语言相比,PHP是将程序嵌入到HTML文档中去执

行,执行效率比完全生成HTML标记的CGI要高许多;PHP还可以执行编译后代码,编译可以达到加密和优化代码运行,使代码运行更快。

1. Sublime Text

最好的PHP开发工具 - 2014
Sublime Text is a cross-platform text and source code editor, with a Python application programming interface (API). Sublime Text is proprietary software. Its functionality is extendable with plugins. A must have tools for php developers to work with it.

2. PHP-CPP

最好的PHP开发工具 - 2014
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. This C++ library makes building PHP extensions fun. Extensions build on top of PHP-CPP are easy to understand and simple to maintain, and your code looks great – and give a huge boost to your application!

3. Hoa

最好的PHP开发工具 - 2014
Hoa is a modular, extensible and structured set of PHP libraries. Moreover, Hoa aims at being a bridge between industrial and research worlds. This library is the foundation —the core— of all libraries of Hoa. It proposes fundamentals algorithms, paradigms and mechanisms and many more.

4. Mink

最好的PHP开发工具 - 2014
Mink is a PHP Library which lets you test your web apps interacts with browser properly. It removes the API differences between the two types of browser emulators, giving you a more accurate testing environment. Mink comes with PHPUnit, Behat and Symfony2 support out of the box.

5. Parsedown PHP

最好的PHP开发工具 - 2014
Parsedown is a parser for Markdown. It parses Markdown text the way people do. First, it divides texts into blocks. Then it looks at how these blocks start and how they relate to each other. Finally, it looks for special characters to identify inline elements. As a result, Parsedown is (super) fast, consistent and clean.

6. SlimStarter

最好的PHP开发工具 - 2014
SlimStarter is a bootstrap application built with Slim Framework in MVC architecture, with Laravel’s Eloquent as database provider (Model) and Twig as template engine (View). Additional package is Sentry as authentication provider and Slim-facade which provide easy access to underlying Slim API with static interface like Laravel syntax (built based on Laravel’s Facade).

7. Forp

最好的PHP开发工具 - 2014
forp is a PHP profiler written in C. forp is a lightweight PHP extension which provides the full call stack of your script, with CPU and memory usage, in a plain PHP Array or JSON output. forp is non intrusive and it provides PHP annotations to do its work. forp provides a structure so simple that it’s easy to make your own UI. forp lets you take the measurement of time and allocate memory of each function, file and line number of the function call, captions of functions, grouping of functions and many more.

8. Guzzle

最好的PHP开发工具 - 2014
Guzzle takes the pain out of sending HTTP requests and the redundancy out of creating web service clients. It’s a framework that includes the tools needed to create a robust web service client, including: Service descriptions for defining the inputs and outputs of an API, resource iterators for traversing paginated resources, batching for sending a large number of requests as efficiently as possible.

9. Belt

最好的PHP开发工具 - 2014
Belt is a collection of useful tools for PHP developers. It offers over 60 useful functions, and it’s fully tested.

10. Twig

最好的PHP开发工具 - 2014
Twig is a flexible, secure, and fast templating engine for PHP. It’s concise, with a template oriented syntax, and loaded with features.

11. Initial Based Icon Generator

最好的PHP开发工具 - 2014
It lets you generate Initial based icons with a colored background similar to Gmail’s.

12. Faker

最好的PHP开发工具 - 2014
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.

13. GeoCoder

最好的PHP开发工具 - 2014
Geocoder is a library which helps you build geo-aware applications. It provides an abstraction layer for geocoding manipulations. The library is split in two parts:HttpAdapter and Provider and is really extensible.

14. Composer

最好的PHP开发工具 - 2014
This dependency manager for PHP lets you create a composer.json file in your project root, run a single command, and all your dependencies are downloaded ready to use.

15. Directus

最好的PHP开发工具 - 2014
Directus is a free and open source content management framework written in PHP that provides a feature-rich environment for rapid development and management of custom MySQL database solutions.

16. Patternlab

最好的PHP开发工具 - 2014
There are impressive frontend frameworks around like Bootstrap, Foundation or Maxmertkit. Pattern Lab, although having similar features, is not one of them. It is more a framework for front-end frameworks, a PHP-powered static site generator or your project’s pattern library and frontend style guide. The tool comes with all the base styles for common scenarios like forms, lists, tables, responsive grid and more. But it doesn’t interfere the design at all and leaves it all to you.

17. Rainloop

最好的PHP开发工具 - 2014
RainLoop is a free and open source PHP webmail application for anyone willing to use a single interface for many accounts. The application has a modern user interface and supports both SMTP + IMAP. It doesn’t require a database as the e-mails are not stored by the app. The mail server is accessed directly and RainLoop simply displays the e-mails there.

18. The Prettifier

最好的PHP开发工具 - 2014
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.

19. Plates

最好的PHP开发工具 - 2014
Plates is a native PHP template system that’s fast, easy to use and easy to extend. It’s inspired by the excellent Twig template engine and tries to bring modern template language functionality to native PHP templates. Plates is designed for developers who prefer to use native PHP templates over compiled templates, such as Twig or Smarty.

20. Requests for PHP

最好的PHP开发工具 - 2014
Requests is a stable PHP library that uses cURL or fsockopen (depending on the availability) and provides a consistent API. It simplifies sending requests, accepts HEAD, GET, POST, PUT, DELETE or PATCH and adding headers, form data + multipart files. The library also works with international domain names, authentication, auto-decompressing gzipped responses and much more.