{"id":48682980,"url":"https://github.com/delabon/ticklerio","last_synced_at":"2026-04-11T03:02:44.065Z","repository":{"id":340923009,"uuid":"714167461","full_name":"delabon/ticklerio","owner":"delabon","description":"Customer support ticketing system built with vanilla PHP and JavaScript","archived":false,"fork":false,"pushed_at":"2026-02-27T06:42:18.000Z","size":833,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-27T12:16:13.829Z","etag":null,"topics":["bootstrap5","docker","javascript","php8","phpstan","phpunit","ticketing-system"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/delabon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-04T05:17:57.000Z","updated_at":"2026-02-27T06:42:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/delabon/ticklerio","commit_stats":null,"previous_names":["delabon/ticklerio"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/delabon/ticklerio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delabon%2Fticklerio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delabon%2Fticklerio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delabon%2Fticklerio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delabon%2Fticklerio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/delabon","download_url":"https://codeload.github.com/delabon/ticklerio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delabon%2Fticklerio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31667034,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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":["bootstrap5","docker","javascript","php8","phpstan","phpunit","ticketing-system"],"created_at":"2026-04-11T03:01:41.768Z","updated_at":"2026-04-11T03:02:44.055Z","avatar_url":"https://github.com/delabon.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ticklerio\n\nTicklerio is a robust customer support ticketing system designed to streamline the process of handling customer inquiries and issues. Built with PHP and JavaScript, it offers a responsive and intuitive interface for support teams to manage tickets efficiently. Our system is thoroughly tested to ensure reliability and a seamless user experience.\n\n## Tech Stack\n\n- **Backend:** PHP 8.4\n- **Frontend:** JavaScript, SASS, Bootstrap 5.3\n- **Database:** SQLite\n- **Testing:** PHPUnit for unit and integration tests. PHPUnit + Guzzle for feature tests.\n- **Static Analysis:** PHPStan for analyzing code quality\n- **Environment Management:** Docker for containerization and consistent development environments\n\n## How to setup\n\n#### Build \u0026 Up containers\n\n```bash\n# From the root folder run:\ndocker compose up -d\n```\n\n#### Create .env, database file, and sessions folder\n\n```bash\ncp app/.env.example app/.env\ntouch app/database/database.sqlite\nmkdir app/sessions\n```\n\n#### Install required libraries using composer\n\n```bash\ndocker compose run php-service composer install\n```\n\n#### Run migration scripts\n\n```bash\ndocker compose run php-service php database/migrate.php\n```\n\n#### Run seeders if you like\n\n```bash\n# Admin account credentials: admin/123456789\ndocker compose run php-service php database/seed.php\n```\n\n#### Build assets\n\n```bash\ndocker compose run --rm node-service npm install\ndocker compose run --rm node-service npm run build\n```\n\nFinally, open http://localhost on your browser\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelabon%2Fticklerio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdelabon%2Fticklerio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelabon%2Fticklerio/lists"}