Skip to content

dwolke/DwApcInfo

Repository files navigation

DwApcInfo

Version 0.0.1 created by Daniel Wolkenhauer

Introduction

...

Requirements

Features / Goals

...

Installation

With composer

  1. Add this project to your composer.json:

    "require": {
        "dwolke/dw-apcinfo": "dev-master"
    }
  2. Now tell composer to download DwApcInfo by running the command:

    $ php composer.phar update

Post installation

  1. Enabling it in your application.config.phpfile.

    <?php
    return array(
        'modules' => array(
            // ...
            'DwApcInfo',
        ),
        // ...
    );

Navigate to http://yourproject/apcinfo and you should land on the info page.

...

Bitdeli Badge

About

a simple apc-info module for ZF2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages