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
Requires
- php: >=5.3.3
- sopinet/aboutmagic: dev-master
- sopinet/bootstrap-extend-bundle: dev-master
This package is not auto-updated.
Last update: 2024-12-30 15:12:29 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'} %}