Php library to run query in chunks asynchronously and downloading the result in CSV
composer require dm79219/file_asynch_download @dev
- In src/connection/dbconfig.php file, add your slave db credentials.
- For use refer example/test.php file
Array ( [status] => 1 [message] => success [url] => relative_path_of_csv_file )
for using this, your user should have permission to run shell_exec command from php code