{"id":17487682,"url":"https://github.com/flowdee/ticksy-api-php-class","last_synced_at":"2026-01-20T12:33:31.911Z","repository":{"id":33379239,"uuid":"37024183","full_name":"flowdee/ticksy-api-php-class","owner":"flowdee","description":"PHP class for the Ticksy API https://ticksy.com/api/","archived":false,"fork":false,"pushed_at":"2015-06-07T17:24:59.000Z","size":104,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T18:50:49.558Z","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":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flowdee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-07T16:49:56.000Z","updated_at":"2019-05-30T03:29:15.000Z","dependencies_parsed_at":"2022-09-12T21:42:01.172Z","dependency_job_id":null,"html_url":"https://github.com/flowdee/ticksy-api-php-class","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flowdee/ticksy-api-php-class","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowdee%2Fticksy-api-php-class","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowdee%2Fticksy-api-php-class/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowdee%2Fticksy-api-php-class/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowdee%2Fticksy-api-php-class/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flowdee","download_url":"https://codeload.github.com/flowdee/ticksy-api-php-class/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flowdee%2Fticksy-api-php-class/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28603392,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T12:01:53.233Z","status":"ssl_error","status_checked_at":"2026-01-20T12:01:46.545Z","response_time":117,"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":[],"created_at":"2024-10-19T03:43:15.460Z","updated_at":"2026-01-20T12:33:31.889Z","avatar_url":"https://github.com/flowdee.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"#Ticksy API PHP Class\nThis PHP Class was created in order to communicate with the Ticksy API.\nFor more information please take a look into the official [Ticksy API documentation](https://ticksy.com/api/ \"Ticksy API documentation\").\n\n##Installation\nIn order to use this class respectively the API you need your **Domain** and **API Key**. Please visit your profile page and navigate to **API (BETA)**.\n\n``` php\n// Including class to your project\nrequire('Ticksy.php');\n\n// Setup Ticksy with your credentials\n$ticksy = new Ticksy(TICKSY_DOMAIN, TICKSY_API_KEY);\n```\n\nPlease replaced \u003ccode\u003eTICKSY_DOMAIN\u003c/code\u003e and \u003ccode\u003eTICKSY_API_KEY\u003c/code\u003e with your personal credentials.\n\n##Examples\n###Receive open tickets\n``` php\n// Receive all open tickets assigned to you\n$tickets = $ticksy-\u003emy_tickets();\n\n// Receive all open tickets\n$tickets = $ticksy-\u003eopen_tickets();\n```\n\n##What's coming next?\nRight now it's possible to receive all information like tickets, responses and comments. \n\nI'm planning to enhance the class in order to receive for specific data, for example list of all open/assigned tickets with responses needed. Please take a look into the [issues](https://github.com/flowdee/ticksy-api-php-class/issues \"issues\") and create a new one if you need a special function/enhancement.\n\nIf you don't want to miss an update or say hello, follow me on Twitter: [@flowdee](https://twitter.com/flowdee \"@flowdee\") :wink:\n##Credits\n* [Ticksy](https://ticksy.com/ \"Ticksy\")","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowdee%2Fticksy-api-php-class","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflowdee%2Fticksy-api-php-class","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowdee%2Fticksy-api-php-class/lists"}