Download the PHP package hankz/laravel-google-bigquery without Composer
On this page you can find all versions of the php package hankz/laravel-google-bigquery. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package laravel-google-bigquery
Laravel BigQuery
[!TIP] This package is forked from schulzefelix/laravel-bigquery and enhanced with support for the latest versions of Laravel and PHP. If the version you want to use is already supported in the original repository, it's recommended to use the original version.
Using this package you can easily interact with the Google BigQuery API.
Install
This package can be installed through Composer.
Optionally, you can publish the config file of this package with this command:
The following config file will be published in config/bigquery.php
Usage
This package just initialize the BigQuery connection, you can use every method like in Google's API. You can use the provided Facade or retrieve the it from the IoC Container.
Here are two basic example to create a dataset and check for existence of a table
Create Dataset
Check Existence Of A Table
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
Contributing
Please see CONDUCT for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Felix Schulze
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-google-bigquery with dependencies
google/cloud-bigquery Version ^1.24
illuminate/support Version ^10.0|^11.0
symfony/cache Version ^6.0|^7.0