godruoyi commented on issue #2813:
URL: https://github.com/apache/opendal/issues/2813#issuecomment-2765498239
Hi @Xuanwo, I'd like to get your suggestions. Do you think we should add the
`install-script` to another repo like `openda-php`? This way, the openda-php
repo could include a script to install the OpenDAL PHP extension directly
without building it from source. We can also easily submit this repo to
Packagist.org since as you know, Packagist.org doesn’t support submitting
subfolders like `github.com/opendal/opendal/binding/php`.
Something like this:
1. opendal-php (repo)
1. This is just a tool used to install PHP extensions; the version of the
tool and the version of the opendal-php extension may differ.
2. Primarily responsible for installing PHP extensions.
3. This repository needs to be submitted to https://packagist.org/.
4. Install the installation script: `composer require
opendal/opendal-installer`.
5. Install the latest PHP extension: `vendor/bin/install-opendal`.
6. Install a specific PHP extension: `vendor/bin/install-opendal v1.0.0`.
2. Opendal (current repo)
1. Primarily responsible for releasing precompiled PHP extensions to the
opendal-php repository.
--
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]