{"id":14987265,"url":"https://github.com/tikajhq/tiket","last_synced_at":"2026-03-17T23:07:47.797Z","repository":{"id":44467271,"uuid":"250494078","full_name":"tikajhq/tiket","owner":"tikajhq","description":"TIKET is a ticketing/helpdesk system to support and help you deal with issues/incidents in your organization or from customers.","archived":false,"fork":false,"pushed_at":"2020-11-22T05:56:14.000Z","size":8681,"stargazers_count":96,"open_issues_count":5,"forks_count":34,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-11T23:37:07.327Z","etag":null,"topics":["automation","bootstrap","bugtracker","codeigniter","codeigniter-framework","helpdesk","helpdesk-ticketing","incident-management","incidents","issue-management","issue-tracker","issue-tracking-system","php","thread","ticket","ticket-management","ticket-system","ticketing","ticketing-system","tickets"],"latest_commit_sha":null,"homepage":"https://www.tikaj.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tikajhq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-27T09:36:18.000Z","updated_at":"2025-03-27T13:31:10.000Z","dependencies_parsed_at":"2022-08-30T09:50:12.065Z","dependency_job_id":null,"html_url":"https://github.com/tikajhq/tiket","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tikajhq/tiket","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tikajhq%2Ftiket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tikajhq%2Ftiket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tikajhq%2Ftiket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tikajhq%2Ftiket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tikajhq","download_url":"https://codeload.github.com/tikajhq/tiket/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tikajhq%2Ftiket/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30635156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T22:38:22.569Z","status":"ssl_error","status_checked_at":"2026-03-17T22:38:11.804Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["automation","bootstrap","bugtracker","codeigniter","codeigniter-framework","helpdesk","helpdesk-ticketing","incident-management","incidents","issue-management","issue-tracker","issue-tracking-system","php","thread","ticket","ticket-management","ticket-system","ticketing","ticketing-system","tickets"],"created_at":"2024-09-24T14:14:21.043Z","updated_at":"2026-03-17T23:07:47.778Z","avatar_url":"https://github.com/tikajhq.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Thumbnail-100](assets/readme/thumbnail.jpg)\n\n## Demo\n\n\u003cdiv align=\"center\"\u003e\u003ca href=\"https://tiket.app.tik.co/\"\u003eVisit TIKAJ HELPDESK live demo\u003c/a\u003e\u003c/div\u003e\n\n### Credentials for logging in\n\n|User type | Username | Password |\n| ----------- | ----------- | ----------- |\n| Admin | admin.demo | demo |\n| Agent | agent.demo | demo |\n| User | user.demo | demo |\n\n![screen-2-100](assets/readme/screen.jpg)\n\n## Features\n- [x] Separate User Access Roles (Admin, Agent, User)\n- [x] Automatically create Tickets by sending email\n- [x] Reply to ticket thread by replying on associated email thread\n- [x] Attachments in tickets as well as thread replies supported\n- [x] Rich text editors supported\n- [x] Ticket audit activity logged in thread - who performed what action and when\n- [x] Informative dashboard reporting\n\n## Prerequisites for this project\n1. php v7.x.x\n2. phpMyAdmin\n3. Working knowledge of CodeIgniter framework\n\n## Getting started\nTIKAJ HELPDESK is completely build on our in house framework \"Scone\", Scone is based on CodeIgniter framework.\n\nTo start with the project follow these steps:\n1. Clone this repository\n\n2. Import `tiket_demo.sql` present in root directory\n\n3. Run `composer install` in root directory\n\n4. Run `cp application/config/client.sample.config.php application/config/client.config.php` _(Copy application/config/client.sample.config.php to application/config/client.config.php)_\n\n5. Do the required changes in your `application/config/database.php`\n\n6. Type this in your terminal `php -S localhost:8080` _(Can be modified from `application/config/client.config.php`)_\n\n7. To Change email settings and stuff like that your can change the values in constants defined in `application/config/client.config.php`\n\n8. To Change name of the product you can change the values in constants defined in `application/config/config.product.php`\n\n9. Now you can login using these credentials\n\n   \n|User type | Username | Password |\n| ----------- | ----------- | ----------- |\n| Admin | admin.demo | demo |\n| Agent | agent.demo | demo |\n| User | user.demo | demo |\n7. All done! You can enjoy now!\n\n   \n\n## Checkout all of our projects\n\nHere at [Phoenix](https://lab.tik.co/explore/projects)\n\n\n\n## Authors\n\n- [Madhurendra Sachan](https://github.com/m301)\n- [Deeksha Gupta](https://github.com/eksha)\n- [Mansoor Ahmad](https://github.com/M33P0)\n\n\n\n## License\n\n```\nCopyright 2019-2020 TIKAJ Technologies Private Limited.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n\nDeveloped with :heart: at [TIKAJ](https://www.tikaj.com) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftikajhq%2Ftiket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftikajhq%2Ftiket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftikajhq%2Ftiket/lists"}