This is a mysql dump of over 7000+ brands you can use for your projects.
1.0.0
Just download the mysql dump file and import it using tools like phpmyadmin (https://www.phpmyadmin.net/) or MySQL Workbench (https://www.mysql.com/products/workbench/). You can also import the file into your database using following terminal command (works in mac / linux).
mysqldump -u username -p dbname > brands.sql