PHPackages                             cloudmersive/cloudmersive\_dlp\_api\_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. [API Development](/categories/api)
4. /
5. cloudmersive/cloudmersive\_dlp\_api\_client

ActiveLibrary[API Development](/categories/api)

cloudmersive/cloudmersive\_dlp\_api\_client
===========================================

3.0.2(3mo ago)00proprietaryPHPPHP &gt;=7.2.5

Since Feb 22Pushed 3mo agoCompare

[ Source](https://github.com/Cloudmersive/Cloudmersive.APIClient.PHP.DLP)[ Packagist](https://packagist.org/packages/cloudmersive/cloudmersive_dlp_api_client)[ Docs](https://cloudmersive.com)[ RSS](/packages/cloudmersive-cloudmersive-dlp-api-client/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (2)Dependencies (4)Versions (2)Used By (0)

cloudmersive\_dlp\_api\_client
==============================

[](#cloudmersive_dlp_api_client)

Easily and directly scan and detect sensitive data (PII) in input text.

[Cloudmersive DLP API](https://cloudmersive.com/dlp-data-loss-prevention-api) allows you to scan input for Personally Identifiable Information (PII), Personal Health Information (PHI), Personal Financial Information and other types of sensitive data. Advanced AI is used to both detect and redact with next-generation accuracy.

- API version: v1
- Package version: 3.0.2

Requirements
------------

[](#requirements)

PHP 5.5 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/cloudmersive/cloudmersive_dlp_api_client.git"
    }
  ],
  "require": {
    "cloudmersive/cloudmersive_dlp_api_client": "*@dev"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/cloudmersive_dlp_api_client/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
