{"id":22177613,"url":"https://github.com/ntidev/ticketbundle","last_synced_at":"2025-10-04T05:48:05.064Z","repository":{"id":54831099,"uuid":"149787752","full_name":"ntidev/TicketBundle","owner":"ntidev","description":"Provide ticket system features to your symfony application.","archived":false,"fork":false,"pushed_at":"2021-07-06T19:09:13.000Z","size":125,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-07-20T12:35:29.048Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ntidev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-21T16:11:34.000Z","updated_at":"2024-10-02T14:43:26.000Z","dependencies_parsed_at":"2022-08-14T04:10:32.086Z","dependency_job_id":null,"html_url":"https://github.com/ntidev/TicketBundle","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/ntidev/TicketBundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntidev%2FTicketBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntidev%2FTicketBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntidev%2FTicketBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntidev%2FTicketBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ntidev","download_url":"https://codeload.github.com/ntidev/TicketBundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntidev%2FTicketBundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278271633,"owners_count":25959521,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-02T08:29:58.290Z","updated_at":"2025-10-04T05:48:05.036Z","avatar_url":"https://github.com/ntidev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TicketBundle\nNTI ticket bundle is a symfony bundle that provide to your symfony application with multiples \nticket management features. \n\n### Installation\n\n1. Install the bundle using composer:\n\n    ```\n    $ composer require ntidev/ticket-bundle\n    ```\n\n2. Add the bundle configuration to the AppKernel\n\n    ```php\n    public function registerBundles()\n    {\n        $bundles = array(\n            ...\n            new NTI\\TicketBundle\\NTITicketBundle(),\n            ...\n        );\n    }\n    ```\n\n3. Modify config.yml\n\n    ```yaml\n    nti_ticket:\n        ticket_service: # name of your TicketProcessInterface implementation class \n        documents_directory: # path to your documents project directory\n        entities:\n            resource:\n                class: # your UserInterface implementation class Ex. AppBundle\\Entity\\User\n                unique_field: uniqueId\n                email_field: email\n    \n            contact:\n                class: # your UserInterface implementation class Ex. AppBundle\\Entity\\Contact\n                unique_field: uniqueId\n                email_field: email\n    \n        email_client:\n            provider: exchange # at the moment the bundle support exchange only.\n            server: my.server\n            account: my.account\n            password: my.password\n    ```\n\n\n\n4. Update the database schema\n\n    ```php\n    $ php app/console doctrine:schema:update\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntidev%2Fticketbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fntidev%2Fticketbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntidev%2Fticketbundle/lists"}