dm79219 / file_asynch_download
Php library to run query in chunks asynchronously and downloading the result in CSV
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/dm79219/file_asynch_download
Requires
- php: >=5.5.0
This package is not auto-updated.
Last update: 2025-10-25 06:55:25 UTC
README
Php library to run query in chunks asynchronously and downloading the result in CSV
install
composer require dm79219/file_asynch_download @dev
use
- In src/connection/dbconfig.php file, add your slave db credentials.
- For use refer example/test.php file
output
Array ( [status] => 1 [message] => success [url] => relative_path_of_csv_file )
NOTE
for using this, your user should have permission to run shell_exec command from php code