Skip to content

Commit dd70794

Browse files
committed
revise README
to stress even more that users should not use this thing directly
1 parent 310b029 commit dd70794

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Low-level PHP binding for libvips
22

3-
This extension lets you use the libvips image processing library from PHP 7. It
4-
is intentionally very low-level: modules such as
5-
https://github.com/libvips/php-vips try to layer a nice API on top of this.
3+
This extension lets you use the libvips image processing library
4+
from PHP 7.
5+
6+
This is not supposed to be used directly! Install this, then use
7+
[php-vips](https://github.com/libvips/php-vips) to layer a nice (and
8+
documented!) API on top of this extension.
69

710
libvips is fast and needs little memory. The [`vips-php-bench`](
811
https://github.com/jcupitt/php-vips-bench) repository tests

0 commit comments

Comments
 (0)