Skip to Content

Project: PHPRestfulSubversion

Posted on    One min read

PHPRestfulSubversion

  1. …provides a RESTful JSON webservice API to access information in your Subversion repository,
  2. …provides tools to cache your Subversion repository in order to make it searchable through the webservice in a fast and simple manner,
  3. …is a library of PHP classes which you can use to implement more complex use cases.

A secondary goal of this project is to explore how to create very clean PHP code using a 100% test-driven approach.

The source code of this project is hosted at https://github.com/manuelkiessling/PHPRestfulSubversion