Skip to content

AWS systems manager parameter store PHP class

License

Notifications You must be signed in to change notification settings

Edools/aws_smps

 
 

Repository files navigation

AWS systems manager parameter store PHP class

API

constructor($region = null, $profile = null)
put($type, $name, $value, $description = null, array $tags = [])
get(array $parameters, bool $with_decryption = true)
get_path($path, bool $recursive = true, bool $with_decryption = true)
list(array $filters = [])
delete(array $parameters)

Class constants

Use the following constants when calling put() as the function argument $type.

AWS_SMPS::STRING
AWS_SMPS::STRING_LIST
AWS_SMPS::SECURE_STRING

Get the version of AWS_SMPS.

AWS_SMPS::VERSION

About

AWS systems manager parameter store PHP class

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%