The php-cache-class uses a classic singleton design pattern to deal with cached data, providing a generic interface for interacting with various caching mediums.This way developers can write the cache handling part of their application one time and switch...

BananaHTML

BananaHTML 2.3.0 updated

BananaHTML simplifies the process of generating dynamic HTML(5) code via your PHP applications.The class comes with Composer support and can be used anywhere inside your PHP applications.Just set up criteria where it can be invoked and tell it what to...

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

paypal-php

paypal-php 5.0.0

Can be used to power e-commerce transactions via PayPal. Supports authentication, debugging, retrieving buyer info and much more.A test demo is included with the download package.What is new in this release:Replace cURL with Guzzle. Requirements:PayPal...

The PHP Quake 3 Library allows developers to take full advantage of Valve's RCON protocol for accessing, querying, and controlling gaming servers.The class basically allows developers to programmatically access RCON consoles and build Web-based...

Uses CURL and supports large files. Examples are included with the download package.Requirements:PHP 5.2 or higher Amazon S3 credentials Limitations:Files larger than 2GB are not supported on 32 bit systems due to PHP's signed integer problem. SSL is...

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

The PHP Pagination Class can be used to prevent large database results to mess up a page.This class will parse query results and only allow a few of them at a time to be displayed on a page.The PHP Pagination Class will automatically create a pagination...

phpcrawler can search on these services:- Google- Bing- Yahoo- Amazon- Ask.comThe class doesn't use their APIs, and merely sends a search parameters to their publicly available search URLs.This means there are no API keys involved while working with this...

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