PHPackages                             jiabin/julius-boilerplate-bundle - 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. jiabin/julius-boilerplate-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

jiabin/julius-boilerplate-bundle
================================

Boilerplate (starter) bundle for Symfony2

00PHP

Since May 29Pushed 13y ago3 watchersCompare

[ Source](https://github.com/jiabin/JuliusBoilerplateBundle)[ Packagist](https://packagist.org/packages/jiabin/julius-boilerplate-bundle)[ RSS](/packages/jiabin-julius-boilerplate-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

JuliusBoilerplateBundle
=======================

[](#juliusboilerplatebundle)

[![knpbundles.com](https://camo.githubusercontent.com/77640f160a7eebc350a3342c2cea2a5c26b452fe4192ac82ed46cc94d127672d/687474703a2f2f6b6e7062756e646c65732e636f6d2f6a696162696e2f4a756c697573426f696c6572706c61746542756e646c652f62616467652d73686f7274)](http://knpbundles.com/jiabin/JuliusBoilerplateBundle)

Boilerplate (starter) bundle for Symfony2

Enabling the bundle
-------------------

[](#enabling-the-bundle)

Add following line in your `AppKernel.php` file to enable the bundle

```
// app/AppKernel.php
...
new Julius\BoilerplateBundle\JuliusBoilerplateBundle(),

```

Declaring your routes
---------------------

[](#declaring-your-routes)

To declare your custom routes you can use `routing.yml` file situated in `./Resources/config`. Be sure to include this file in your main routing configuration.

### Example routing configuration

[](#example-routing-configuration)

Your main configuration:

```
# app/config/routing.yml
JuliusBoilerplateBundle:
    resource: "@JuliusBoilerplateBundle/Resources/config/routing.yml"

```

Bundle routing configuration:

```
# Julius/BoilerplateBundle/Resources/config/routing.yml
JuliusBoilerplateBundle:
    resource: "@JuliusBoilerplateBundle/Resources/config/routing.yml"

```

Asset management
----------------

[](#asset-management)

If you need public access to your assets (images/stylesheets/javascripts etc.) place them under `./Resources/public` directory. The contents of this folder will be put inside `symfony-base-path/web/bundles/juliusboilerplate` after executing `php app/console assets:install` command.

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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/242627?v=4)[Eymen Gunay](/maintainers/eymengunay)[@eymengunay](https://github.com/eymengunay)

---

Top Contributors

[![eymengunay](https://avatars.githubusercontent.com/u/242627?v=4)](https://github.com/eymengunay "eymengunay (4 commits)")

### Embed Badge

![Health badge](/badges/jiabin-julius-boilerplate-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/jiabin-julius-boilerplate-bundle/health.svg)](https://phpackages.com/packages/jiabin-julius-boilerplate-bundle)
```

###  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)
