xFraction

xFraction 1.0

Developers can use it for basic operations like adding, subtracting, multiplying, and dividing.But it can also be used for more complex tasks like comparisons, cancellations, and also retrieving the canceled reciprocal fraction.xFraction also provides the...

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

PHP LPD

PHP LPD 1.0

LPD stands for "Line Printer Daemon", a network protocol for submitting print jobs to a remote printer.PHP LPD creates a virtual interface for sending printing jobs to a printer via PHP code.A demo and usage instructions are included with the download...

mp3Data

mp3Data 0.1

The mp3Data class uses the getID3 PHP library to parse an MP3 file's header for ID3 tags.It can be used to fetch meta data like:Artist nameSong titleAlbum artworkGenreYearLyricsCommentsPublisher infoThis information can then be passed to a more complex...

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

Craur

Craur 2.0.0 updated

Can also work with CSV files instead of XML.Craur can be used for writing XML/JSON importers or to implement a convention for converting XML to JSON without loosing any information.What is new in this release:BC: __toString returns empty string if the XML...

KLogger

KLogger 1.0.0

By default, the class logs all messages to a local text file.Features:Supported log levels: Emergency: system is unusable Alert: action must be taken immediately Critical: critical conditions Error: error conditions Warning: warning conditions Notice:...

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

PHP CSS Parser

PHP CSS Parser 7.0.0 updated

PHP CSS Parser comes with Composer support and can be used to process stylesheet files. This small CSS class can read the content of a CSS file, split it into its intrinsic parts and then this data available as PHP objects. The information can be sent to...