PHPackages                             kilosierracharlie/disclosurebarringservice - 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. kilosierracharlie/disclosurebarringservice

ActiveLibrary[API Development](/categories/api)

kilosierracharlie/disclosurebarringservice
==========================================

A PHP library for interacting with the DBS update service API.

1.1(9mo ago)01GPL-3.0-onlyPHP

Since Aug 11Pushed 9mo agoCompare

[ Source](https://github.com/KiloSierraCharlie/DisclosureBarringService)[ Packagist](https://packagist.org/packages/kilosierracharlie/disclosurebarringservice)[ Docs](https://github.com/KiloSierraCharlie/DisclosureBarringService)[ RSS](/packages/kilosierracharlie-disclosurebarringservice/feed)WikiDiscussions main Synced 1mo ago

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

Disclosure &amp; Barring Service (DBS) Update Service
=====================================================

[](#disclosure--barring-service-dbs-update-service)

A PHP library for interacting with the DBS update service API. *Please ★ this package if you found it useful :)*

Installation
------------

[](#installation)

The recommended way to install this library is [through Composer](https://getcomposer.org).
This will install the latest supported version:

```
$  composer require KiloSierraCharlie/DisclosureBarringService
```

Configuration
-------------

[](#configuration)

When initiating the `UpdateServiceAPI` class you'll be required to pass the following details, which will be visible to the certificate holder:

VariableDescriptionExampleORGANISATION\_NAMEThe name of your organisation.ACME Inc.YOUR\_FORENAMEThe forename of the person requesting the check.John, Automated\*\*YOUR\_SURNAMEThe surname of the person requesting the check.Smith, Check\*\*Some organisations may wish to use generic details for forename and surname, particularly for automated checks - in this case, set the forename and surname as something recognisable and descriptive for the certificate holder.

Example Use
-----------

[](#example-use)

You can use this package in a standalone fashion, or as part of a framework such as Symfony or Laravel.

### Standalone Use

[](#standalone-use)

```
