{"id":37000594,"url":"https://github.com/timopaul/dreamrobot","last_synced_at":"2026-01-14T00:03:52.242Z","repository":{"id":57069933,"uuid":"213575815","full_name":"timopaul/dreamrobot","owner":"timopaul","description":"DreamRobot PHP SDK","archived":false,"fork":false,"pushed_at":"2021-01-27T08:34:04.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-19T21:47:11.892Z","etag":null,"topics":["api","api-rest","dreamrobot","sdk","sdk-php"],"latest_commit_sha":null,"homepage":null,"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/timopaul.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":"2019-10-08T07:27:25.000Z","updated_at":"2023-07-11T10:13:06.000Z","dependencies_parsed_at":"2022-08-24T10:40:53.671Z","dependency_job_id":null,"html_url":"https://github.com/timopaul/dreamrobot","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/timopaul/dreamrobot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timopaul%2Fdreamrobot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timopaul%2Fdreamrobot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timopaul%2Fdreamrobot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timopaul%2Fdreamrobot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timopaul","download_url":"https://codeload.github.com/timopaul/dreamrobot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timopaul%2Fdreamrobot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28406469,"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":["api","api-rest","dreamrobot","sdk","sdk-php"],"created_at":"2026-01-14T00:03:50.076Z","updated_at":"2026-01-14T00:03:52.217Z","avatar_url":"https://github.com/timopaul.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DreamRobot REST API PHP SDK\n\n[DreamRobot on Packagist](https://packagist.org/packages/timopaul/dreamrobot)\n\nThis library contains a wrapper for the DreamRobot REST API. It is not fully implemented yet, some record types and functions are missing.\n\nPlease create a pull request if you have implemented a new API request or create issues for bugs/feature requests.\n\n## How to use\n\n```php\n\u003c?php\n\nuse TimoPaul\\DreamRobot\\Client\\Curl as CurlClient;\nuse TimoPaul\\DreamRobot\\Request\\ReadPortalAccountsRequest;\n\n// initialize HTTP client\n$client = CurlClient::getInstance($user, $pass);\n\n// create request object\n$request = $client-\u003ecreateRequest(ReadPortalAccountsRequest::class);\n\n// send HTTP request and get response object\n$response = $client-\u003esend($request);\n\n```\n\n## Supported Requests\n\n- `GET system/payment_method/`\n- `GET admin/portal_account/`\n- `POST token.php`\n- `POST order/`\n\n\n## Installation\n\nUsing Composer, just add it to your `composer.json` by running:\n\n```shell\ncomposer require timopaul/dreamrobot\n```\n\n\n## DreamRobot API Documentation\n\n\u003chttps://www.dreamrobot.de/rest/Doku/doku.php\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimopaul%2Fdreamrobot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimopaul%2Fdreamrobot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimopaul%2Fdreamrobot/lists"}