You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I know that one point of the basic idea of this library is:
NO complicated/overengineered code, e.g. no classes/interfaces, test-frameworks, libraries, ... -> It is supposed to be obvious on first glance - even for novices - how this tool works and what it does!
But I think it should be great if the library had some basic support for composer, for easy distribution and use. So, for "advanced users", they can install the library with composer and then execute it with some code like:
require'vendor/autoload.php';
Pcc::check();
And for novices, just execute the php file phpconfigcheck.php that launch the class and print the result.
The text was updated successfully, but these errors were encountered:
Hi. I know that one point of the basic idea of this library is:
But I think it should be great if the library had some basic support for composer, for easy distribution and use. So, for "advanced users", they can install the library with composer and then execute it with some code like:
And for novices, just execute the php file phpconfigcheck.php that launch the class and print the result.
The text was updated successfully, but these errors were encountered: