PHPackages                             jlaso/visit-control-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. jlaso/visit-control-bundle

ActiveBundle[Utility &amp; Helpers](/categories/utility)

jlaso/visit-control-bundle
==========================

Visit control for Symfony2 projects

16PHP

Since Nov 14Pushed 7y ago1 watchersCompare

[ Source](https://github.com/jlaso/visit-control-bundle)[ Packagist](https://packagist.org/packages/jlaso/visit-control-bundle)[ RSS](/packages/jlaso-visit-control-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/ae3fb99630c97082d68493cb0cc2217504298a9b6b16409a6df23115233b2471/68747470733a2f2f706f7365722e707567782e6f72672f6a6c61736f2f76697369742d636f6e74726f6c2d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/jlaso/visit-control-bundle) [![Total Downloads](https://camo.githubusercontent.com/dc5c79ff42b5e3f1272cdc2420866a65a0314a15122435272684b7f9f2c306de/68747470733a2f2f706f7365722e707567782e6f72672f6a6c61736f2f76697369742d636f6e74726f6c2d62756e646c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/jlaso/visit-control-bundle) [![Latest Unstable Version](https://camo.githubusercontent.com/1e5b2e4fd94986f68bfe8e3a668f89f50ebc60763360e169b933359624f9d2a8/68747470733a2f2f706f7365722e707567782e6f72672f6a6c61736f2f76697369742d636f6e74726f6c2d62756e646c652f762f756e737461626c652e737667)](https://packagist.org/packages/jlaso/visit-control-bundle) [![License](https://camo.githubusercontent.com/7f9e2b926c8b497b13dc3491728cfd6c3d979f13d881d5052430142e0e7ba4bb/68747470733a2f2f706f7365722e707567782e6f72672f6a6c61736f2f76697369742d636f6e74726f6c2d62756e646c652f6c6963656e73652e737667)](https://packagist.org/packages/jlaso/visit-control-bundle)

JaitecClickBundle
=================

[](#jaitecclickbundle)

- This bundle provides a simply way to control times a page of our project is visited

Installation
============

[](#installation)

Add JaitecClickBundle to your vendor/bundles/ dir
-------------------------------------------------

[](#add-jaitecclickbundle-to-your-vendorbundles-dir)

::

```
$ git submodule add https://bitbucket.org/jlaso/jaitecclickbundle.git vendor/bundles/Jaitec/ClickBundle

```

or add this to deps

```
[JaitecClickBundle]
    git=https://bitbucket.org/jlaso/jaitecclickbundle.git
    target=/bundles/Jaitec/ClickBundle

```

and run

```
$ php bin/vendors update

```

Add the Jaitec namespace to your autoloader
-------------------------------------------

[](#add-the-jaitec-namespace-to-your-autoloader)

::

```
// app/autoload.php
$loader->registerNamespaces(array(
    'Jaitec' => __DIR__.'/../vendor/bundles',
    // your other namespaces
);

```

Add JaitecClickBundle to your application kernel
------------------------------------------------

[](#add-jaitecclickbundle-to-your-application-kernel)

::

```
// app/AppKernel.php

public function registerBundles()
{
    return array(
        // ...
        new Jaitec\ClickBundle\JaitecClickBundle(),
        // ...
    );
}

```

Usage Sample
============

[](#usage-sample)

::

```
configuration sample

//app/config.yml

#every time a route is visited
jaitec_click:
    routes:
        # this is a logic name and can be anything
        demo:
            # this match to logic route (not pattern) defined in routing.yml
            route: _demo_hello
            # the type in to save at jaitec_click table
            entity_type: demo
            # this is for no id, the route contains a name or slug
            entity_id: ~
            entity_name: name
        another:
            route: _demo
            entity_type: demo
            # the route not contains any info because is a fixed route
            entity_id: 1
            entity_name: ~

```

More info in my spanish site

- [developer.joseluislaso.es](http://developer.joseluislaso.es/2012/11/control-simple-de-las-paginas-visitadas-en-tu-sitio-symfony2.html)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6f19216fd9d91bd7cfff14362e2ddb5728bd2d8f50d2e0174626fc61510ed33b?d=identicon)[jlaso](/maintainers/jlaso)

---

Top Contributors

[![jlaso](https://avatars.githubusercontent.com/u/1332197?v=4)](https://github.com/jlaso "jlaso (10 commits)")

### Embed Badge

![Health badge](/badges/jlaso-visit-control-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/jlaso-visit-control-bundle/health.svg)](https://phpackages.com/packages/jlaso-visit-control-bundle)
```

###  Alternatives

[fieg/bayes

Implementation of Naive Bayes Classifier algorithm in PHP.

7394.1k](/packages/fieg-bayes)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
