simplify-php icon indicating copy to clipboard operation
simplify-php copied to clipboard

Use with Composer

Open djibarian opened this issue 6 years ago • 1 comments

When following your instructions in the README to include the vendor/autoload.php and then simply make a call to Simplify::run() I get a Class 'Simplify' not found error.

I’m new to Composer. How to make it work?

djibarian avatar Oct 10 '18 07:10 djibarian

Looks like autoloader stopped working, probably have to update composer.json. Meanwhile please use workaround and include file directly: require_once 'vendor/andreychumak/simplify-php/Simplify.php';

andriichumak avatar Nov 22 '18 19:11 andriichumak