PHPackages                             wemakecustom/symfony-bootstrap - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. wemakecustom/symfony-bootstrap

AbandonedLibrary[Framework](/categories/framework)

wemakecustom/symfony-bootstrap
==============================

Script and files to kickstart a new symfony project

5132PHP

Since Dec 23Pushed 10y ago6 watchersCompare

[ Source](https://github.com/wemakecustom/symfony-kickstart)[ Packagist](https://packagist.org/packages/wemakecustom/symfony-bootstrap)[ RSS](/packages/wemakecustom-symfony-bootstrap/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

How to create a new Symfony project
===================================

[](#how-to-create-a-new-symfony-project)

Setup
-----

[](#setup)

1. Clone this project anywhere outside your web folder. This package will be used to create new Symfony projects and does not need to be cloned every time.
2. Run the "symfony-kickstart" script from the "bin" directory and give you new project's path as the first argument. The new project's directory must NOT exist prior to running the script.
3. Start building your new project!

Hosting environment specific configuration
------------------------------------------

[](#hosting-environment-specific-configuration)

Hosting environment specific configurations are used to achieve the same goal as `parameters.yml.dist`. However, in `.PROD`, these configuration are automatically generated. We therefore need them to be included in symfony via a specific worflow.

[Checkout the `confs` directory](confs):

An example for a MySQL database (`doctrine/orm` conf) is available:

- app/config/conf.d/database.php
- confs/samples/database.ini

Commonly used bundles
---------------------

[](#commonly-used-bundles)

The first list of each section should be installed via composer. The others are simply here for reference.

### Misc Toolkit

[](#misc-toolkit)

- `symfony2-bundles/wmccommonbundle:*`

### Form and Twitter bootstrap

[](#form-and-twitter-bootstrap)

- `mopa/bootstrap-bundle:dev-master`
- `twbs/bootstrap:3.0.x`
- `leafo/lessphp:*`

### Sitemap

[](#sitemap)

- `presta/sitemap-bundle:dev-master`

### Doctrine (DBAL/ORM)

[](#doctrine-dbalorm)

- `symfony2-bundles/wmcdoctrinebundle:*`
- `doctrine/orm`

#### Doctrine Extensions

[](#doctrine-extensions)

- `stof/doctrine-extensions-bundle:~1.1@dev`
- `gedmo/doctrine-extensions`

### Anotations to declare services

[](#anotations-to-declare-services)

- `jms/di-extra-bundle:1.x`

### Users Management / Authentication

[](#users-management--authentication)

- `"friendsofsymfony/user-bundle":"~2.0@dev"`

#### Anotations to handle Authorization (`@Secure`)

[](#anotations-to-handle-authorization-secure)

- `"jms/security-extra-bundle":"1.x"`

### Menu management

[](#menu-management)

- `symfony2-bundles/wmcmenubundle:*`
- `knplabs/knp-menu-bundle`

### Assets dependecies management

[](#assets-dependecies-management)

- `sp/bower-bundle:dev-master`

### Routing via JavaScript

[](#routing-via-javascript)

- `friendsofsymfony/jsrouting-bundle:*`

### OAuth Authentication

[](#oauth-authentication)

- `hwi/oauth-bundle:0.3.*@dev`

Take a look to

### Facebook API

[](#facebook-api)

- `friendsofsymfony/facebook-bundle:1.2.*`
- `facebook/php-sdk`

Take a look to

### Twitter API

[](#twitter-api)

- `symfony2-bundles/wmctwitterbundle:*`
- `ocramius/proxy-manager:*`
- `themattharris/tmhoauth`

Take a look to

TODO:
-----

[](#todo)

- Add a link to each bundle git repo/documentation in the Commonly used list

Commonly bower install
----------------------

[](#commonly-bower-install)

- jquery 2.0+
- jquery-migrate
- console-polyfill : Adds no-operation **console methods** to environments where console is not available.
- underscore : Provides a whole mess of useful functional programming helpers.
- font-awesome
- html5shiv : Enables use of **HTML5** sectioning elements in legacy IE and provides basic HTML5 styling.
- respond : A fast &amp; lightweight polyfill for min/max-width CSS3 **Media Queries** (for IE 6-8, and more).

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 55.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/080e2a485e6d12b767d5d1b8c309c9c7b5cfd963f0f762836f5263b91c7a7f56?d=identicon)[lemoinem](/maintainers/lemoinem)

![](https://www.gravatar.com/avatar/c05b9ebc41865c351397a0282d90b0457ed53ae8c8b5ed7dcdf8715399c1417e?d=identicon)[ksom](/maintainers/ksom)

![](https://www.gravatar.com/avatar/ec3a0e0db3f9c250563b821407537b24bd3304c8bb3379c017d8ca4743b7b15c?d=identicon)[lavoiesl](/maintainers/lavoiesl)

---

Top Contributors

[![lemoinem](https://avatars.githubusercontent.com/u/234992?v=4)](https://github.com/lemoinem "lemoinem (24 commits)")[![lavoiesl](https://avatars.githubusercontent.com/u/1216046?v=4)](https://github.com/lavoiesl "lavoiesl (19 commits)")

### Embed Badge

![Health badge](/badges/wemakecustom-symfony-bootstrap/health.svg)

```
[![Health](https://phpackages.com/badges/wemakecustom-symfony-bootstrap/health.svg)](https://phpackages.com/packages/wemakecustom-symfony-bootstrap)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
