bilaliqbalr / laravel-athena
Laravel athena query builder.
Installs: 63
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 7
Open Issues: 2
pkg:composer/bilaliqbalr/laravel-athena
Requires
- php: ^7.1
 - aws/aws-sdk-php: ^3.112
 - goodby/csv: ^1.3
 - laravel/framework: ^5.7
 - league/flysystem-aws-s3-v3: ^1.0
 
This package is auto-updated.
Last update: 2022-01-21 14:58:20 UTC
README
Laravel athena database driver
Compatibility
Laravel 5.7+
Installation Steps
composer require bilaliqbalr/laravel-athenaphp artisan vendor:publishto publish config file.- Open 
config/database.phpand add new connection as specified below. 
'connections' => [ ... 'athena' => [ 'driver' => 'athena', ] ]