libgit2 / php-git

PHP bindings for libgit2
http://libgit2.github.com
MIT License
563 stars 118 forks source link

working on PHP7 version of php-git #85

Open garvins opened 7 years ago

garvins commented 7 years ago

HI there,

at the moment it looks like that choobie is no longer working on php-git. There I started to work on my own fork to build a new PHP7 version of the extension. You will find the fork under : https://github.com/garvins/php-git

You are welcom to start working on my fork.

I reworked the generator to build the different language binding files for v 0.20. Now i am working on helper.c to get all callback functions ready.

After this there will be a refaktoring of the generator so i am able to genereate a languagebuinding for other libgit versions.

best regards Garvin

snebes commented 7 years ago

@garvins Glad to see you trying to bring this back to life. I'd love to utilize this library for native Git access over my custom wrapper to the console command.

garvins commented 7 years ago

@snebes: Yeah. You will see my progess in the new Repo. At the moment I am fixing an error when using previous set callbacks.