Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-16T17:33:02.000Z (about 4 years ago)
- Last Synced: 2024-10-12T17:38:37.369Z (about 1 month 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: 9
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ProfilerStorageBundle [![License](https://poser.pugx.org/sitetheory/profiler-storage-bundle/license)](https://packagist.org/packages/sitetheory/profiler-storage-bundle)
Sitetheory Profiler Storage Bundle for Symfony 2.8+## Package Information
[![Latest Stable Version](https://poser.pugx.org/sitetheory/profiler-storage-bundle/version)](https://packagist.org/packages/sitetheory/profiler-storage-bundle)
[![Latest Unstable Version](https://poser.pugx.org/sitetheory/profiler-storage-bundle/v/unstable)](//packagist.org/packages/sitetheory/profiler-storage-bundle)
[![Total Downloads](https://poser.pugx.org/sitetheory/profiler-storage-bundle/downloads)](https://packagist.org/packages/sitetheory/profiler-storage-bundle)## Code Inspection
### Travis CI
[![Build Status](https://travis-ci.com/Sitetheory/ProfilerStorageBundle.svg?branch=master)](https://travis-ci.com/Sitetheory/ProfilerStorageBundle)
### Scrutinizer
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Sitetheory/ProfilerStorageBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Sitetheory/ProfilerStorageBundle/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/Sitetheory/ProfilerStorageBundle/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/Sitetheory/ProfilerStorageBundle/?branch=master)
[![Build Status](https://scrutinizer-ci.com/g/Sitetheory/ProfilerStorageBundle/badges/build.png?b=master)](https://scrutinizer-ci.com/g/Sitetheory/ProfilerStorageBundle/build-status/master)
[![Code Intelligence Status](https://scrutinizer-ci.com/g/Sitetheory/ProfilerStorageBundle/badges/code-intelligence.svg?b=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