php-pds / skeleton

Standard PHP package skeleton.
Creative Commons Attribution Share Alike 4.0 International
2.32k stars 167 forks source link

[Suggestion] Validate filesystem #20

Closed afilina closed 7 years ago

afilina commented 7 years ago

It would be useful to ship this package with a validator based on the recommendations. A simple compliance report would then be displayed to the user.

I'm happy to help create this, if people agree to this feature.

pmjones commented 7 years ago

DO IT

pmjones commented 7 years ago

As a side note, keep it at no-dependencies. Plain PHP. The "weight" on this should be the lowest possible.

afilina commented 7 years ago

Understood.

pmjones commented 7 years ago

Thanks :-)

It occurs to me that the skeleton-research "compliance.php" script might be a useful starting point. (/me shrugs)

afilina commented 7 years ago

I was actually just reading that script.

afilina commented 7 years ago

@pmjones Almost done. Can we agree on the following three report states for each element?

pmjones commented 7 years ago

Closing this as "fixed" by #21. We can continue to iterate on the code as needed.