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
602 stars 156 forks source link

Class 'PHPSQLParser' not found #296

Closed ynsdamobb closed 5 years ago

ynsdamobb commented 5 years ago

So first off i used require_once('php-sql-parser.php') and it didn't work since no such file even exists in the entire folder

then i copied the 3 php files in the src folder to the root of my php project, but when i include them it still doesn't find PHPSQLParser even tho it loaded them find it says Class 'PHPSQLParser' not found

which files do i need to include?