Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inspector-apm/inspector-symfony
Connect your Symfony application to Inspector monitoring dashboard.
https://github.com/inspector-apm/inspector-symfony
inspector monitoring symfony symfony-applications
Last synced: about 6 hours ago
JSON representation
Connect your Symfony application to Inspector monitoring dashboard.
- Host: GitHub
- URL: https://github.com/inspector-apm/inspector-symfony
- Owner: inspector-apm
- License: mit
- Created: 2020-02-10T08:42:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T09:07:57.000Z (15 days ago)
- Last Synced: 2024-10-25T03:19:24.215Z (14 days ago)
- Topics: inspector, monitoring, symfony, symfony-applications
- Language: PHP
- Homepage: https://www.inspector.dev
- Size: 182 KB
- Stars: 7
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Inspector | Code Execution Monitoring tool
[![Total Downloads](https://poser.pugx.org/inspector-apm/inspector-symfony/downloads)](//packagist.org/packages/inspector-apm/inspector-symfony)
[![Latest Stable Version](https://poser.pugx.org/inspector-apm/inspector-symfony/v/stable)](https://packagist.org/packages/inspector-apm/inspector-symfony)
[![License](https://poser.pugx.org/inspector-apm/inspector-symfony/license)](//packagist.org/packages/inspector-apm/inspector-symfony)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md)> Before moving on, please consider giving us a GitHub star ⭐️. Thank you!
Code Execution Monitoring for Symfony applications.
- [Requirements](#requirements)
- [Install](#install)
- [Configure the INGESTION key](#key)
- [Test & Deploy](#deploy)
- [Official Documentation](https://docs.inspector.dev/symfony)## Requirements
- PHP >= 7.2
- Symfony ^4.4|^5.2|^6.0|^7.0## Install
Install the latest version of the bundle:
```
composer require inspector-apm/inspector-symfony
```## Configure the INGESTION Key
You can obtain the `ingestion key` creating a new project in your [Inspector](https://app.inspector.dev) dashboard.
```dotenv
INSPECTOR_INGESTION_KEY=895d9e6dxxxxxxxxxxxxxxxxx
```## Test & Deploy
Execute the Symfony command below to check if your app can send data to inspector correctly:```
php bin/console inspector:test
```Go to https://app.inspector.dev/home to explore your data.
Inspector monitors many components by default:
- HTTP requests
- Console commands
- SQL queries
- Twig views renderingBut you have several configuration parameters to customize its behavior. Check out the official documentation below.
## Official documentation
**[Go to the official documentation](https://docs.inspector.dev/symfony)**
## Contributing
We encourage you to contribute to the development of the Inspector bundle!
Please check out the [Contribution Guidelines](CONTRIBUTING.md) about how to proceed. Join us!## LICENSE
This bundle is licensed under the [MIT](LICENSE) license.