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

Zebra Pagination

Zebra Pagination 2.2.0 updated

The Zebra_Pagination class is a generic system, meant to handle the pagination operations, and not to deal with the data in any way or form. The class doesn't care what kind of data it paginates, it simply takes the desired number of items and splits...

The class comes with lots of customizable settings, from the ability to customize the first/last/next/previous labels, to the number of visible elements on the page.A starting page can be displayed on demand at page load, and BootstrapPagination also...

LightUp

LightUp 1.1

Markdown is a well established text formatting language, developed by John Gruber in Perl. Markdown implements a simple syntax for styling text, and it was created to replace HTML tags on the frontend (Markdown still gets compiled to HTML in the...

GWT_SitemapsUpload takes a user's Google credentials, a list of XML sitemaps and their locations (URLs), and then simply uploads them all at once to the user's Google Webmaster Tools account.All of this with minimal effort and just one line of code.Usage...

A router, or a routing system in programming terms refers to a mechanism that sets up dynamic URL systems that can be used to pass settings and options to an application.It basically allows a developer to control the app or website's behavior and actions...

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

The Simple Validator PHP class allows developers to take data inputted thorough a form and sent to the server to be checked against a set of rules before being recorded and processed inside the application's backend.The library's main feature is its light...

The W3G file format is the format in which Warcraft III DotA replays are stored for later analysis and processing.The 'Replay Data Parser' PHP class can do this processing by providing a PHP tool to parse and organize game events.Features:Can parse game...

TbsZip

TbsZip 2.16

It will allow developers to zip/unzip archive files on the fly, using PHP code only.Features:Read a common zip archive, or start with an empty archive Can modify the content of files in the archive (replace, delete or add new file) The new file content...