alipeng / laravel-athena
Laravel athena query builder.
0.01.02
2020-07-22 03:45 UTC
Requires
- php: ^7.1
- aws/aws-sdk-php: ^3.112
- goodby/csv: ^1.3
- laravel/framework: ^5.7 || ^6.0
- league/flysystem-aws-s3-v3: ^1.0
This package is auto-updated.
Last update: 2025-02-23 14:08:57 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', ] ]