ninepay / firestore
Firestore
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ninepay/firestore
Requires
- php: ^7.1|^8.0
- google/cloud-firestore: ^1.2
- guzzlehttp/guzzle: ^7.0
- ninepay/core: dev-main
Requires (Dev)
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2025-10-11 19:00:58 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);