pmvc-plugin/debug_store

A store for debug plugin could integration with view plugin

0.3.3 2021-11-23 19:55 UTC

This package is auto-updated.

Last update: 2024-04-24 01:18:09 UTC


README

Latest Stable Version Latest Unstable Version CircleCI License Total Downloads

debug_store

Install with Composer

1. Download composer

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