RSS 22 projects tagged "PHP"

Download No website Updated 08 Nov 2012 SabreDAV

Screenshot
Pop 208.35
Vit 16.72

SabreDAV allows you to easily integrate your existing Web application with WebDAV. It supports most of the common clients, including the Mac OS X Finder, the Windows XP/Vista Explorer, DavFS2, Cadaver, NetDrive, and WebDrive. It supports class 1, 2, and 3 WebDAV servers. It implements RFC2518 and revisions from RFC4918. It also implements RFC2617 (Basic/Digest auth).

Download No website Updated 08 Nov 2012 svg-math-graphics

Screenshot
Pop 23.87
Vit 1.48

svg-math-graphics is a class that can render a math formula as a SVG vectorial chart. It takes a string with a math formula and creates a chart on which it draws a set of lines between consecutive points for the axes. The class returns the chart data in SVG format. The size of the chart and the size of the steps between each point in the chart are configurable parameters. You can draw functions in Cartesian or polar coordinates.

Download No website Updated 24 Jul 2012 Simple, sexy PHP Login Script

Screenshot
Pop 37.31
Vit 17.47

Simple, sexy PHP Login Script is a simple login script which does not suck. It's clean, crisp, fast, free, safe, object-oriented, and small. It provides sha256+salt password encryption.

No download Website Updated 25 Jun 2012 PHP Admin Panel Auto

Screenshot
Pop 26.21
Vit 18.16

PHP Admin Panel Auto provides an administration panel for your new or existing site. Just configure the database details, and the panel is automatically created. PHP Auto Admin Panel allows you to create DataGrid pages, even without programming knowledge. It dramatically reduces the development time of your Web application. It can create both static and dynamic pages, and can manage database tables. It is able to create, read, update, and delete (CRUD) records in database tables on your existing site.

Download Website Updated 31 Mar 2012 PHP CLI Framework

Screenshot
Pop 26.85
Vit 20.45

PHP CLI Framework is a simple class which you can extend to quickly create a commandline (CLI) application using PHP. Only a single file is needed, and everything extends that file. It supports interactive input and an object oriented way of writing which keeps things nice and clean. Features include arguments, flags, options, colors, interactive input, object oriented PHP5, a micro framework, and minimal coding required. There's only a single class to extend.

No download No website Updated 11 Nov 2011 ExternalSort

Screenshot
Pop 19.21
Vit 23.60

ExternalSort is a class that can sort large files similar to the Unix sort command. It can read the file to be sorted in small buckets associated with temporary files to not exceed the configured PHP memory limits. The buckets are sorted individually and then merged to produce the final sorted output. The class provides command line interface options so it can be executed as a command from a shell.

No download No website Updated 24 Sep 2011 PHPContracts

Screenshot
Pop 19.70
Vit 24.58

PHPContracts is a design by contract framework for the PHP programming language. It can be used in an object-oriented manner or with simple functions. Design by contract is a style of programming where classes and methods have a "contract" specified for them. If the contract is violated, then there is a defect/bug in the program.

Download No website Updated 09 Jul 2011 MySQLi Query

Screenshot
Pop 25.22
Vit 26.11

MySQLi Query is a class that executes queries from parameter lists using MySQLi. It extends the MySQLi class with functions that can compose and execute SELECT, INSERT, UPDATE, DELETE, REPLACE, and HANDLER queries with parameter values that define tables, fields, field values, conditions, etc. The class destructor function disconnects from the MySQL server.

Download Website Updated 31 May 2011 Ripcord

Screenshot
Pop 66.78
Vit 3.61

Ripcord is an PHP 5 XML-RPC server and client library with a very simple and easy to use API. You can create XML-RPC, (simplified) SOAP 1.1, and SimpleRPC clients with one call and then call RPC methods as if they were local methods of the client. You can create a server with one call, passing it any number of objects or classes whose methods it will publish and automatically document.

No download No website Updated 02 May 2011 PHP 1 Line Enum

Screenshot
Pop 21.31
Vit 27.54

PHP 1 Line Enum is a standalone PHP class that allows the creation of enumerations in PHP. Every enumeration has its own class. Type hinting is supported. It can convert to and from strings. It supports bitwise operations and namespaces. It uses a simple syntax. It lets you get instances by name, by key, or by class constant.

Screenshot

Project Spotlight

irker

An IRC submission proxy daemon.

Screenshot

Project Spotlight

ViewVC

A Web-based Subversion and CVS repository browser.