{"id":19345644,"url":"https://github.com/tatemsoft/aws_smps","last_synced_at":"2026-05-18T11:05:04.226Z","repository":{"id":231534721,"uuid":"781752050","full_name":"tatemsoft/aws_smps","owner":"tatemsoft","description":"AWS systems manager parameter store PHP class","archived":false,"fork":false,"pushed_at":"2024-04-04T00:56:56.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-23T13:30:51.446Z","etag":null,"topics":["aws","aws-parameter-store","aws-ssm","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tatemsoft.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-04-04T00:56:02.000Z","updated_at":"2024-04-04T00:57:30.000Z","dependencies_parsed_at":"2024-04-04T14:16:51.207Z","dependency_job_id":"b54da56a-73c1-42d4-9d77-cc1d5d4c8d8b","html_url":"https://github.com/tatemsoft/aws_smps","commit_stats":null,"previous_names":["tatemsoft/aws_smps"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tatemsoft/aws_smps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tatemsoft%2Faws_smps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tatemsoft%2Faws_smps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tatemsoft%2Faws_smps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tatemsoft%2Faws_smps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tatemsoft","download_url":"https://codeload.github.com/tatemsoft/aws_smps/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tatemsoft%2Faws_smps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33175848,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"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":["aws","aws-parameter-store","aws-ssm","php"],"created_at":"2024-11-10T04:07:33.263Z","updated_at":"2026-05-18T11:05:04.185Z","avatar_url":"https://github.com/tatemsoft.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS Systems Manager Parameter Store _(AWS_SMPS)_ PHP class\n\nOptimized for use with [PHP 8.0](https://www.php.net/releases/8.0/en.php).\n\n - [Named arguments](https://wiki.php.net/rfc/named_params)\n - [Type declaration for arguments, return values, class props](https://www.php.net/manual/en/language.types.declarations.php)\n - [Class props and method visability](https://www.php.net/manual/en/language.oop5.visibility.php)\n\nSee [example.php](https://github.com/nodesocket/aws_smps/blob/master/example.php) for a full example.\n\n## API\n\n```\nconstructor(string $region = null, string $profile = null, string $version = 'latest')\n```\n\n```\nput(string $type, string $name, string $value, string $description = null, array $tags = [])\n```\n\n```\nget(array $parameters, bool $with_decryption = true)\n```\n\n```\nget_path(string $path, bool $recursive = true, bool $with_decryption = true)\n```\n\n```\nlist(array $filters = [])\n```\n\n```\ndelete(array $parameters)\n```\n\n## Class constants\n\nUse the following class constants when calling `put()` as the function argument `$type`.\n\n```\nAWS_SMPS::STRING\n```\n\n```\nAWS_SMPS::STRING_LIST\n```\n\n```\nAWS_SMPS::SECURE_STRING\n```\n\nGet the version of `AWS_SMPS` using the class constant:\n\n```\nAWS_SMPS::VERSION\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftatemsoft%2Faws_smps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftatemsoft%2Faws_smps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftatemsoft%2Faws_smps/lists"}