bilaliqbalr / laravel-athena
This package is abandoned and no longer maintained.
No replacement package was suggested.
Laravel athena query builder.
dev-master
2019-10-21 02:41 UTC
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-athena
php artisan vendor:publish
to publish config file.- Open
config/database.php
and add new connection as specified below.
'connections' => [ ... 'athena' => [ 'driver' => 'athena', ] ]