requirements
requirements copied to clipboard
Is checkYii() needed?
Looking at the code, it's not really needed for the API, and it has the drawback of being Yii specific (for a non-Yii specific package).
Should we consider removing it and introduce a checkRequirements($filepath)
?
Yes.
Nice for common use.