RSS 73 projects tagged "English"

Download Website Updated 01 Aug 2007 Multi-thread Simulation

Screenshot
Pop 12.17
Vit 46.01

Multi-thread Simulation is a PHP class that can emulate the execution of program threads using separate HTTP requests to the same script. It establishes an HTTP connection to the same Web server to execute the same PHP script. It sends a request that passes the name a function to execute and an argument to be passed to that function. The requested script executes some code that detects the thread execution request and calls the specified function. When the thread request script ends, the return values of the called function are returned as a serialized string.

Download Website Updated 14 Apr 2013 Adventure-(PHP-)Framework

Screenshot
Pop 219.45
Vit 40.91

The adventure PHP framework (APF) is a utility to implement object oriented and generic PHP Web applications. It allows the developer to create programs in compliance with approved software design patterns, and the code base already has answers to many everyday problems. The framework cannot be described as an application that only has to be configured, but rather as a technical basis and design guide for the design of software. Further, it introduced many concepts and efficiency tools already well known in the Java community.

No download Website Updated 21 Jan 2008 Max's Whois

Screenshot
Pop 25.10
Vit 1.00

Max's Whois is a semi-professional domain whois script that allows you to check domain availability before registration. It supports the most important TLDs like .com, .net, .org, .biz, .info, .name, etc. (a list of almost 100 TLDs is included). Installation and setup is very simple. You only need to upload the files to your Web server and set the relevant TLDs. The script is written in PHP using object oriented design. The frontend uses CSS, so changing the style is very simple.

No download Website Updated 23 Jan 2008 Max's File Uploader

Screenshot
Pop 16.19
Vit 1.00

Max's File Uploader is a file uploader script for use in Web pages. Installation and setup is very easy. You only need to upload the relevant files and insert a line of code into your own script.

No download Website Updated 31 Aug 2010 Piwik

Screenshot
Pop 140.83
Vit 2.75

piwik is a Web analytics software. It gives interesting reports on your Web site visitors, your popular pages, the search engine keywords they used, the languages they speak, and much more. It aims to be an alternative to Google Analytics.

Download Website Updated 15 May 2013 IMDBPHP

Screenshot
Pop 279.16
Vit 155.11

ImdbPHP provides an API to the movie information stored at the IMDb.COM and MoviePilot sites. As this and the name suggests, it is primarily targeted at PHP programmers who want to extend their programs or their site with this movie information. The classes must be used in accordance with IMDb's/MoviePilot's copyright and conditions of use.

No download Website Updated 16 Apr 2008 PHP Breadcrumbs Class

Screenshot
Pop 17.06
Vit 1.00

PHP Breadcrumbs Class is a little helper PHP class that will let you create and manage your breadcrumbs in an OOP fashion. It is very simple to use and includes documentation and an example file. Its display is controlled through templates.

No download Website Updated 08 Apr 2011 Jelix

Screenshot
Pop 28.43
Vit 2.19

Jelix is a PHP5 framework which helps you to develop any kind of Web application. It is designed to provide high performance on heavily-loaded Web sites. It is fully object oriented, highly modular, and extensible. It is made with well-known design pattern such as MVC and DAO. It natively supports many output formats, including XHTML, XUL, RSS, ATOM, RDF, ZIP, XML, and PDF. Jelix eases Web service development. It includes a powerful form system to create all kinds of forms, including CRUD forms.

Download Website Updated 04 Jul 2008 ComboValidation

Screenshot
Pop 8.83
Vit 1.00

ComboValidation is a class meant to validate HTML forms via PHP and JavaScript in the simplest possible way. All you need to do is to create an array of form fields' information with the required parameters and then call a few methods. It is customizable (validation and view), cross-browser (IE6+, Firefox2+, Opera7+, Safari3+, and all Mozilla based browsers), very well tested, easily integrated, lightweight, extensible, PHP 4 and 5 compatible, multi-lingual, and XHML valid, and has AJAX support.

No download No website Updated 21 Jul 2008 Secured Object for Database Abstraction

Screenshot
Pop 23.75
Vit 2.46

Secured Object for Database Abstraction is a database abstraction layer for PHP with the ability to store encrypted properties in a read-only or write-only way.

Screenshot

Project Spotlight

libvterm

A terminal emulator library.

Screenshot

Project Spotlight

Mahotas

An image processing library for Python.