2017 © Pedro Peláez
 

symfony-bundle mousetracker

Symfony Mouse Tracker

image

benmacha/mousetracker

Symfony Mouse Tracker

  • Thursday, March 16, 2017
  • by BenMacha
  • Repository
  • 1 Watchers
  • 1 Stars
  • 43 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

MouseTrackerBundle (mouseflow)

By D'Ali Ben Macha contact@benmacha.tn https://dali.benmacha.tn

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Installation

Add the benmacha/mousetracker package to your require section in the composer.json file., (*2)

``` bash $ composer require benmacha/mousetracker dev-master, (*3)



Add the MouseTrackerBundle to your application's kernel: ``` php <?php public function registerBundles() { $bundles = array( // ... new benmacha\mousetracker\TrackerBundle(), // ... ); ... }

Configure the Tracker in your routing.yml:, (*4)

``` yaml mouse_tracker: resource: "@TrackerBundle/Controller/" type: annotation prefix: /tracker, (*5)


Configure the `Tracker` in your `config.yml`: ``` yaml imports: - { resource: "@TrackerBundle/Resources/config/services.yml" } twig: globals: mousetrackerService: @twig_tracker assetic: filters: scssphp: formatter: 'Leafo\ScssPhp\Formatter\Compressed' jsqueeze: ~

Create Table:, (*6)

``` bash $ php app/console doctrine:schema:update --force, (*7)


Dump js and css file ``` bash $ php app/console assetic:dump

Usage

Configure the TrackerService before the end of Body tag in your *.html.twig page:, (*8)

``` twig, (*9)

{{ mousetrackerService.build() }}, (*10)

, (*11)

```, (*12)

The Versions

16/03 2017

dev-master

9999999-dev

Symfony Mouse Tracker

  Sources   Download

MIT

The Requires

 

by Ali Ben Macha

framework symfony flow tracker mouse heatmap

10/03 2017

1.0.0

1.0.0.0

Symfony Mouse Tracker

  Sources   Download

MIT

The Requires

 

by Ali Ben Macha

framework symfony flow tracker mouse heatmap