https://github.com/dflydev/dflydev-github-gist-twig-bundle
GitHub Gist Twig Bundle
https://github.com/dflydev/dflydev-github-gist-twig-bundle
Last synced: 2 months ago
JSON representation
GitHub Gist Twig Bundle
- Host: GitHub
- URL: https://github.com/dflydev/dflydev-github-gist-twig-bundle
- Owner: dflydev
- License: mit
- Created: 2012-08-12T03:32:32.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-11-28T16:51:07.000Z (over 13 years ago)
- Last Synced: 2025-05-25T15:05:19.916Z (about 1 year ago)
- Language: PHP
- Size: 141 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GitHub Gist Twig Bundle
=======================
A [Symfony2](http://symfony.com) bundle to provide the ability to
embed [GitHub](http://github.com) [Gist](http://gist.github.com)
snippets into [Twig](http://twig.sensiolabs.org/) formatted pages.
Usage
-----
Add the following to `composer.json`:
```json
{
"require": {
"dflydev/github-gist-twig-bundle": "1.*"
}
}
```
Add the following to `config.yml` or whichever configuration
is most appropriate for your Kernel site:
Dflydev\Bundle\GitHubGistTwigBundle\DflydevGitHubGistTwigBundle
License
-------
MIT, see LICENSE.
Community
---------
Want to get involved? Here are a few ways:
* Find us in the [#dflydev](irc://irc.freenode.org/dflydev) IRC
channel on irc.freenode.org.
* Mention [@dflydev](http://twitter.com/dflydev) on Twitter.