arnedesmedt / inspector-symfony
Code Execution Monitoring for Symfony applications.
Installs: 46
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 3
Type:symfony-bundle
Requires
- php: >=7.2.5
- inspector-apm/inspector-php: ^3.6
- symfony/config: ^4.4|^5.2
- symfony/console: ^4.4|^5.2
- symfony/dependency-injection: ^4.4|^5.2
- symfony/event-dispatcher: ^4.4|^5.2
- symfony/framework-bundle: ^4.4|^5.2
- symfony/http-kernel: ^4.4|^5.2
- symfony/security-bundle: ^4.4|^5.2
- symfony/yaml: ^4.4|^5.2
Requires (Dev)
- doctrine/doctrine-bundle: ^2.4
- phpunit/phpunit: ^9.5
- symfony/framework-bundle: ^4.4|^5.2
- symfony/messenger: ^4.4|^5.2
- symfony/test-pack: ^1.0
This package is auto-updated.
Last update: 2024-10-14 22:27:43 UTC
README
Requirements
- PHP >= 7.2
- Symfony ^4.4|^5.2
Install
Install the latest version of the bundle:
composer require inspector-apm/inspector-symfony
Configure the INGESTION Key
Create the inspector.yaml
configuration file in your config/packages
directory, and put the ingestion_key
field inside:
inspector: ingestion_key: [your-ingestion-key]
You can obtain the ingestion_key
creating a new project in your Inspector dashboard.
Official documentation
LICENSE
This bundle is licensed under the MIT license.