godruoyi commented on issue #2813: URL: https://github.com/apache/incubator-opendal/issues/2813#issuecomment-1685905752
Actually, we cannot do this yet. If we want to use "composer require" to install opendalphp, we need to submit the code to https://packagist.org/ and it should only contain PHP code instead of binary files. Generally speaking, we can only install PHP binary extensions through `pecl`. Perhaps we can consider how to publish opendal on pecl so that we can install opendal-php just like installing redis/swoole. ``` pecl install redis pecl install swoole pecl install opendal-php ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
