Skip to content

Instantly share code, notes, and snippets.

@enumag
enumag / cloud_batch_logging.php
Last active January 27, 2022 13:26
cloud_batch_logging.php
<?php declare(strict_types = 1);
use Google\Cloud\Logging\LoggingClient;
use Google\CloudFunctions\FunctionsFramework;
use GuzzleHttp\Psr7\Response;
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;
FunctionsFramework::http(
'entrypoint',
@enumag
enumag / readme.md
Created March 30, 2022 11:34
PHP Segmentation fault debugging