|
PHP Suite
|
PHP Suite 2008 is a box of tools for the PHP programming language. Its handy utilities are needed in the everyday work of the PHP developer, thus helping save valuable time. PHP Suite 2008 tools are build with simplicity in mind, therefore they
have almost zero learning curve and are straightforward to use.
|
Known limitations
PHP Suite 2008 doesn't work on Windows Vista.
Tools in the Box
PHP Suite 2008consists of the following tools:
- PHP Minify - A PHP code cleaner and minifier.
- PHP Compress - A PHP code compressor.
- PHP Obfuscate - A PHP code obfuscator.
- PHP Join - A PHP code files joiner
PHP Suite PROS:
Easy To Use. Built with simplicity in mind no exaustive learning of your part is required. The tools in PHP Suite are straightforward to use and there is almost zero learning curve.
All in One. There are several PHP development tools into one handy package. There is no need to install many programs. With PHP Suite all are in.
Powerful. The tools in the PHP Suite bring extra power to the developer. With a simple button click the PHP code can be completely changed, minified, compressed or obfuscated. Use wisely.
Help. PHP Suite comes with integrated help, that will give an answer to all your questions.
PHP Suite CONS:
Powerful and Advanced. PHP Suite is very powerful utility and is intended for advanced PHP developers mainly. The combination of its ease of usage and it power make it very easy for the unexperienced developers to misuse and make their code unreadable or unusable. So use with extreme caution only and be sure to always backup your main PHP code and always check the end code produced by the program.
PHP Suite TOOLS OVERVIEW:
 |
Overview
PHP Minify is a tool, that will help you to minify your PHP code. Depending on the structure of your code its overall size can be reduced up to 70%, and the PHP runtime execution speed is increased by up to 10%.
What Does It Do?
PHP Minify removes all new line characters, single line, multiline
and also the documentation comments. Thus it keeps code clean and
compact.
|
 |
Overview
PHP Compress is an application, that will help you to compress your PHP code. It uses the ZLIB compression in order to make the file size smaller. Make sure you have Zlib support enabled on your server.
Warning: Zlib support in PHP is not enabled by default.
You will need to configure PHP --with-zlib[=DIR].
What Does It Do?
PHP Compress reduces the size of the PHP code in two steps. First, it minifies the supplied code by removing the new line characters, single line, multiline and also the documentation comments. Thus it keeps code clean and compact. Second it will compress the PHP
code using the Zlib compression, and will attach an decompression code to it, in order to allow it on the fly decompression and
execution.
|
 |
Overview
PHP Obfuscate is an application, that will help you to encode and obfuscate your PHP code. Additionally all the new lines, single,
multiline and documentation comments are removed, thus making the output more difficult to reverse engineer. No additional components are required on your server in order to run the PHP scripts. With PHP Obfuscate your intellectual property is protected, while distributing your PHP source files.
What Does It Do?
PHP Obfuscate encodes and obfuscates the size of the PHP code in several steps. First, it minifies the supplied code by removing
the new line characters, single line, multiline and also the documentation comments. Depending on your coding style a comment may be crutial for understanding how your code works. Second it will encode the PHP code. Finally it will obfuscate the code output making it extremely hard to reverse engineer it. All the generated code is unique, which makes extremely hard to reverse engineer.
|
 |
Overview
PHP Join is an application, designed to help PHP developers producing large PHP libraries. Distributing large libraries as one file saves valuable time (up to 10%), which is otherwise lost in runtime file inclusion, especially if the autoloading of classes is being used.
What Does It Do?
PHP Join combines the specified PHP code in one big PHP file. It can be further optimised uisng the PHP Minify tool.
|
Download
Currently PHP Suite is available for the Windows OS only. A Linux OS version is coming shortly.
Please note: You will need the Sun's Java runtime environment (JRE 1.6+) in order to run the program. You can download it from the official website at: http://java.com/en/download/manual.jsp
|