-
| This project looks really promessing, but I couldn't understand why do we have to download another project (we all have already downloaded composer) to use the library? Thank you :) |
Beta Was this translation helpful? Give feedback.
Answered by asgrim Jun 19, 2025
Replies: 1 comment 1 reply
-
| There was a previous discussion on this, which may help with some contexr: #136 TLDR, conceptually you do not have a separate PIE version per PHP project. It does not make sense to do so. PIE is used to install extensions to a PHP installation, not to a PHP project. If anything, it is more appropriate to be bundled with PHP itself (conceptually, it is not something we're planning at this time). |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by abdala
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
There was a previous discussion on this, which may help with some contexr: #136
TLDR, conceptually you do not have a separate PIE version per PHP project. It does not make sense to do so. PIE is used to install extensions to a PHP installation, not to a PHP project. If anything, it is more appropriate to be bundled with PHP itself (conceptually, it is not something we're planning at this time).