PHPackages                             idci/simple-schedule-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. [API Development](/categories/api)
4. /
5. idci/simple-schedule-bundle

ActiveSymfony-bundle[API Development](/categories/api)

idci/simple-schedule-bundle
===========================

Symfony SimpleScheduleBundle

v2.1.0(13y ago)52483[3 issues](https://github.com/IDCI-Consulting/SimpleScheduleBundle/issues)GPL-3.0+PHPPHP &gt;=5.3.2

Since Apr 16Pushed 12y ago5 watchersCompare

[ Source](https://github.com/IDCI-Consulting/SimpleScheduleBundle)[ Packagist](https://packagist.org/packages/idci/simple-schedule-bundle)[ RSS](/packages/idci-simple-schedule-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (5)Versions (3)Used By (0)

SimpleScheduleBundle
====================

[](#simpleschedulebundle)

A simple Schedule Bundle for Symfony2

Installation
============

[](#installation)

To install this bundle please follow the next steps:

First add the dependencies to your `composer.json` file:

```
"require": {
    ...
    "pagerfanta/pagerfanta": "dev-master",
    "white-october/pagerfanta-bundle": "dev-master",
    "idci/exporter-bundle": "dev-master",
    "idci/simple-schedule-bundle": "dev-master"
},
```

Then install the bundle with the command:

```
php composer update
```

Enable the bundle in your application kernel:

```
