If you want to implement new features to libvirt-php or fix some bugs you have found you can download the source from our GIT repository using
git clone git://libvirt.org/libvirt-php
Please make sure you're using the coding style in which the code is already written (beware of spaces instead of tabs etc). When you have the patch prepared please send us the patch using the procedure mentioned in Sending patches paragraph.
If you would like to contribute to the libvirt-php project you could write patches for it but please make sure you're following the procedure below:
git config --local format.subjectprefix "libvirt-php PATCH"
git format-patch -X where X is the number of patch parts to be posted, for multipart patch (X is greater than 1) please use also numbering (-n) option and include the cover-letter (--cover-letter).git send-email <files> --to libvir-list@redhat.com command where <files> can be 000* to send all the patches formatted by git format-patch since git format-patch names the files starting with the 4 digit numbers.