PHPackages                             polidog/laravel-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. polidog/laravel-bundle

ActiveLibrary[Framework](/categories/framework)

polidog/laravel-bundle
======================

012PHPCI failing

Since Dec 3Pushed 6y ago1 watchersCompare

[ Source](https://github.com/polidog/LaravelBundle)[ Packagist](https://packagist.org/packages/polidog/laravel-bundle)[ RSS](/packages/polidog-laravel-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

LaravelBundle
=============

[](#laravelbundle)

[![Build Status](https://camo.githubusercontent.com/90135d25e7fc0718cc68436dda36300a75a6baf6d441b30ab3fd6a4f71fa668f/68747470733a2f2f7472617669732d63692e6f72672f706f6c69646f672f4c61726176656c42756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/polidog/LaravelBundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/ac5a53343b017011e9b588b812b950b189fd1ffe6902dd727253292c951c26f0/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f706f6c69646f672f4c61726176656c42756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/polidog/LaravelBundle/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/63584a1b917a2d755e029cbb6265adf94caf8669ebc5f24cb384d3b82edeaedb/68747470733a2f2f706f7365722e707567782e6f72672f706f6c69646f672f6c61726176656c2d62756e646c652f762f737461626c65)](https://packagist.org/packages/polidog/laravel-bundle)[![Total Downloads](https://camo.githubusercontent.com/c96103ad55e6e86b955e15ab764140ba02d1708b7ead098be5b0f42ee86324cc/68747470733a2f2f706f7365722e707567782e6f72672f706f6c69646f672f6c61726176656c2d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/polidog/laravel-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/ebd67f128a3e3c7df456e09599b3ac6696db0dcabba5d95c5e61fd8303363330/68747470733a2f2f706f7365722e707567782e6f72672f706f6c69646f672f6c61726176656c2d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/polidog/laravel-bundle)[![License](https://camo.githubusercontent.com/b56a2f070ae74c762b0326af4fb8d83e6c3fe927f1efe610c5b2fb55d777ed9c/68747470733a2f2f706f7365722e707567782e6f72672f706f6c69646f672f6c61726176656c2d62756e646c652f6c6963656e7365)](https://packagist.org/packages/polidog/laravel-bundle)[![Monthly Downloads](https://camo.githubusercontent.com/c6e75eab04c4cae7b22027ec4436f20423899ea9b670d0010d0deaae414effc8/68747470733a2f2f706f7365722e707567782e6f72672f706f6c69646f672f6c61726176656c2d62756e646c652f642f6d6f6e74686c79)](https://packagist.org/packages/polidog/laravel-bundle)[![Daily Downloads](https://camo.githubusercontent.com/f716a1302ead02008555db713f24c81699cfddcd7e4ddbb67d6b75033f11fa43/68747470733a2f2f706f7365722e707567782e6f72672f706f6c69646f672f6c61726176656c2d62756e646c652f642f6461696c79)](https://packagist.org/packages/polidog/laravel-bundle)[![composer.lock](https://camo.githubusercontent.com/0f7e3c0693b63ea21dd230e5fbe156f226491a45a2dd0f81c521e5dd23308a30/68747470733a2f2f706f7365722e707567782e6f72672f706f6c69646f672f6c61726176656c2d62756e646c652f636f6d706f7365726c6f636b)](https://packagist.org/packages/polidog/laravel-bundle)

[![LaravelFallback](/Resources/doc/img/fallback.png)](/Resources/doc/img/fallback.png)

Requirements
------------

[](#requirements)

- PHP 5.6+
- Symfony 2.3+
- Laravel 5.2+

Installation
------------

[](#installation)

install `polidog/laravel-bundle` with composer.

```
$ composer require polidog/laravel-bundle

```

Usage
-----

[](#usage)

Load bundle in AppKernel:

```
    new \Polidog\LaravelBundle\PolidogLaravelBundle(),

```

Configuration in config.yml:

```
polidog_laravel:
  bootstrap_file: "%kernel.root_dir%/../vendor/polidog/laravel-project/bootstrap/app.php" #your laravel project for bootstrap/app.php
  env:
    APP_DEBUG: true
    APP_KEY: laravelKey

```

Fallback in routing.yml

```
fallback:
    path: /{path}
    defaults: { _controller: "polidog_laravel.controller.fallback:fallback" }
    requirements:
        path: .*

```

example
-------

[](#example)

see [polidog/laravel-bundle-example](https://github.com/polidog/laravel-bundle-example)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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://www.gravatar.com/avatar/b043af7ae4c4ea7a438c64e76033730db386091ba0275f6e7c4e09def71a68bb?d=identicon)[polidog](/maintainers/polidog)

---

Top Contributors

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

---

Tags

laravelsymfony-bundle

### Embed Badge

![Health badge](/badges/polidog-laravel-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/polidog-laravel-bundle/health.svg)](https://phpackages.com/packages/polidog-laravel-bundle)
```

###  Alternatives

[laravel/socialite

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

5.7k104.3M844](/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)
