# sfHelperExample plugin ## Overview This plugin is an example on how to package helpers in a plugin. You can use this plugin as a base for your own plugins. ## Installation To install sfHelperExample: symfony plugin-install local|global symfony/sfHelperExample ## Usage The sfExampleHelper plugin gives you access to a `example()` helper: <?php use_helper('Example') ?> <?php echo example(); ?> ## License For the full copyright and license information, please view the LICENSE file that was distributed with this source code.