SimpleCrypt works on top of PHP's MCrypt extension, allowing developers to encrypt and hide sensitive content using a desired algorithm and key.Both encryption and decryption operations are supported.SimpleCrypt works out of the box and supports all of...

SimpleImage

SimpleImage 2.6.0 updated

SimpleImage provides an interface for developers to interact with the GD library via a much more simplified syntax. It includes various utilities for image resizing, rotation and also various filters. Some of the included filters are: - Brightness...

SimpleLogger is basically a generic logger that can be attached to any project, providing the ability to record the app's output to a local log file.This log can then be used in any way the programmer needs it, from simple historic logging purposes, up to...

Snoopy

Snoopy 2.0.0

It automates the task of retrieving web page content and posting forms. Must-have tool for any web developer.What is new in this release:Removed all dependencies on cUrl, use OpenSSH for SSL connections. Added SSL certificate checking Added getResults()...

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...

SqlFuncProc

SqlFuncProc 0.0.1

SqlFuncProc can simplify the task of prototyping and previewing a database's data.It works by executing desired stored procedures, fetching the results, and then pretty-printing them on the page using a stylized HTML table.Besides classic SQL stored...

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...

styleCow

styleCow 2.0.1

In simpler terms, styleCow provides a programmatic API for PHP developers for working with raw CSS code inside PHP.The class is well documented and can be extended with plugins.A working styleCow pre-processor is included with the download package.What is...