Skip to content

Commit c607b72

Browse files
committed
update readme
1 parent 473077a commit c607b72

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
# libgit2 wrapper for PHP
1+
# libgit2 bindings for PHP 7
22

33
Because I need libgit2 and the implementation at https://github.com/libgit2/libgit2 is not maintained anymore (and no PHP7 implementation currently exists) I decided to put one together quickly.
44

55
This implementation __requires__ PHP7 and implements classes unlike the libgit2 version, because it makes more sense.
66

77
Work in progress. Methods I need will be implemented first.
8+
9+
## Requirements
10+
11+
PHP 7.0 or above.
12+

0 commit comments

Comments
 (0)