Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Would <a href="http://www.kernel.org/pub/software/scm/git/docs/technical/api-index.html" rel="noreferrer">this</a> (git API documents) be of any help?</p> <p>Here's a list of resources about extending php (i.e. to to provide wrappers around other library code):</p> <ul> <li><a href="http://www.whenpenguinsattack.com/2006/11/15/how-to-write-php-extensions/" rel="noreferrer">extending php - an overview</a></li> <li><a href="http://www.php.net/~wez/extending-php.pdf" rel="noreferrer">writing php extension modules in C</a></li> <li><a href="http://talks.somabo.de/200707_extension_writing.pdf" rel="noreferrer">PHP extension writing</a></li> <li><a href="http://www.tuxradar.com/practicalphp/20/0/0" rel="noreferrer">writing extensions</a></li> <li><a href="http://www.ipbwiki.com/Practical_PHP_Programming:Writing_extensions" rel="noreferrer">Practical PHP Programming:Writing extensions</a></li> <li><a href="http://people.apache.org/~nabeel/php/examples/index.html" rel="noreferrer">Extending PHP: examples</a></li> <li><a href="http://talks.php.net/show/extending-php-apachecon2003" rel="noreferrer">Writing a PHP Extension</a></li> <li><a href="http://devzone.zend.com/node/view/id/1021" rel="noreferrer">Extension Writing Part I: Introduction to PHP and Zend</a></li> <li><a href="http://de.php.net/manual/en/internals2.ze1.zendapi.php" rel="noreferrer">Zend API: Hacking the Core of PHP</a></li> <li><a href="http://de.php.net/manual/en/internals2.php" rel="noreferrer">PHP at the Core: A Hacker's Guide to the Zend Engine</a></li> <li><a href="http://blog.slickedit.com/?p=128" rel="noreferrer">Creating a PHP5 Extension with MS VC++ 2005</a></li> <li><a href="http://www.cstruter.com/articles/replyarticle.aspx?ContentID=151" rel="noreferrer">Writing a PHP Extension (C++)</a></li> </ul> <p>Also, these would seem relevant, too:</p> <ul> <li><a href="http://code.google.com/p/git-php/" rel="noreferrer">git-php</a></li> <li><a href="http://aseigo.blogspot.com/2009/01/git-library.html" rel="noreferrer">git library?</a></li> <li><a href="https://launchpad.net/dulwich" rel="noreferrer">Pure-Python Git Library</a></li> <li><a href="http://kerneltrap.org/mailarchive/git/2008/4/28/1638484" rel="noreferrer">Git library?</a></li> <li><a href="http://kerneltrap.org/mailarchive/git/2008/10/31/3880864" rel="noreferrer">libgit2 - a true git library</a> &amp; <a href="https://github.com/libgit2/libgit2" rel="noreferrer">libgit2 source code at GitHub</a></li> <li><a href="https://github.com/libgit2/php-git" rel="noreferrer">php-git, a libgit2 binding</a></li> <li><a href="http://thillerson.blogspot.com/2008/05/as3-git-library.html" rel="noreferrer">ActionScript3 git library</a></li> </ul>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload