https://github.com/pmvc-plugin/debug_store
PMVC debug output plugin for view
https://github.com/pmvc-plugin/debug_store
pmvc-debug
Last synced: 14 days ago
JSON representation
PMVC debug output plugin for view
- Host: GitHub
- URL: https://github.com/pmvc-plugin/debug_store
- Owner: pmvc-plugin
- Created: 2016-03-17T16:37:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-11-23T19:56:44.000Z (over 4 years ago)
- Last Synced: 2025-02-27T11:44:53.974Z (over 1 year ago)
- Topics: pmvc-debug
- Language: PHP
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://packagist.org/packages/pmvc-plugin/debug_store)
[](https://packagist.org/packages/pmvc-plugin/debug_store)
[](https://circleci.com/gh/pmvc-plugin/debug_store/tree/master)
[](https://packagist.org/packages/pmvc-plugin/debug_store)
[](https://packagist.org/packages/pmvc-plugin/debug_store)
debug_store
===============
## Install with Composer
### 1. Download composer
* mkdir test_folder
* curl -sS https://getcomposer.org/installer | php
### 2. Install by composer.json or use command-line directly
#### 2.1 Install by composer.json
* vim composer.json
```
{
"require": {
"pmvc-plugin/debug_store": "dev-master"
}
}
```
* php composer.phar install
#### 2.2 Or use composer command-line
* php composer.phar require pmvc-plugin/debug_store