PHPackages                             sidlerbiz/todo-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sidlerbiz/todo-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

sidlerbiz/todo-bundle
=====================

Provides possibility for work with simple Todo list

03PHP

Since Feb 10Pushed 7y ago1 watchersCompare

[ Source](https://github.com/sidlerbiz/todo-bundle)[ Packagist](https://packagist.org/packages/sidlerbiz/todo-bundle)[ RSS](/packages/sidlerbiz-todo-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Todo Bundle
===========

[](#todo-bundle)

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

[](#installation)

### Step 1: Bundle upload

[](#step-1-bundle-upload)

Open the console and go to the project directory. Run the following command to load the most suitable stable version of this bundle.

```
    composer require neo/todo-bundle
```

*This command implies that [Composer](https://getcomposer.org) installed and available globally.*

### Step 2: Hook up bundle

[](#step-2-hook-up-bundle)

Next step will be turn on the bundle by adding it to the list of registered bundles in `app/AppKernel.php` :

```
