https://github.com/dflydev/dflydev-twig-github-gist-sculpin-bundle
Twig GitHub Gist Sculpin Bundle
https://github.com/dflydev/dflydev-twig-github-gist-sculpin-bundle
Last synced: about 1 month ago
JSON representation
Twig GitHub Gist Sculpin Bundle
- Host: GitHub
- URL: https://github.com/dflydev/dflydev-twig-github-gist-sculpin-bundle
- Owner: dflydev
- License: mit
- Created: 2012-02-08T07:28:35.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-15T12:19:12.000Z (almost 14 years ago)
- Last Synced: 2025-01-26T07:11:16.025Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 125 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Twig GitHub Gist Sculpin Bundle
===============================
A [Sculpin](http://getsculpin.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.
Deprecated
==========
This project has been deprecated in favor of a generic Symfony2 bundle
[dflydev/github-gist-twig-bundle](https://github.com/dflydev/dflydev-github-gist-twig-bundle).
Requirements
------------
* PHP: >=5.3.2
Usage
-----
Add the following to `composer.json` for the Sculpin site:
```json
{
"require": {
"dflydev/twig-github-gist-sculpin-bundle": "1.*"
}
}
```
Run `sculpin composer:update` to download the bundle and its
dependencies.
Add the following to `sculpin.yml` or whichever configuration
is most appropriate for the Sculpin site:
```yaml
bundles:
- dflydev\sculpin\bundle\twigGitHubGistBundle\TwigGitHubGistBundle
```
License
-------
MIT, see LICENSE.
Community
---------
Want to get involved? Here are a few ways:
* Find us in the [#sculpin](irc://irc.freenode.org/sculpin) IRC
channel on irc.freenode.org.
* Join the [Sculpin Users](http://groups.google.com/group/sculpin-users)
mailing list.
* Mention [@getsculpin](http://twitter.com/getsculpin) on Twitter.