PHPackages                             madforwebs/booking-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. madforwebs/booking-bundle

ActiveSymfony-bundle

madforwebs/booking-bundle
=========================

This bundle provides a bookingbundle for symfony2

011PHP

Since Nov 8Pushed 7y agoCompare

[ Source](https://github.com/madforwebs/BookingBundle)[ Packagist](https://packagist.org/packages/madforwebs/booking-bundle)[ RSS](/packages/madforwebs-booking-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

CalendarBundle
==============

[](#calendarbundle)

The `BookingBundle` means easy-to-implement and feature-rich calendar in your Symfony application!

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

[](#installation)

### Download the Bundle

[](#download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require madforwebs/calendar-bundle
```

This command requires you to have Composer installed globally, as explained in the `installation chapter` of the Composer documentation.

### Enable the Bundle

[](#enable-the-bundle)

Then, enable the bundle by adding the following line in the `app/AppKernel.php`file of your project:

```
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...

            new MadForWebs\BookingBundle\BookingBundle(),
        );

        // ...
    }

    // ...
}
```

Import service calendar to app
------------------------------

[](#import-service-calendar-to-app)

You must define import service from @CalendarBundle like this in your config.yml

```
    imports:
        ...
        - { resource: "@CalendarBundle/Resources/config/services.yml" }
        ...
```

Import calendar festive days
----------------------------

[](#import-calendar-festive-days)

An example use service to import festive days

```
    /** @var CalendarHandler $calendarHandler */
    $calendarHandler = $this->get('mad_for_webs_calendar.handler');
    $calendarHandler->createDaysFromCalendar();
```

Extend class day calendar
-------------------------

[](#extend-class-day-calendar)

You can extend class

```
    use MadForWebs\CalendarBundle\Entity\Day as BaseDay;

    /**
     * @ORM\Entity
     * @ORM\Table(name="mfw_day")
     */
    class Day extends BaseDay
    {
        ...
    }
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

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/dfca41902cbfed33f74c6bcb36a8b9e325db194236f6887d2d269e206fc17ee4?d=identicon)[madforwebs](/maintainers/madforwebs)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/madforwebs-booking-bundle/health.svg)

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

PHPackages © 2026

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