Download the PHP package geekyhouse/external-tracking-bundle without Composer

On this page you can find all versions of the php package geekyhouse/external-tracking-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package external-tracking-bundle

ExternalTrackingBundle

Symfony2 bundle for manage external tracking scripts/pixel trackers.

Build Status Latest Stable Version Total Downloads Latest Unstable Version License Dependency Status

knpbundles.com

Introduction

This bundle allows you to manage pixeltrackers / script trackers your partners without interfering with user navigation :

Installation

Composer

Add to composer.json in your project to require section:

`

Run command: php composer.phar install

Add this bundle to your application's kernel

Configure service in your YAML configuration

You can overwrite bundle classes. Default values : `

Custom events listeners

This bundle provides 2 events dispatchers that you can use :

You can easily create a custom service which add datas just before writing trackers, like this : `

In this example, we just add custom user datas on ExternalTrackingManager systematically.

Twig Extension

A Twig extension is given by default : GeekyHouse\ExternalTrackingBundle\Twig\Extension

It provides the function get_external_trackers which write your trackers on a page.

This function takes 2 arguments :

Use this function on a Twig template like this :

Don't forget the |raw, or Twig will escape the JavaScript tags.

It's recomended to write this line at the end of the page.

This extension contains a private method, cleanJavascriptString, whose purpose is to convert PHP string into evaluable JavaScript string. This method is in bêta test currently, please tell us if you have some problem with it :)


All versions of external-tracking-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.0
symfony/symfony Version >=2.1,<3.0
twig/extensions Version >=1.0
symfony/assetic-bundle Version >=2.3
sensio/framework-extra-bundle Version >= 2.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package geekyhouse/external-tracking-bundle contains the following files

Loading the files please wait ....