X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=README.md;h=ff435ff198521c34be1c4c77f8ea3cd882ba7523;hb=d2513f170e2fb5cfef83b087e884f53374769be2;hp=66e6d4ed55c598640aefc9c035c6c2da62010e21;hpb=3870cfa96caf92c4e7852b91154f747857bf7620;p=awesomized%2Fext-ion diff --git a/README.md b/README.md index 66e6d4e..ff435ff 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,6 @@ see [spdx.org](https://spdx.org/licenses/BSD-2-Clause.html). ## Installation: -[PECL](https://pecl.php.net) and [PHARext](https://pharext.org) is WIP. - ### Dependencies: #### Required: * PHP-8.1 @@ -23,14 +21,24 @@ see [spdx.org](https://spdx.org/licenses/BSD-2-Clause.html). ### Trinity: ```shell phpize -./configure +./configure # --with-php-config= make # -j$(nproc) sudo make install # INSTALL=install ``` + +### PECL + + pecl install ion + +### PHARext + +Watch out for [PECL replicates](https://replicator.pharext.org?ion) +and pharext packages attached to [releases](./releases). + ### Try with Docker: ```shell docker build -t php-ion -docker run --rm php-ion -r 'echo ion\serialize(ion\Symbol\Table\PHP());' +docker run --rm php-ion -r 'echo ion\serialize(ion\Symbol\PHP::asTable());' ``` ## Editor Stub: