{"id":23408579,"url":"https://github.com/webinvoke/client","last_synced_at":"2025-04-09T01:32:51.213Z","repository":{"id":62547869,"uuid":"336420060","full_name":"webinvoke/client","owner":"webinvoke","description":"WebInvoke client","archived":false,"fork":false,"pushed_at":"2021-02-06T01:05:42.000Z","size":15,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-14T19:52:02.049Z","etag":null,"topics":["guzwrap","php","webhook","webhook-client"],"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/webinvoke.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-02-06T00:16:42.000Z","updated_at":"2024-07-24T12:02:02.000Z","dependencies_parsed_at":"2022-11-02T22:16:18.171Z","dependency_job_id":null,"html_url":"https://github.com/webinvoke/client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webinvoke%2Fclient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webinvoke%2Fclient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webinvoke%2Fclient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webinvoke%2Fclient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webinvoke","download_url":"https://codeload.github.com/webinvoke/client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247957270,"owners_count":21024683,"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":["guzwrap","php","webhook","webhook-client"],"created_at":"2024-12-22T15:15:51.751Z","updated_at":"2025-04-09T01:32:51.189Z","avatar_url":"https://github.com/webinvoke.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebInvoke Client\nWebinvoke client is a client that provided access to all functionalities provied by [Webinvoke Server](https://github.com/webinvoke/server). \u003cbr/\u003e\nThis library uses [Guzwrap](https://github.com/ahmard/guzwrap) internally.\n\n## Installation\nInstallation is made using [Composer](https://getcomposer.org)\n\n```bash\ncomposer require webinvoke/client\n```\n\n## Usage\nBefore running below code, [Webinvoke Server](https://github.com/webinvoke/server#usage) must be started on port **8999**.\n```php\nuse Webinvoke\\Client\\Auth;\nuse Webinvoke\\Client\\Query;\nuse Webinvoke\\Client\\Request;\nuse Webinvoke\\Client\\Server;\n\nrequire 'vendor/autoload.php';\n\n$response = Request::create()\n    -\u003eserver(Server::create('http://localhost:8999'))\n    -\u003eauth(Auth::create()-\u003eopen())\n    -\u003equery(function (Query $query){\n        $query-\u003efetchAll();\n        $query-\u003elimit(5);\n    })\n    -\u003eexecute();\n\nvar_dump($response-\u003egetPayload());\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebinvoke%2Fclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebinvoke%2Fclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebinvoke%2Fclient/lists"}