sopinet / aboutmagic-bundle
About.me integration for Symfony2
Package info
github.com/sopinet/aboutmagic-bundle
Type:symfony-bundle
pkg:composer/sopinet/aboutmagic-bundle
dev-master
2013-06-06 15:13 UTC
Requires
- php: >=5.3.3
- sopinet/aboutmagic: dev-master
- sopinet/bootstrap-extend-bundle: dev-master
This package is not auto-updated.
Last update: 2026-03-09 20:55:31 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
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'} %}
