-
Notifications
You must be signed in to change notification settings - Fork 0
Docs Intro
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 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:
- The YAHOO! User Interface Library 2.2.0 or higher, which can also be served by YAHOO hosting