phpbzr

phpbzr is a simple PHP library that makes it easy to manage your Bazaar source repositories using within your PHP scripts. It was originally designed to:

  • Generate a changelog without invoking bzr all the time
  • Gather a list of authors that have committed to the repository
  • Automatically export new builds
  • Run simple tools like javadoc

Requirements

This was tested and works with:

  • PHP 5 (tested with 5.2)
  • Bazaar 2 (tested with 2.0.0 and 1.37)

License

phpbzr is licensed under the Lesser General Public License (LGPL), which basically requires that you only release changes you make to this component.

Source Code

Right now you can get the source code from our repository by:

bzr pull http://santiance.com/bzr/phpbzr

If you need to commit a patch or merge a repository please e-mail kristopher.ives@gmail.com.