SqlFormatter

SqlFormatter 1.2.18

SqlFormatter is not a must-have tool for Web developers, but using it you'll make your life easier as a programmer.This PHP class will take a convoluted SQL query and break it apart into its smaller bits, properly indenting it and the optionally using a...

FileSystemCache can be used to take data and store it in a specialized cache directory.Unlike all the similar filesystem caching utilities, FileSystemCache supports nested directory structures for caching groups of data separately.This allows cached data...

The mysql-search-replace PHP class allows programmers to replace a string over an entire MySQL database without having to write complex SQL queries on their own.Just add your database authentication details at the top of the class' source code, the text...

array-to-csv is extremely easy to use and is contained in one single PHP file with no more than 40-50 lines of code.Developers can add it to any of their apps or services, and enhance their functionality with an "Export to CSV" feature.The array-to-csv...

Standalone PHPEnkoder can be used on any site where either you or your users need to embed email addresses in the text in various forms.The class works with normal page load mechanisms, and also supports content loaded via AJAX calls as well.The...

Zebra_Form

Zebra_Form 2.9.7 updated

The class provides templates for built-in client-side and server-side validation procedures. This validation rules can be applied individually to desired form fields, based on the data we want users to fill in. When the form is submitted, data is checked...

Zebra_Image

Zebra_Image 2.2.4

Zebra_Image comes pre-compiled with the GD library, a powerful and known solution for image processing, especially with PHP coders.This allows developers using Zebra_Image to support advanced image processing operations on servers that don't have the GD...

Jasny's Config class allows developers to use presets in their applications and websites by loading a configuration file inside their application or website.The class seamlessly supports config file formats like YAML, JSON and INI.It also includes...