Can be used to query for WoW data from inside PHP-powered apps.Features:cursor-pointer" onclick="spovl3hide();"> Application features Locale support Extract all information from Battle.net armory Handles guilds, characters and items WoWHead integration...

PHP-Cache

PHP-Cache 1.0

PHP-Cache comes with three built-in caching backends, but it was coded in such a way to support new mediums if needed.If the desired caching backend falters in any way, PHP-Cache falls back to using the file system backend.Supported caching backends:-...

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

The php-dependencies package can be placed inside the root folder of any PHP project and run a simple scan which tells developers a few things about their code and its dependencies.The class works in two stages. At first it will scan and detect all...

PHP-Errors-Class beautifies the ugly raw-text PHP errors by adding some color to them and also printing extra information about the error.Using a backtrace info, developers can easily get to the root of their problem, fix the code and then move on to...

Loading new PHP classes with PHP-Loader is incredibly fast, and does not require any type of file system checks.While this technique might seem over the top for 2-3 files, using it with larger applications is a must.It can easily be used as a way to...

The class can be used to cache timed API calls to 3rd party services like Twitter, Flickr, Facebook and much more others.What is new in this release:Added namespace and PSS-4 support. What is new in version 1.3.0:Update to...

PHP-Types

PHP-Types 1.0

JavaScript's dynamic data types allow developers to change the a variable's type by simply assigning it a new value.This means you can switch from being a number, to a string, with one line of code and without creating secondary variables.PHP-Types...

php-videoGet needs a video URL as input and it will parse that page's source code looking for video-related meta tags.These tags are then parsed and retrieved inside a PHP array.The class can fetch information like:- video title- video description- poster...

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