You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,27 @@ It supports 5.x and 7.x releases of PHP interpreter.
21
21
The target system should have libcouchbase installed. Detailed guide and links to the most recent versions
22
22
located here: https://developer.couchbase.com/server/other-products/release-notes-archives/c-sdk.
23
23
24
+
### PECL
25
+
24
26
Couchbase PHP client generally available through PECL: http://pecl.php.net/package/couchbase
25
27
26
28
```bash
27
29
pecl install couchbase
28
30
```
29
31
30
-
RPM packages available for Fedora 24-27 and RHEL 6-7 linux on https://rpms.remirepo.net/.
32
+
### Binary packages
33
+
34
+
RPM package for Fedora available in official repository, its name is [php-pecl-couchbase2](https://apps.fedoraproject.org/packages/php-pecl-couchbase2).
35
+
36
+
```bash
37
+
dnf install php-pecl-couchbase2
38
+
```
39
+
40
+
RPM package for RHEL and CentOS linux available on [Remi's repository](https://rpms.remirepo.net/).
41
+
42
+
```bash
43
+
yum install php-pecl-couchbase2
44
+
```
31
45
32
46
Additionally Windows builds available from [Release Notes and Archives](http://developer.couchbase.com/server/other-products/release-notes-archives/php-sdk) page.
33
47
@@ -38,6 +52,8 @@ brew tap homebrew/homebrew-php
38
52
brew install php70-couchbase # or other version instead of 70 (PHP 7.0)
39
53
```
40
54
55
+
### Build from sources
56
+
41
57
If you are going to prepare patches, or just need to install the most recent
42
58
version from git, make sure you have PHP development tools and headers
0 commit comments