simplify-php
simplify-php copied to clipboard
Use with Composer
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?
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';