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 2w 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 26% 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://avatars.githubusercontent.com/u/234992?v=4)[Mathieu Lemoine](/maintainers/lemoinem)[@lemoinem](https://github.com/lemoinem)

![](https://avatars.githubusercontent.com/u/4030561?v=4)[Virgile](/maintainers/ksom)[@ksom](https://github.com/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/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M836](/packages/laravel-socialite)[laravel/dusk

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

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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