Git.php

Git.php 0.1.4

It's a PHP interface for running Git commands on a repository. Runs git commands using proc_open, not exec or the type, therefore it can run in PHP safe mode.A CodeIgniter version is also included (CI_Git.php).Features:Open repo Create repo Add...

The class uses the WGET and SED command line tools to parse a website's structure and generate the sitemap file.Simple PHP Sitemap Class works based on domain name, so it can be used to generate sitemap files for any website, not just the one it runs...

Paysafecard is a service for the online transaction of prepaid payments.Features:Written in OOP Add PIN to account PIN validator Flexible in design for a wide usage scenarios Documentation Error handling Debug mode What is new in this release:Fixed Bug in...

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

Puja

Puja 1.1

Templates are the way developers solve the problem of dynamic websites.They create one generic page, and using special placeholder tags (the template syntax) they insert content based on the URL the user is accessing.Puja supports this mechanism for PHP,...

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

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

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

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