{"id":22667052,"url":"https://github.com/pdir/propstack-api","last_synced_at":"2025-03-29T10:14:52.964Z","repository":{"id":57037245,"uuid":"444892884","full_name":"pdir/propstack-api","owner":"pdir","description":"Simple Propstack PHP API","archived":false,"fork":false,"pushed_at":"2022-01-06T06:52:43.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-07T21:04:42.591Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pdir.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":"2022-01-05T17:30:39.000Z","updated_at":"2022-01-06T06:52:20.000Z","dependencies_parsed_at":"2022-08-23T21:00:14.750Z","dependency_job_id":null,"html_url":"https://github.com/pdir/propstack-api","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdir%2Fpropstack-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdir%2Fpropstack-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdir%2Fpropstack-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdir%2Fpropstack-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pdir","download_url":"https://codeload.github.com/pdir/propstack-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246168109,"owners_count":20734390,"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":[],"created_at":"2024-12-09T14:33:16.685Z","updated_at":"2025-03-29T10:14:52.938Z","avatar_url":"https://github.com/pdir.png","language":"PHP","readme":"# Simple Propstack PHP API\n\n## Requirements\n\nPHP: \u003e= 7.2  \nExtensions: [Composer](https://getcomposer.org/), [PHP-JSON](https://www.php.net/manual/en/book.json.php)\n\n## Install\n\ncomposer:  \n`composer require pdir/propstack-api`\n\n## Usage\n\nSearch for the official API Documentation [here](https://docs.propstack.de/).  \nYou need an *Api Key* - Ask support or visit account settings in Propstack.\n\n### Basic\n\n```php\n// store keys in .env file or use credentials array\n$credentials = [\n    'apiKey' =\u003e 'PROPSTACK_API_KEY', \n];\n\n$api = new Pdir\\Propstack\\Api();\nor\n$api = new Pdir\\Propstack\\Api($credentials);\n\n// get all projects\n$projects = $api-\u003egetProjects();\n\n// get all saved queries\n$savedQueries = $api-\u003egetSavedQueries();\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdir%2Fpropstack-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpdir%2Fpropstack-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdir%2Fpropstack-api/lists"}