{"id":37262904,"url":"https://github.com/appointmind/api","last_synced_at":"2026-01-15T23:24:25.821Z","repository":{"id":56949537,"uuid":"119220839","full_name":"appointmind/api","owner":"appointmind","description":"A library integrating the Appointmind API","archived":false,"fork":false,"pushed_at":"2019-04-03T10:19:53.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-07T20:44:41.884Z","etag":null,"topics":["api","api-client","appointment","json-api","json-rpc","online","saas","scheduler","scheduling"],"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/appointmind.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":"2018-01-28T02:29:27.000Z","updated_at":"2019-04-03T10:18:56.000Z","dependencies_parsed_at":"2022-08-21T03:10:20.040Z","dependency_job_id":null,"html_url":"https://github.com/appointmind/api","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/appointmind/api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appointmind%2Fapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appointmind%2Fapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appointmind%2Fapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appointmind%2Fapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appointmind","download_url":"https://codeload.github.com/appointmind/api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appointmind%2Fapi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28419272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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-client","appointment","json-api","json-rpc","online","saas","scheduler","scheduling"],"created_at":"2026-01-15T23:24:24.552Z","updated_at":"2026-01-15T23:24:25.815Z","avatar_url":"https://github.com/appointmind.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Getting started\n=\nAppointmind is an [online appointment scheduling](https://www.appointmind.com \"Online Appointment Scheduling\") service. **appointmind/api** is an API client, written in PHP and using Zend Framework components, that alllows you to create users and appointments, and login users via single sign-on.\n\nFeatures\n-\n- Create users\n- Create appointments\n- Single sign-on\n\nInstall with composer\n-\n```bash\ncomposer require appointmind/api\n```\n\nUse\n-\n```php\n$user = new \\Appointmind\\User();\n$user-\u003esetUri('...');\n$user-\u003esetAccessKey('...');\n$user-\u003esetSecretKey('...');\n$result = $user-\u003ecreate([]);\n```\n\nResponse\n\n```json\n{\n    \"result\": {\n        \"userId\": \"123456789\"\n    },\n    \"error\": null,\n    \"id\": 1,\n    \"jsonrpc\": \"2.0\"\n}\n```\n\nLogin User\n-\n```php\n$user = new \\Appointmind\\User();\n$user-\u003esetUri('...');\n$user-\u003esetAccessKey('...');\n$user-\u003esetSecretKey('...');\n$result = $user-\u003elogin('info@example.com', $redirect = 'https://www.example.com/redirect/');\n```\n\nResponse\n\n```json\n{\n    \"result\": {\n\t\"token\": \"2c3373ea2cf25743376fce78ef23383a651654b6802c965aa38ab5fd3b4863a3\",\n\t\"url\": \"https://www.example.com/login/?token=2c3373ea2cf25743376fce78ef23383a651654b6802c965aa38ab5fd3b4863a3\u0026singlesignon=1\"\n    },\n    \"error\": null,\n    \"id\": 1,\n    \"jsonrpc\": \"2.0\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappointmind%2Fapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappointmind%2Fapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappointmind%2Fapi/lists"}