Orator
Convert Your Legacy SQL to Laravel Builder
Convert
Example
SELECT * FROM users;
DB::select('*')->from('users')