{"id":13609555,"url":"https://github.com/bentaylorwork/php-azure-key-vault","last_synced_at":"2025-06-17T13:03:14.231Z","repository":{"id":26864061,"uuid":"111326198","full_name":"bentaylorwork/php-azure-key-vault","owner":"bentaylorwork","description":"A simple Proof Of Concept wrapper for the Azure RM API making it easy to comsume Azure Key Vault Secrets and Encrypt\\DeCrypt strings with a Key.","archived":false,"fork":false,"pushed_at":"2021-12-22T11:01:36.000Z","size":7,"stargazers_count":12,"open_issues_count":3,"forks_count":10,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-12T01:07:52.771Z","etag":null,"topics":["azure","azure-key-vault","azure-keyvault","azure-php"],"latest_commit_sha":null,"homepage":"https://www.bentaylor.work","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/bentaylorwork.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":"2017-11-19T19:42:01.000Z","updated_at":"2025-05-07T07:15:44.000Z","dependencies_parsed_at":"2022-07-16T04:30:36.810Z","dependency_job_id":null,"html_url":"https://github.com/bentaylorwork/php-azure-key-vault","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bentaylorwork/php-azure-key-vault","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bentaylorwork%2Fphp-azure-key-vault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bentaylorwork%2Fphp-azure-key-vault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bentaylorwork%2Fphp-azure-key-vault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bentaylorwork%2Fphp-azure-key-vault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bentaylorwork","download_url":"https://codeload.github.com/bentaylorwork/php-azure-key-vault/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bentaylorwork%2Fphp-azure-key-vault/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260142717,"owners_count":22965169,"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":["azure","azure-key-vault","azure-keyvault","azure-php"],"created_at":"2024-08-01T19:01:35.915Z","updated_at":"2025-06-17T13:03:09.196Z","avatar_url":"https://github.com/bentaylorwork.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"# PHP - Azure Key Vault\n\n## Overview\nA simple Proof Of Concept wrapper for the Azure RM API making it easy to comsume Azure Key Vault Secrets and Encrypt\\DeCrypt strings with a Key.\n\nMore information about Azure Key Vault can be found here: https://docs.microsoft.com/en-us/azure/key-vault/\n\nNo tests implemented.\n\n## Usage\n\n1) Create an Azure AD application with access to the key vault you want to interact with.\n2) Install the project via composer.\n3) Follow one of the examples.\n\n## Example\n\nMore examples can be found in the examples folder.\n\n```php\nrequire_once '../../vendor/autoload.php';\n\nuse bentaylorwork\\azure\\authorisation\\Token as azureAuthorisation;\nuse bentaylorwork\\azure\\keyvault\\Secret as keyVaultSecret;\n\n$keyVault = new keyVaultSecret(\n    [\n        'accessToken'  =\u003e azureAuthorisation::getKeyVaultToken(\n            [\n                'appTenantDomainName' =\u003e 'contoso.onmicrosoft.com',\n                'clientId'            =\u003e '00000000-0000-0000-0000-000000000000',\n                'clientSecret'        =\u003e '5Ki1PHwjbCuDqPQ2f/AAydhjdfhdsdndks7887jhjhs='\n            ]\n        ),\n        'keyVaultName' =\u003e 'keyVaultName'\n    ]\n);\n\n// get the latest value for the secret\nvar_dump($keyVault-\u003eget('T1'));\n```\n\n## Contributors\n  - Ben Taylor","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbentaylorwork%2Fphp-azure-key-vault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbentaylorwork%2Fphp-azure-key-vault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbentaylorwork%2Fphp-azure-key-vault/lists"}