Skip to content
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.

Docs Intro

Frank Kleine edited this page Apr 7, 2012 · 1 revision

Introduction to Stubbles

Stubbles is currently a work in progress. We are developing it mainly to build web applications based on XML and XSLT. But Stubbles will be very modular, so you may use single packages like the Extended Reflection Features, the XML packages or the Inversion of Control container, without worrying about our MVC architecture. Of course, the higher level components like XMLSerializer will depend on lower level packages like XMLStreamWriter.

Requirements

Requirements for using Stubbles are:

  • PHP 5.2.0 or higher
  • ext/spl

To use our infracstructure (building STAR-archives, run tests), you require:

Requirements for some packages like the MVC implementation:

  • ext/xmlreader
  • ext/mbstring
  • XJConf, this is bundled as a star file within the Stubbles release

To use the XML features of stubbles, you require:

  • ext/dom or ext/xmlwriter

To use the XSL features of stubbles, you require:

  • ext/dom
  • ext/xsl

To use the JSON-RPC functionality, you require:

Clone this wiki locally