Skip to content

Commit d1247ed

Browse files
authored
Update README with PIE installation instructions
Added installation instructions for the PIE repository.
1 parent 4b1809d commit d1247ed

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ Use the PHP OCI8 extension to access Oracle Database.
55
Documentation is at https://www.php.net/oci8.
66

77
Installation
8-
--------------------
8+
-------------
9+
10+
**PECL**
11+
912
The PHP OCI8 extension is available in the PECL repository [here](https://pecl.php.net/package/oci8).
1013

1114
Use `pecl install oci8` to install for PHP 8.2 and newer versions.
@@ -29,6 +32,17 @@ the [PECL repository](https://pecl.php.net/package/oci8). You may use the DLL di
2932
by including them in the `php.ini` file.
3033
See [OCI8 installation](https://www.php.net/manual/en/oci8.installation.php) for more details.
3134

35+
**PIE**
36+
37+
The PHP OCI8 extension is also available in the PIE repository [here](https://packagist.org/packages/oci8/oci8).
38+
39+
To install from PIE, use the [pie](https://github.com/php/pie/releases) utility and run:
40+
```
41+
pie install oci8/oci8
42+
```
43+
44+
**Installation Dependencies**
45+
3246
The PHP OCI8 extension can be linked with Oracle Client libraries from Oracle
3347
Database 11.2 or later. These libraries are found in your database
3448
installation, or in the free Oracle Instant Client packages from

0 commit comments

Comments
 (0)