Download the PHP package jobilla/cloud-native-laravel without Composer
On this page you can find all versions of the php package jobilla/cloud-native-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jobilla/cloud-native-laravel
More information about jobilla/cloud-native-laravel
Files in jobilla/cloud-native-laravel
Download jobilla/cloud-native-laravel
More information about jobilla/cloud-native-laravel
Files in jobilla/cloud-native-laravel
Vendor jobilla
Package cloud-native-laravel
Short Description Prometheus collectors for Laravel
License MIT
Package cloud-native-laravel
Short Description Prometheus collectors for Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package cloud-native-laravel
Cloud Native Utilities for Laravel
This library contains a collection of resources we use at Jobilla for our Laravel microservices. It's aimed at minimising the friction of setting up a new service by providing sensible defaults from the get-go.
What you get out of the box
- standardised metrics output in Prometheus format on
/metrics
- JSON-formatted logs with minimal setup
Installation
composer require jobilla/cloud-native-laravel
php artisan vendor:publish --tag=cloud-native-config
(note that this will also publish alogging.php
that overwrites the default Laravel logging config)- Optionally, run
php artisan vendor:publish --tag=dockerfile
to publish aDockerfile
to your project root
All versions of cloud-native-laravel with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0
ext-apcu Version *
illuminate/http Version ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
illuminate/support Version ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
illuminate/routing Version ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
monolog/monolog Version ^2.0|^3.0
promphp/prometheus_client_php Version ^2.2
ext-apcu Version *
illuminate/http Version ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
illuminate/support Version ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
illuminate/routing Version ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
monolog/monolog Version ^2.0|^3.0
promphp/prometheus_client_php Version ^2.2
The package jobilla/cloud-native-laravel contains the following files
Loading the files please wait ....