Download the PHP package renedekat/laravel-bigquery without Composer
On this page you can find all versions of the php package renedekat/laravel-bigquery. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package laravel-bigquery
Laravel BigQuery
Using this package you can easily interact with the Google BigQuery API.
Install
This package can be installed through Composer.
In Laravel 5.5 the package will autoregister the service provider. In Laravel 5.4 you must install this service provider.
In Laravel 5.5 the package will autoregister the facade. In Laravel 5.4 you must install the facade manually.
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-bigquery with dependencies
google/cloud Version ^0.10.2|^0.11.0|^0.12.0|^0.13.0|^0.21.0|^0.22.0|^0.23.0|^0.24.0|^0.25.0|^0.26.0|^0.27.0|^0.28.0|^0.29.0|^0.30.0|^0.31.0|^0.32.0|^0.33.0|^0.34.0|^0.35.0
illuminate/support Version ~5.4.0|~5.5.0
madewithlove/illuminate-psr-cache-bridge Version ^1.0