PHPackages                             opencaching/kitchensink-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. opencaching/kitchensink-bundle

ActiveLibrary[Framework](/categories/framework)

opencaching/kitchensink-bundle
==============================

Helps you create a kitchensink incl. route, template and services.

1.0.7(8y ago)03241MITPHPPHP ^5.6|^7.0

Since Feb 27Pushed 8y ago2 watchersCompare

[ Source](https://github.com/OpencachingDeutschland/symfony-kitchensink-bundle)[ Packagist](https://packagist.org/packages/opencaching/kitchensink-bundle)[ RSS](/packages/opencaching-kitchensink-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (4)Versions (9)Used By (0)

a php5.6 fork from

bestit/kitchensink-bundle
=========================

[](#bestitkitchensink-bundle)

Helps you create a kitchensink incl. route, template and services.

[![Build Status](https://camo.githubusercontent.com/21770f11c73edf34801cda40352f806a5ea75523a3b86fffe8a4f417046b7dc1/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6265737469742f73796d666f6e792d6b69746368656e73696e6b2d62756e646c652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/bestit/symfony-kitchensink-bundle/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/a9ce44f29956aaf7d70bae47b9f65f97a8868d54a69accaf925307333bdcae09/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6265737469742f73796d666f6e792d6b69746368656e73696e6b2d62756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/bestit/symfony-kitchensink-bundle/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/c8ffb84320196556160d709ae7112f418635a8769af65c772b449684b2b29807/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6265737469742f73796d666f6e792d6b69746368656e73696e6b2d62756e646c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/bestit/symfony-kitchensink-bundle/?branch=master)

Usage
-----

[](#usage)

This bundle provides you with a simple controller (**/kitchensink**) and service structure, to load a template, defined through the config, filled with the data from the dataprovider implementing the *DataProviderInterface* of this bundle.

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

[](#installation)

### Step 1: Download the Bundle

[](#step-1-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 bestit/kitchensink-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Step 2: Enable the Bundle

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

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

```
