RSS 16 projects tagged "oop"

No download Website Updated 25 Jul 2010 ApPHP Hotel Site

Screenshot
Pop 24.00
Vit 32.54

ApPHP Hotel Site is a PHP script for creating a hotel management and reservation Web site. This script can be used to manage small to medium-sized hotels, holiday flats, or guest houses. Visitors to a hotel's site will be able to search rooms for their availability with an online booking reservation system. They also can view room inventory, check availability, and book reservations in real time.

No download Website Updated 24 Jan 2010 CSS Stacker and Compressor

Screenshot
Pop 19.80
Vit 35.23

CSS Stacker and Compressor is a PHP class that can be used to compact several CSS files into a single file. It can take several CSS files and generate a single file by concatenating all files after having stripped any white-space. The class can serve the resulting CSS file as the current script output. The CSS may be compressed with GZIP. If the original files were not modified, the class may return HTTP status 304 to make the browser use a cached version and prevent serving a file that was not changed.

Download No website Updated 27 May 2013 Go!

Screenshot
Pop 105.03
Vit 5.55

Go! is a PHP 5.4 library that allows developers to add support for aspect-oriented programming (AOP) to their PHP applications. It doesn't require PECL extensions, Runkit, evals, or DI containers. The code with weaved aspects is fully readable and native, and can be easily debugged with XDebug. You can debug either classes or aspects. It can potentially be installed in every PHP application because you don't have to change the application source code at all. As an example, with the help of 10-20 lines of code it is possible to intercept all of the public, protected, and static methods in all classes of an application, and display the name and the arguments of each method during its execution.

Download Website Updated 02 Apr 2013 K-Framework

Screenshot
Pop 144.91
Vit 11.53

The KFramework is a Java/Swing framework for distributed/Web applications implementing the SOFEA/SOUI architecture and domain driven design. Under this approach the application leverages the power of personal computing for a true MVC platform, while reducing infrastructure costs and risks.

No download No website Updated 11 Aug 2010 OString

Screenshot
Pop 10.44
Vit 32.28

OString is a PHP class that wraps as many PHP string functions as possible. The syntax of commands is standardized and easy to predict (unlike in pure PHP). Many new (missing) functions have been added, based on experiences from PHP and other languages (especially C#).

No download Website Updated 19 Apr 2010 PCMS

Screenshot
Pop 29.33
Vit 34.02

PCMS is a content management system (CMS) for PHP programmers to build Web sites. It uses no HTML, XML, or special markup scripts. Templates are built in PHP as a block structure mirroring what you see on the page, using a library of PHP classes corresponding to HTML tags. The package includes an easy-to-use content editor (fckeditor) for use by customers to manage their own Web sites online. Full documentation is provided and a limited number of free subdomains are available in which you can evaluate the product without having to install it on your own server.

Download Website Updated 31 Mar 2012 PHP CLI Framework

Screenshot
Pop 26.27
Vit 21.12

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.

Download No website Updated 29 Jun 2009 PHP Menu Builder

Screenshot
Pop 34.23
Vit 38.08

PHP Menu Builder is a class that can be used to display nested menus of HTML links. It takes an array of menu items eventually with nested arrays that define sub-menus. The class generates HTML lists with links for each menu item. CSS classes can be used to configure the presentation styles of the menus, regular items, and the current page item.

No download Website Updated 16 Feb 2012 PWF

Screenshot
Pop 16.61
Vit 22.16

PWF (PHP Web Framework) is an extremely lightweight but powerful PHP Web framework that uses the MVC pattern and object oriented programming. It makes it easier to write applications with clean code and clear architecture, and has a small learning curve. It doesn’t need installation and works in most environments. The controller used for each request is selected through simple but effective rules, and the method by the type of the request. It provides database abstraction with data-object mapping.

No download Website Updated 27 Dec 2009 RandomBanner

Screenshot
Pop 20.66
Vit 35.69

RandomBanner is a PHP class that generates HTML for displaying a Flash object or image as a banner on a Web page. The banner is randomly selected from a list of possibilities that you provide.

Screenshot

Project Spotlight

Nag

The Horde task list manager.

Screenshot

Project Spotlight

Termdebug

Debugging tools for interactive terminal programs.