Projects tagged ‘agile’ and ‘php’


[23 total ]

191 Users
   

In the last decade, PHP has developed from a niche language for adding dynamic functionality to small websites to a powerful tool making strong inroads into large-scale Web systems. Critical business ... [More] logic like this needs to work correctly. But how do you ensure that it does? You test it, of course. To make code testing viable, good tool support is needed. This is where PHPUnit comes into play. [Less]
Created over 3 years ago.

21 Users
   

phpUnderControl aims to make the first steps with CruiseControl and PHP as easy as possible. It integrates three of the best PHP development tools into CruiseControl, combined with an easy setup ... [More] routine and a small example project. With the provided XSL stylesheets, the generated output of PHPUnit, PHP_CodeSniffer and phpDocumentor can be visualized in CruiseControl. [Less]
Created over 2 years ago.

20 Users
   

Xinc is a continuous integration server written in PHP 5. It has built-in support for Subversion and Phing (and therefore PHPUnit), and can be easily extended to work with alternative version control or build tools.
Created over 2 years ago.

8 Users
   

PHPSpec is a Behaviour-Driven Development (BDD) framework written for PHP5. It's objective is to supply a domain specific language for specifying the behaviour of code in terms of executable ... [More] examples which although similar to unit tests, encourages a mind set better suited to applying BDD or TDD. This involves highly readable examples written using a plain English style DSL. Indeed, these examples can be parsed into plain text specifications which can be gived to anyone outside a developer group. [Less]
Created over 2 years ago.

6 Users

PHPMock is a standalone Mock Object library for PHP suitable for creating and verifying Mock Objects and Stubs. It was founded to write an independent Mock Object framework independent of any Unit Testing or Behaviour-Driven Development framework.
Created over 2 years ago.

2 Users
 

PHPT the framework for running and extending the .phpt test file format.
Created over 2 years ago.

1 Users
 

ASOworx is a lightweight, minimalist view-controller framework for PHP. It is designed to alleviate the workload in building a web-based application from scratch. The framework handles code ... [More] dispatching, input sanitization, session storage, database access and view templating. ASOworx is written with object-oriented fundamentals and makes full use of the functionality of PHP 5. All code is designed to be extensible and work for you, not against you. [Less]
Created 11 months ago.

1 Users

Quail is an open source web application framework for use in building dynamic web sites with PHP5. Logo by *nepryne @ devianART
Created about 1 year ago.

1 Users

Webappkit is a packaging system and a meta-framework for PHP. It's a free software, dedicated to ease developement and sharing of generic libraries, components and web applications. It includes agile ... [More] developement tools. Webappkit defines a simple and open standard for library packages. This format allows to handle dependancies and to maximize PHP versions comptatibility. A web administration interface allows will allow kit installation, read their documentation and run their unit tests. Further than just libraries, Kits can include software components, frameworks or complete web applications. Webappkit is full object-oriented. Kits are retrieved as objects which class can be extended. Webappkit comes with a set of generic libraries ready to use. [Less]
Created over 3 years ago.

1 Users
 

Snappad is an open source PHP Application Framework that is built upon the MVC (Model View Controller) architecture. The thought process behind developing Snappad followed three guidelines. ... [More] Simple - Snappad must be simple to implement in a project. It's underlying features must be simple to access and use, as well as simple to understand. Flexible - Snappad must be flexible. The ability to load modules to extend Snappads core functionality gives Snappad incredible versatility. Free - Snappad is and always will be free to use for personal use. Commercial licenses may be purchased by visiting the licensing page of it's website. [Less]
Created about 1 year ago.