<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>wphp</name>
<shortdesc>WSGI-to-PHP connector</shortdesc>
<description>This module allows you to run PHP processes inside of Python, using a
WSGI gateway.  This way PHP applications can appear like normal Python
WSGI applications, and WSGI middleware routing and filters can all be
applied in front of them.  For instance, WSGI middleware-based
authentication or authorization, routing, deployment, or styling
filters (like `WSGIOverlay &lt;http://pythonpaste.org/wsgioverlay/&gt;`_).

You can use it like::

    from wphp import PHPApp
    my_php_app = PHPApp('/path/to/php-files',
                        php_options={'magic_quote_gpc': 'Off'})

And ``my_php_app`` will be a WSGI application you can embed in other
Python applications.

Available in a `Subversion repository
&lt;http://http://svn.pythonpaste.org/Paste/wphp/trunk#egg=wphp-dev&gt;`_,
or installation with ``easy_install wphp==dev``.  (No formal release
has been made yet)</description>
<homepage rdf:resource="http://pythonpaste.org/wphp" />
<maintainer><foaf:Person><foaf:name>Ian Bicking</foaf:name>
<foaf:mbox_sha1sum>1630a5dec536c87a376fa91c571508b6c54e21fa</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.1dev-r5497</revision></Version></release>
</Project></rdf:RDF>