sopinet/aboutmagic-bundle

About.me integration for Symfony2

Installs: 42

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 5

Forks: 0

Open Issues: 0

Type:symfony-bundle

dev-master 2013-06-06 15:13 UTC

This package is not auto-updated.

Last update: 2024-04-22 12:03:25 UTC


README

What it is?

Integrate easy and fast, about.me profiles in your Symfony2 project

But... what it is?

Aboutmagic show so the about.me profiles information

Preview of list

Pre-requisites

  • CurlInit: You must have curl_init function enabled in your server

Installation via composer

{
   "require": {
        "sopinet/aboutmagic-bundle": "dev-master"
    }
}

Add in AppKernel the bundle

new Sopinet\AboutmagicBundle\SopinetAboutmagicBundle()

Configuration

You must configure aboutkey in Symfony2 configuration file:

	sopinet_aboutmagic:
    key: "YourKEYToken"

Usage

You can use in your twig it:

{% include "SopinetAboutmagicBundle:Bootstrap:simple.html.twig" with {profiles:'hidabe', size:'3'} %}