PHPackages                             admicro/kms-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. admicro/kms-client

ActiveLibrary[Security](/categories/security)

admicro/kms-client
==================

KMS is a key management system for data encryption, decryption, signing and verification

0.0.3(2y ago)1101↓100%proprietaryPHP

Since May 18Pushed 2y ago3 watchersCompare

[ Source](https://github.com/admicrovn/kms-sdk-php)[ Packagist](https://packagist.org/packages/admicro/kms-client)[ RSS](/packages/admicro-kms-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)DependenciesVersions (5)Used By (0)

Key Management Service (KMS)
============================

[](#key-management-service-kms)

Install library
===============

[](#install-library)

### Install

[](#install)

```
$ composer require admicro/kms-client
```

Table of contents
-----------------

[](#table-of-contents)

1. [Usage](#usage)
    - [Create KMS Key](#create-kms-key)
    - [Generate Data Key Pair](#generate-data-key-pair)
    - [Generate Data Key](#generate-data-key)
    - [Encrypt](#encrypt)
    - [Decrypt](#decrypt)
    - [Encrypt With Data Key](#encrypt-with-data-key)
    - [Decrypt With Data Key](#decrypt-with-data-key)
    - [Encrypt With Data Key Pair](#encrypt-with-data-key-pair)
    - [Decrypt With Data Key Pair](#decrypt-with-data-key-pair)
    - [Update Alias](#update-alias)
    - [Delete Alias](#delete-alias)
    - [Describe KMS Key](#describe-kms-key)
    - [Disable KMS Key](#disable-kms-key)
    - [Enable KMS Key](#enable-kms-key)
    - [Delete KMS Key](#delete-kms-key)
    - [List KMS Key By Alias](#list-kms-key-by-alias)
    - [List KMS Key](#list-kms-key)
    - [Update Description Key](#update-description-key)
    - [Sign](#sign)
    - [Verify](#verify)

Usage
-----

[](#usage)

Add security\_file.json into project

### Create KMS Key

[](#create-kms-key)

This function generate KMS key

```
