Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composer support #5

Open
oscarotero opened this issue Nov 17, 2014 · 0 comments
Open

Composer support #5

oscarotero opened this issue Nov 17, 2014 · 0 comments
Milestone

Comments

@oscarotero
Copy link

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.

@bef bef added this to the 0.2 milestone Nov 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants