2017 © Pedro Peláez
 

symfony-bundle aboutmagic-bundle

About.me integration for Symfony2

image

sopinet/aboutmagic-bundle

About.me integration for Symfony2

  • Thursday, June 6, 2013
  • by hidabe
  • Repository
  • 4 Watchers
  • 1 Stars
  • 37 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

What it is?

Integrate easy and fast, about.me profiles in your Symfony2 project, (*1)

But... what it is?

Aboutmagic show so the about.me profiles information, (*2)

Preview of list, (*3)

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, (*4)

new Sopinet\AboutmagicBundle\SopinetAboutmagicBundle()

Configuration

You must configure aboutkey in Symfony2 configuration file:, (*5)

    sopinet_aboutmagic:
    key: "YourKEYToken"

Usage

You can use in your twig it:, (*6)

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

The Versions

06/06 2013

dev-master

9999999-dev

About.me integration for Symfony2

  Sources   Download

MIT

The Requires

 

bootstrap about