Skip to content

treehouselabs/skeleton-bundle

Repository files navigation

:bundle_class

Latest Version on Packagist Software License Build Status Coverage Status Quality Score

Skeleton project for new Symfony bundles.

Setup

  1. Do a search/replace for the following fields in all project files:

    :package_name => foo-bar-bundle            # identifier for packagist et al
    :bundle_class => FooBar                    # the bundle's name, classified like a class name
    :bundle_namespace => FooBarBundle          # the bundle's namespace
    :bundle_alias => foo_bar                   # alias used by Symfony, will be prefixed with "tree_house_"
    :bundle_description => Foo bar bundle      # a description used for the readme and composer.json
    :author_name => Peter Kruithof             # your name
    author@treehouse.nl => peter@treehouse.nl  # your email, note the missing colon here
    :author_github => pkruithof                # GitHub handle
    
  2. Rename the following files, replacing Skeleton with :bundle_class:

    src/TreeHouse/SkeletonBundle
    src/TreeHouse/SkeletonBundle/DependencyInjection/TreeHouseSkeletonExtension.php
    src/TreeHouse/SkeletonBundle/TreeHouseSkeletonBundle.php
    tests/TreeHouse/SkeletonBundle
  3. Delete this section from the readme

:bundle_description

Usage

Describe shortly what the bundle does and how to use it.

Documentation

  1. Setup

Security

If you discover any security related issues, please email dev@treehouse.nl instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.

Credits

About

Skeleton project for new Symfony bundles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages