Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeroendesloovere/package-skeleton-bundle

This Symfony 2 bundle is a skeleton used for fast bundle generating to load in a class as a service.
https://github.com/jeroendesloovere/package-skeleton-bundle

Last synced: 23 days ago
JSON representation

This Symfony 2 bundle is a skeleton used for fast bundle generating to load in a class as a service.

Awesome Lists containing this project

README

        

# package-skeleton-bundle

This Symfony 2 bundle is a skeleton used for fast bundle generating to load in a class as a service.

## Usage

### Installation

We load in this skeleton.

```bash
git pull https://github.com/jeroendesloovere/package-skeleton-bundle.git
```

Then we **find - replace by** the following in the entire folder:

```
# namespace
JeroenDesloovere => YourOwnNamespace

# CamelCased class name
Skeleton => YourClassName

# lowercased class name
skeleton => yourclassname
```