onesite / bigquery
BigQuery
v1.0.0
2020-08-03 08:03 UTC
Requires
- php: ^7.1
- google/cloud-bigquery: ^1.16
- guzzlehttp/guzzle: ^6.5
- onesite/core: ^1.0
Requires (Dev)
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2025-01-22 02:01:04 UTC
README
This package send notifications. Package is allowing send notifications with firebase, telegram, twilio,...
Installation
Install MakeResource through Composer.
"require": {
"onesite/ninepay-analytic": "~1.0"
}
Using the package
Log data to 9Pay
<?php
use GuzzleHttp\Psr7\Response;
$service = new OneSite\NinePay\Analytic\Analytic();
/**
* @var Response $response
*/
$response = $this->service->log($params);