greenlion / PHP-SQL-Parser

A pure PHP SQL (non validating) parser w/ focus on MySQL dialect of SQL
BSD 3-Clause "New" or "Revised" License
601 stars 156 forks source link

'Class not found' error #357

Open normous opened 2 years ago

normous commented 2 years ago

This issue is similar to #296. That one was closed without a shared solution.

I've included the vendor/autoload.php, but continue to get the error:

Fatal error: Uncaught Error: Class 'PHPSQLParser' not found in /var/www/html/....

nicoder commented 2 years ago

hi @normous

do you have a use statement such as:

use PHPSQLParser\PHPSQLParser;

?