I was wondering if anyone knows of a library or how to perform a get pull request with pure PHP, without git being installed on the server.
First of all, is this even possible? I have seen the odd class, but they don't seem to be able to perform pull requests.
I guess an alternative would be bundling some form of stripped down version of git with my script. Would that be possible?
I am really at a loss here so any help or suggestions would be much appreciated.
Thanks.
git pull, or to do a pull request on some provider like github ? This is not the same. – arnaud576875 Aug 9 '11 at 10:35git pullfrom a provider such as GitHub. – Olical Aug 9 '11 at 10:38