Diem plugins syndication

piGoogleAnalyticsAuthenticatorPlugin

Provides a way to authenticate google analytics in CLI

Symfony1 plugin for Diem CMF providing a service and a task to authenticate Google Analytics

Installation

  • In a console, from your project root dir, run:
git clone git://github.com/PolibudaInfo/piGoogleAnalyticsAuthenticatorPlugin.git plugins/piGoogleAnalyticsAuthenticatorPlugin  
  • In config/ProjectConfiguration.class.php, add piGoogleAnalyticsAuthenticatorPlugin to the list of enabled plugins:
class ProjectConfiguration extends dmProjectConfiguration
{  
  public function setup()  
  {  
    parent::setup();  
 
    $this->enablePlugins(array(  
      // your enabled plugins  
      'piGoogleAnalyticsAuthenticatorPlugin'  
    ));  
  • In a console, from your project root dir, run:
php symfony dm:setup  

Documentation and code available and maintained on GitHub

    Add a comment

    Create an issue
    Impossible to fetch issues for this plugin.
    Impossible to get this plugin changelog.
    See more commits

    piGoogleAnalyticsAuthenticatorPlugin, created on October 5, 2013 by polibuda.info, used by 0 projects

    Fork Diem on GitHub