2017 © Pedro Peláez
 

library eph-chartbeat

A Chartbeat module for Zend Framework 2

image

euphio/eph-chartbeat

A Chartbeat module for Zend Framework 2

  • Saturday, March 16, 2013
  • by euphio
  • Repository
  • 1 Watchers
  • 0 Stars
  • 25 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

EphChartbeat

A Chartbeat module for Zend Framework 2, (*1)

Introduction

This module will add Chartbeat tracking code to your ZF2 Application via the HeadScript and InlineScript View Helpers., (*2)

Installation

First, add the following line into your composer.json file:, (*3)

"require": {
    "euphio/eph-chartbeat": ">=0.1"
}

Then, enable the module by adding EphChartbeat in your application.config.php file., (*4)

<?php
return array(
    'modules' => array(
        'EphChartbeat',
        'Application',
    ),
);

Configuration

The following settings represent the configuration variables found at: http://chartbeat.com/docs/configuration_variables/, (*5)

<?php
return array(
    'chartbeat' => array(
        'domain'        => 'yourdomain.com',  // Your Domain
        'no_cookies'    => false,             // Disable Cookies?
        'path'          => '',                // Path override
        'uid'           => '1234',            // Your User id
        'use_canonical' => false              // Use canonical links?
    ),
);

The Versions

16/03 2013

dev-master

9999999-dev https://github.com/euphio/EphChartbeat

A Chartbeat module for Zend Framework 2

  Sources   Download

BSD

The Requires

 

zf2 chartbeat

16/03 2013

v0.1

0.1.0.0 https://github.com/euphio/EphChartbeat

A Chartbeat module for Zend Framework 2

  Sources   Download

BSD

The Requires

 

zf2 chartbeat