2017 © Pedro Peláez
 

library dw-apcinfo

a simple apc-info module for ZF2.

image

dwolke/dw-apcinfo

a simple apc-info module for ZF2.

  • Tuesday, November 12, 2013
  • by dwolke
  • Repository
  • 1 Watchers
  • 2 Stars
  • 39 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

DwApcInfo

Version 0.0.1 created by Daniel Wolkenhauer, (*1)

Introduction

..., (*2)

Requirements

Features / Goals

..., (*3)

Installation

With composer

  1. Add this project to your composer.json:, (*4)

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

    $ php composer.phar update
    

Post installation

  1. Enabling it in your application.config.phpfile., (*6)

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

Navigate to http://yourproject/apcinfo and you should land on the info page., (*7)

..., (*8)

Bitdeli Badge, (*9)

The Versions

12/11 2013

dev-develop

dev-develop https://github.com/dwolke/DwApcInfo

a simple apc-info module for ZF2.

  Sources   Download

The Requires

 

zf2 zend module

12/11 2013

dev-master

9999999-dev https://github.com/dwolke/DwApcInfo

a simple apc-info module for ZF2.

  Sources   Download

The Requires

 

zf2 zend module

20/07 2013

0.0.1

0.0.1.0 https://github.com/dwolke/DwApcInfo

a simple apc-info module for ZF2.

  Sources   Download

The Requires

 

zf2 zend module