Blog Detail
PHP Suit | Useful PHP scripts
http://www.php-suit.com
A blog with some PHP libraries, techniques and scripts
Recent Posts
PHP scripts minifier
Nothing special. Just a little online tool for compressing PHP scripts. This tool strips whitespace and comments from your PHP script, exactly in the same way as the PHP interpreter does....
Blog: Tips and tricks from other pages IX
About REST and CSS compression. I recently threw together a script that cleans up stylesheets before they are used for production use. Essentially, the css file is re-written to have the smallest possible size, while still remaining fairly readable. ...
PHP functions in JavaScript
If you're frustrated with JavaScript and its "higher-level function support", remembering the rich PHP library, try this. PHP.JS is an open source project in which we try to port PHP functions to JavaScript. By including the PHP.JS library in your ow...
Blog: Self-extracting archives in PHP
How to create a self-extracting PHP script? The __halt_compiler(); function in php enables to store some additional data in a php-file without blowing up the memory. A very nice possibility is to use this for a self-extracting php file as installatio...
Paypal Direct Payment Component Using cURL
Another PayPal component for your pages. Looking for a lightweight, easy to use, Paypal credit card processing script? You have found it! This is for Cake 1.2. All you need is cURL and a Paypal API account! Pre-requisites: cURL and Paypal Account wit...
Creating system daemon in PHP
Kevin van Zonneveld shows how to create daemons (services) in PHP. A daemon is a Linux program that run in the background, just like a 'Service' on Windows. It can perform all sorts of tasks that do not require direct user input. Apache is a daemon, ...

