PHPackages                             kmj/toolkitbundle - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. kmj/toolkitbundle

ActiveSymfony-bundle[Authentication &amp; Authorization](/categories/authentication)

kmj/toolkitbundle
=================

Symfony2 Bundle that adds basic user account entity and city/state/country setup as well

v1.1.0(11y ago)02.2kMITPHPPHP &gt;=5.4.0CI failing

Since Jan 13Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Demoboy/ToolkitBundle)[ Packagist](https://packagist.org/packages/kmj/toolkitbundle)[ Docs](http://github.com/Demoboy/ToolkitBundle)[ RSS](/packages/kmj-toolkitbundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (11)Versions (6)Used By (0)

KMJToolkitBundle
================

[](#kmjtoolkitbundle)

[ ![Codeship Status for Demoboy/ToolkitBundle](https://camo.githubusercontent.com/b72b2bdff52d41897f97297b0823733c21a668efde701a316dec94b6ebad32ae/68747470733a2f2f636f6465736869702e636f6d2f70726f6a656374732f30376661303435302d353639362d303133322d393063622d3065613330613433316632622f737461747573)](https://codeship.com/projects/49576)[![SensioLabsInsight](https://camo.githubusercontent.com/eae643b2098903bebd983fbc821744774bd8ea5280d86aa31ef979a34ccb8f57/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f37336334323537312d363363322d343535652d623661352d6561643863656661313065312f6d696e692e706e67)](https://insight.sensiolabs.com/projects/73c42571-63c2-455e-b6a5-ead8cefa10e1)[![Coverage Status](https://camo.githubusercontent.com/6bde03c3d89f0fde4d49acb8f0e3fc21de69b2e2cee84e83701f87e2d2975d43/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f44656d6f626f792f546f6f6c6b697442756e646c652f62616467652e7376673f6272616e63683d312e31)](https://coveralls.io/r/Demoboy/ToolkitBundle?branch=1.1)[![Latest Stable Version](https://camo.githubusercontent.com/62432e178550020db09dc3257f3da7fcc7215b595c673f3c74fd58e63d7aa0a6/68747470733a2f2f706f7365722e707567782e6f72672f6b6d6a2f746f6f6c6b697462756e646c652f762f737461626c652e737667)](https://packagist.org/packages/kmj/toolkitbundle)[![Total Downloads](https://camo.githubusercontent.com/c1908eeeac61295db3491fb04b0587bd8f7ad2ffa926c7b3a7c36cc22c479fa4/68747470733a2f2f706f7365722e707567782e6f72672f6b6d6a2f746f6f6c6b697462756e646c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/kmj/toolkitbundle)

1. Installation

---

KMJToolkitBundle can conveniently be installed via Composer. Just run the following command from your project directory

composer require "kmj/toolkitbundle":1.1.\*

Now, Composer will automatically download all required files, and install them for you. All that is left to do is to update your AppKernel.php file, and register the new bundle:

```
// in AppKernel::registerBundles()
$bundles = array(
    // ...
    new KMJ\SyncBundle\KMJToolkitBundle(),
    // ...
);
```

2. Configuration

---

This bundle comes with a few configuration options.

```
kmj_toolkit:
    rootdir:            #The root directory of the application defaults to %kernel.root_dir%
    enckey:             #The encryption key to use to encrypt documents
    administrator:
        firstname:      #Admin user's first name
        lastname:       #Admin user's last name
        username:       #Admin user's username
        email:          #Admin user's email address
        password:       #Admin user's password
```

3. Features

---

This bundle's goal is to provide quick setup of a Symfony2 project. These features include:

```
* Quick load of countries and states (including relationships) into database through Doctrine fixtures or Alice fixtures (suggested)
* Address entity that manages addresses
* User class that uses roles as a relationship instead of FOSUser bundle storing them as an array
* Address type for handling user submitted addresses
* User type for registering users
* Role Hierarchy
* Quick setup of a super user in the db
* Document entities for handling user submitted documents

```

4. Documents

---

This bundle also provides Entity to handle documents. Instances of EncryptedDocument and HiddenDocument are all saved to the app/Resources/protectedDocuments folder and instances of WebDocument are saved to web/uploads/documents Based on the entity it will also encrypt documents as it is written to the file system. The files are automatically saved to file system during when the entity is persisted to the database using lifecycle callbacks. To view or download these files a controller has been provided. To provide a link to download a document use the following twig snippet:

{{ path("kmj\_toolkit\_document\_download(encrypted|hidden)", document: document.id) }}

And to include an image or view inline you can use:

{{ path("kmj\_toolkit\_document\_view(encrypted|hidden)", document: document.id) }}

There are no helper methods for instances of WebDocument as they are accessible through traditional HTTP requests

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~660 days

Total

5

Last Release

1498d ago

PHP version history (3 changes)v1.0.0PHP &gt;=5.3.3

v1.1.0PHP &gt;=5.4.0

1.2.x-devPHP &gt;=7.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d9b70bbf6fa98c51390303ea2b0c86cf3e989b846032ccc6be1ccb64bcc5212?d=identicon)[demoboy](/maintainers/demoboy)

---

Top Contributors

[![Demoboy](https://avatars.githubusercontent.com/u/1925283?v=4)](https://github.com/Demoboy "Demoboy (130 commits)")

---

Tags

toolkitKMJ

### Embed Badge

![Health badge](/badges/kmj-toolkitbundle/health.svg)

```
[![Health](https://phpackages.com/badges/kmj-toolkitbundle/health.svg)](https://phpackages.com/packages/kmj-toolkitbundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M310](/packages/easycorp-easyadmin-bundle)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

7310.3k29](/packages/open-dxp-opendxp)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
