ametaireau / spiral

PHP5.3 experimentations about building a web framework

Clone this repository (size: 826.1 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/ametaireau/spiral/

Spiral ?

Spiral is a php5 (5.3 !) experimentation framework. It has been created few years ago to do some experimentations about building a web framework, and had evolved, had been restarted from scratch many times. Now, it seems to be stable, and usable, at least for our projects.

Spiral firstly, would be a framework, but, on top if it, the goal is to create a Content Managing System (CMS).

Where Can I Start

Here is an overview of all documentation. To start, you can have a look at our Dependency Injection component.

A wiki ?

We have choose to use a wiki platform as a documentation platform. It'll not replace the API doc, but you'll find here all informations and instructions about how to use the components of spiral, and some explainations about why they have been created like that etc.

Contribute ?

You're interested by spiral ? Want to contribute to the development ? Just to use it for your projects ? Don't hesitate to send us a message, and to open tickets and proposals !

Using the wiki

The wiki itself is actually a hg repository, which means you can clone it, edit it locally/offline, add images or any other file type, and push it back to us. It will be live immediately.

If you want to have a working copy of the wiki, try this:

$ hg clone http://bitbucket.org/ametaireau/spiral/wiki/

This revision is from 2009-06-09 17:27