PHPackages                             nti/ticket-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. nti/ticket-bundle

ActiveSymfony-bundle

nti/ticket-bundle
=================

A ticketing system symfony bundle.

v3.2.1(4y ago)43821MITPHPPHP &gt;=7.0CI failing

Since Feb 26Pushed 4y ago6 watchersCompare

[ Source](https://github.com/ntidev/TicketBundle)[ Packagist](https://packagist.org/packages/nti/ticket-bundle)[ RSS](/packages/nti-ticket-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (5)Dependencies (7)Versions (8)Used By (0)

TicketBundle
============

[](#ticketbundle)

NTI ticket bundle is a symfony bundle that provide to your symfony application with multiples ticket management features.

### Installation

[](#installation)

1. Install the bundle using composer:

    ```
    $ composer require ntidev/ticket-bundle

    ```
2. Add the bundle configuration to the AppKernel

    ```
    public function registerBundles()
    {
        $bundles = array(
            ...
            new NTI\TicketBundle\NTITicketBundle(),
            ...
        );
    }
    ```
3. Modify config.yml

    ```
    nti_ticket:
        ticket_service: # name of your TicketProcessInterface implementation class
        documents_directory: # path to your documents project directory
        entities:
            resource:
                class: # your UserInterface implementation class Ex. AppBundle\Entity\User
                unique_field: uniqueId
                email_field: email

            contact:
                class: # your UserInterface implementation class Ex. AppBundle\Entity\Contact
                unique_field: uniqueId
                email_field: email

        email_client:
            provider: exchange # at the moment the bundle support exchange only.
            server: my.server
            account: my.account
            password: my.password
    ```
4. Update the database schema

    ```
    $ php app/console doctrine:schema:update
    ```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~170 days

Recently: every ~127 days

Total

6

Last Release

1783d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d33aa0220bae1b0c48f14fc349b7b3181fec7aa674da145ded4446f2b098fe47?d=identicon)[ntidev](/maintainers/ntidev)

---

Top Contributors

[![ealcantara22](https://avatars.githubusercontent.com/u/56136351?v=4)](https://github.com/ealcantara22 "ealcantara22 (11 commits)")[![whernandez](https://avatars.githubusercontent.com/u/37089069?v=4)](https://github.com/whernandez "whernandez (11 commits)")[![juandiii](https://avatars.githubusercontent.com/u/15571425?v=4)](https://github.com/juandiii "juandiii (5 commits)")

---

Tags

symfonyticketTicketing SystemTicketBundleNTINTIDev

### Embed Badge

![Health badge](/badges/nti-ticket-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/nti-ticket-bundle/health.svg)](https://phpackages.com/packages/nti-ticket-bundle)
```

###  Alternatives

[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[forkcms/forkcms

Fork is an open source CMS that will rock your world.

1.2k44.5k](/packages/forkcms-forkcms)[sulu/skeleton

Project template for starting your new project based on the Sulu content management system

29733.3k](/packages/sulu-skeleton)[kilik/table

Symfony Ajax Datagrid Bundle for doctrine entities

3361.4k](/packages/kilik-table)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1022.4k](/packages/rcsofttech-audit-trail-bundle)

PHPackages © 2026

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