PHPackages                             c975l/events-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. [Templating &amp; Views](/categories/templating)
4. /
5. c975l/events-bundle

AbandonedArchivedSymfony-bundle[Templating &amp; Views](/categories/templating)

c975l/events-bundle
===================

Tool to manage events and display a carousel

v3.0.2(4y ago)272MITPHPPHP ^7

Since Jun 12Pushed 4y ago1 watchersCompare

[ Source](https://github.com/975L/EventsBundle)[ Packagist](https://packagist.org/packages/c975l/events-bundle)[ Docs](https://github.com/975L/EventsBundle)[ Fund](https://buymeacoff.ee/laurentmarquet)[ Fund](https://opencollective.com/laurent-marquet)[ RSS](/packages/c975l-events-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (14)Versions (73)Used By (0)

EventsBundle
============

[](#eventsbundle)

EventsBundle does the following:

- Displays event requested,
- Provides tools to manage events,
- Provides a carousel of events,
- Provides a link to integrate to calendar (ics),
- Integrates with your web design,

This Bundle relies on the use of [TinyMce](https://www.tinymce.com/), [jQuery](https://jquery.com/), [Bootstrap](http://getbootstrap.com/) and [Bootstrap DatePicker](https://github.com/uxsolutions/bootstrap-datepicker) and requires Twig/Extensions for localizing dates and time.

[EventsBundle dedicated web page](https://975l.com/en/pages/events-bundle).

[EventsBundle API documentation](https://975l.com/apidoc/c975L/EventsBundle.html).

Bundle installation
-------------------

[](#bundle-installation)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Use [Composer](https://getcomposer.org) to install the library

```
    composer require c975l/evebts-bundle
```

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundles by adding them to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
