{"id":28326513,"url":"https://github.com/gitodin-official/gitodin-php-client","last_synced_at":"2025-07-19T11:40:32.845Z","repository":{"id":62511024,"uuid":"114329564","full_name":"GitOdin-Official/gitodin-php-client","owner":"GitOdin-Official","description":"PHP package to interact with GitOdin RESTful API","archived":false,"fork":false,"pushed_at":"2018-12-17T02:10:45.000Z","size":192,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-11T21:11:44.909Z","etag":null,"topics":["gitodin-php","package","php","socket","socket-io","socketio"],"latest_commit_sha":null,"homepage":"","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/GitOdin-Official.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":"2017-12-15T05:09:54.000Z","updated_at":"2024-07-12T17:00:04.000Z","dependencies_parsed_at":"2022-11-02T10:17:07.657Z","dependency_job_id":null,"html_url":"https://github.com/GitOdin-Official/gitodin-php-client","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/GitOdin-Official/gitodin-php-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GitOdin-Official%2Fgitodin-php-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GitOdin-Official%2Fgitodin-php-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GitOdin-Official%2Fgitodin-php-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GitOdin-Official%2Fgitodin-php-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GitOdin-Official","download_url":"https://codeload.github.com/GitOdin-Official/gitodin-php-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GitOdin-Official%2Fgitodin-php-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265926997,"owners_count":23850886,"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","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":["gitodin-php","package","php","socket","socket-io","socketio"],"created_at":"2025-05-25T23:13:10.367Z","updated_at":"2025-07-19T11:40:32.801Z","avatar_url":"https://github.com/GitOdin-Official.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src='https://cdn.discordapp.com/attachments/479687985273503757/479688071898726420/Gitodin.jpg'/\u003e\u003c/p\u003e\n\nThis is a package made for PHP, to interact with the GitOdin RESTful API Network Access Point to send payloads through the network to your client side in real-time!\n\n---\n\n# Getting Started\n\u003e Installing using Composer\n\u003e```sh\n\u003e composer require gitodin/php-client\n\u003e```\n\n### How to use:\n\u003e Load the Package using Composer\n\u003e```php\n\u003erequire_once(\"../vendor/autoload.php\"); // Composer Method, Loading by PSR4\n\u003euse GitOdin\\GitOdin;\n\u003e```\n\n\u003eLoad the Package **not** using Composer (Downloaded from GitHub)\n\u003e```php\n\u003erequire_once(\"../src/GitOdin_load.php\"); // Manual Load, no PSR4 Autoload\n\u003euse GitOdin\\GitOdin;\n\u003e```\n\n\u003e This will send an Payload to a Specific channel on the specified event.\n\u003e```php\n\u003e$GitOdin = GitOdin::summon('*', 'Server', 'Auth Gateway');\n\u003e\n\u003e$express_response = $GitOdin-\u003esend(new Event(\n\u003e\t\"channelName\",\n\u003e\t\"eventName\",\n\u003e\t\"someData\"\n\u003e));\n\u003eecho $express_response;\n\u003e```\n\u003e For more Examples check out the /examples folder.\n\n---\n# Indepth Documentation\n Documentation for GitOdin.com can be found at https://GitOdin.com/documentation\n\n# Contributors\n- yordaDev @ https://github.com/yordadev\n- nhalstead @ https://github.com/nhalstead\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitodin-official%2Fgitodin-php-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitodin-official%2Fgitodin-php-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitodin-official%2Fgitodin-php-client/lists"}