2017 © Pedro Peláez
 

library file_asynch_download

Php library to run query in chunks asynchronously and downloading the result in CSV

image

dm79219/file_asynch_download

Php library to run query in chunks asynchronously and downloading the result in CSV

  • Saturday, December 9, 2017
  • by dm79219
  • Repository
  • 1 Watchers
  • 1 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Sql Query Aggregator

Php library to run query in chunks asynchronously and downloading the result in CSV, (*1)

install

composer require dm79219/file_asynch_download @dev, (*2)

use

  1. In src/connection/dbconfig.php file, add your slave db credentials.
  2. For use refer example/test.php file

output

Array ( [status] => 1 [message] => success [url] => relative_path_of_csv_file ), (*3)

NOTE

for using this, your user should have permission to run shell_exec command from php code, (*4)

The Versions

09/12 2017

dev-master

9999999-dev

Php library to run query in chunks asynchronously and downloading the result in CSV

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

by Divyanshu

24/09 2017

dev-developer

dev-developer

Php library to run query in chunks asynchronously and downloading the result in CSV

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

by Divyanshu

17/09 2017

v1.0.0

1.0.0.0

Php library to run query in chunks asynchronously and downloading the result in CSV

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

by Divyanshu