PHPackages                             jarenal/tiny-tasks-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. jarenal/tiny-tasks-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

jarenal/tiny-tasks-bundle
=========================

Tiny Tasks Bundle is a demonstrative tasks manager application for Symfony 3 and upper.

1.0.0(9y ago)020MITPHPPHP &gt;=5.5.9

Since Aug 25Pushed 9y ago1 watchersCompare

[ Source](https://github.com/jarenal/tiny-tasks-bundle)[ Packagist](https://packagist.org/packages/jarenal/tiny-tasks-bundle)[ RSS](/packages/jarenal-tiny-tasks-bundle/feed)WikiDiscussions master Synced 3w ago

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

Welcome to Tiny Tasks Bundle
============================

[](#welcome-to-tiny-tasks-bundle)

I've developed this bundle for testing and demonstration purposes.

Some of the main libraries used for to build this bundle were:

- [Symfony - v3](http://symfony.com) As PHP Framework.
- [FOSRestBundle - v2.0.0](https://github.com/FriendsOfSymfony/FOSRestBundle) Tools to rapidly develop RESTful API's with Symfony
- [JMSSerializerBundle - v1.1.0](https://github.com/schmittjoh/JMSSerializerBundle) Easily serialize, and deserialize data of any complexity (supports XML, JSON, YAML)
- [DoctrineFixturesBundle - v2.3.0](https://github.com/doctrine/DoctrineFixturesBundle) Integrates the Doctrine2 Data Fixtures library into Symfony
- [jQuery - v1.12.4](https://jquery.com) jQuery is a fast, small, and feature-rich JavaScript library.
- [jQuery Mustache - v0.2.7](https://github.com/jonnyreeves/jquery-Mustache) jQuery Plugin which makes working light work of using the Mustache templating engine.
- [Bootstrap - v3.3.6](http://getbootstrap.com) Bootstrap is a HTML, CSS, and JS framework.
- [Mustache.js - v2.2.1](https://github.com/janl/mustache.js) Minimal templating in JavaScript.

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 jarenal/tiny-tasks-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 and dependencies
------------------------------------------

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

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

```
