-
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.
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.
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).