2017 © Pedro Peláez
 

symfony-bundle hitslogger-bundle

image

nacholibre/hitslogger-bundle

  • Tuesday, October 10, 2017
  • by nacholibrev
  • Repository
  • 1 Watchers
  • 0 Stars
  • 44 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 15 Versions
  • 0 % Grown

The README.md

hitslogger-bundle

Installation

Step 1 - Install required composer modules

composer require nacholibre/hitslogger-bundle

Step 2 - Add modules in AppKernel.php

<?php
// app/AppKernel.php

class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new nacholibre\HitsLoggerBundle\nacholibreHitsLoggerBundle(),
        );

        // ...
    }

    // ...
}

Step 3 - Register bundle routing

# app/config/routing.yml

nacholibre_hits_logger:
    resource: "@nacholibreHitsLoggerBundle/Controller/"
    type:     annotation
    prefix:   /cpanel/hits_logger

Step 4 - Configure your mappings

# app/config/config.yml

nacholibre_hits_logger:
    history_count: 50
    redis_service_name: "@snc_redis.default"

The Versions

10/10 2017

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Yoan Arnaudov

10/10 2017

0.1.13

0.1.13.0

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Yoan Arnaudov

21/06 2017

0.1.12

0.1.12.0

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Yoan Arnaudov

20/10 2016

0.1.11

0.1.11.0

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Yoan Arnaudov

20/10 2016

0.1.10

0.1.10.0

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Yoan Arnaudov

20/10 2016

0.1.9

0.1.9.0

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Yoan Arnaudov

20/10 2016

0.1.8

0.1.8.0

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Yoan Arnaudov

20/10 2016

0.1.7

0.1.7.0

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Yoan Arnaudov

20/10 2016

0.1.6

0.1.6.0

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Yoan Arnaudov

20/10 2016

0.1.5

0.1.5.0

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Yoan Arnaudov

20/10 2016

0.1.4

0.1.4.0

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Yoan Arnaudov

19/10 2016

0.1.3

0.1.3.0

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Yoan Arnaudov

19/10 2016

0.1.2

0.1.2.0

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Yoan Arnaudov

19/10 2016

0.1.1

0.1.1.0

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Yoan Arnaudov

19/10 2016

0.1.0

0.1.0.0

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Yoan Arnaudov