{"id":36987835,"url":"https://github.com/piesocket/piesocket-php","last_synced_at":"2026-01-13T23:12:53.510Z","repository":{"id":57041508,"uuid":"414050792","full_name":"piesocket/piesocket-php","owner":"piesocket","description":"PieSocket WebSocket PHP REST Client","archived":false,"fork":false,"pushed_at":"2021-10-08T07:57:14.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-08-10T09:05:49.305Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/piesocket.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}},"created_at":"2021-10-06T03:03:43.000Z","updated_at":"2024-01-06T20:58:02.000Z","dependencies_parsed_at":"2022-08-23T23:31:10.110Z","dependency_job_id":null,"html_url":"https://github.com/piesocket/piesocket-php","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/piesocket/piesocket-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piesocket%2Fpiesocket-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piesocket%2Fpiesocket-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piesocket%2Fpiesocket-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piesocket%2Fpiesocket-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/piesocket","download_url":"https://codeload.github.com/piesocket/piesocket-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piesocket%2Fpiesocket-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28405102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":"2026-01-13T23:12:52.893Z","updated_at":"2026-01-13T23:12:53.501Z","avatar_url":"https://github.com/piesocket.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PieSocket PHP REST Client\nPieSocket PHP REST client\n\n## Configure\n\nSkip to [installation](#installation) \n\n### Laravel\n#### Quick start\nUse the starter project: [piesocket/laravel-broadcasting-starter](https://github.com/piesocket/laravel-broadcasting-starter)\n\n### Manual\nIn `composer.json` add the following `post-autoload-dump` script at the top.\n \n```\n\\\\PieSocket\\\\Integrations\\\\Installer::setupLaravel\n```\nExample:\n```\n\"scripts\": {\n    \"post-autoload-dump\": [\n        \"\\\\PieSocket\\\\Integrations\\\\Installer::setupLaravel\",\n        \"Illuminate\\\\Foundation\\\\ComposerScripts::postAutoloadDump\",\n        \"@php artisan package:discover --ansi\"\n    ]\n```\n\nAdd PieSocket driver in `connections` array of `config\\broadcasting.php` alongside `pusher` configuration.\n```\n'piesocket' =\u003e [\n  'driver' =\u003e 'piesocket',\n  'key' =\u003e env('PIESOCKET_API_KEY'),\n  'secret' =\u003e env('PIESOCKET_API_SECRET'),\n  'cluster_id' =\u003e env('PIESOCKET_CLUSTER_ID'),\n]\n```\n\nDocumentation: [Laravel Broadcasting with PieSocket](https://www.piesocket.com/blog/laravel-echo-broadcasting/)\n\n## Installation\n\nMake sure you have completed the configuration for your integration (optional).\n\n```\ncomposer require piesocket/piesocket-php\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiesocket%2Fpiesocket-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiesocket%2Fpiesocket-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiesocket%2Fpiesocket-php/lists"}