https://github.com/sitetheory/profilerstoragebundle
Profiler Storage Bundle for Symfony 2.8+
https://github.com/sitetheory/profilerstoragebundle
bundle composer mongodb mysql pdo pdo-mysql php profiler profiler-storage storage storage-bundle symfony
Last synced: about 1 year ago
JSON representation
Profiler Storage Bundle for Symfony 2.8+
- Host: GitHub
- URL: https://github.com/sitetheory/profilerstoragebundle
- Owner: Sitetheory
- License: mit
- Created: 2017-05-08T20:34:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-16T17:33:02.000Z (over 5 years ago)
- Last Synced: 2025-04-16T18:54:08.083Z (about 1 year ago)
- Topics: bundle, composer, mongodb, mysql, pdo, pdo-mysql, php, profiler, profiler-storage, storage, storage-bundle, symfony
- Language: PHP
- Homepage:
- Size: 67.4 KB
- Stars: 4
- Watchers: 8
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ProfilerStorageBundle [](https://packagist.org/packages/sitetheory/profiler-storage-bundle)
Sitetheory Profiler Storage Bundle for Symfony 2.8+
## Package Information
[](https://packagist.org/packages/sitetheory/profiler-storage-bundle)
[](//packagist.org/packages/sitetheory/profiler-storage-bundle)
[](https://packagist.org/packages/sitetheory/profiler-storage-bundle)
## Code Inspection
### Travis CI
[](https://travis-ci.com/Sitetheory/ProfilerStorageBundle)
### Scrutinizer
[](https://scrutinizer-ci.com/g/Sitetheory/ProfilerStorageBundle/?branch=master)
[](https://scrutinizer-ci.com/g/Sitetheory/ProfilerStorageBundle/?branch=master)
[](https://scrutinizer-ci.com/g/Sitetheory/ProfilerStorageBundle/build-status/master)
[](https://scrutinizer-ci.com/code-intelligence)
# Overview
We'll be maintaining the following Profiler Bindings for the foreseeable future:
- MemCache
- MongoDB
- MySQL
- PDO
- Redis
- SQLite
# Installation
## Composer
Add this bundle to your Composer Package and follow the configuration below.
```bash
composer require sitetheory/profiler-storage-bundle
```
If you are using MongoDB, you will also need to add the MongoDB Driver. Instructions are available in the official repository: [github.com/mongodb/mongo-php-library](https://github.com/mongodb/mongo-php-library).
## Configuration
Enable the Bundle:
```php