PHPackages                             dodgeball/dodgeball-sdk-server - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. dodgeball/dodgeball-sdk-server

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

dodgeball/dodgeball-sdk-server
==============================

This library provides functionality for PHP-based server applications to execute checkpoints and track events with the Dodgeball platform.

v1.0.6(2y ago)0201PHP

Since Aug 5Pushed 9mo ago2 watchersCompare

[ Source](https://github.com/dodgeballhq/dodgeball-trust-sdk-php)[ Packagist](https://packagist.org/packages/dodgeball/dodgeball-sdk-server)[ RSS](/packages/dodgeball-dodgeball-sdk-server/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (9)Used By (0)

Dodgeball Server Trust SDK for PHP
==================================

[](#dodgeball-server-trust-sdk-for-php)

Table of Contents
-----------------

[](#table-of-contents)

- [Purpose](#purpose)
- [Prerequisites](#prerequisites)
- [Related](#related)
- [Installation](#installation)
- [Usage](#usage)
- [API](#api)
- [Testing](#testing)

Purpose
-------

[](#purpose)

[Dodgeball](https://dodgeballhq.com) enables developers to decouple security logic from their application code. This has several benefits including:

- The ability to toggle and compare security services like fraud engines, MFA, KYC, and bot prevention.
- Faster responses to new attacks. When threats evolve and new vulnerabilities are identified, your application's security logic can be updated without changing a single line of code.
- The ability to put in placeholders for future security improvements while focussing on product development.
- A way to visualize all application security logic in one place.

The Dodgeball Server Trust SDK for PHP makes integration with the Dodgeball API easy and is maintained by the Dodgeball team.

Prerequisites
-------------

[](#prerequisites)

You will need to obtain an API key for your application from the [Dodgeball developer center](https://app.dodgeballhq.com/developer).

Related
-------

[](#related)

Check out the [Dodgeball Trust Client SDK](https://npmjs.com/package/@dodgeball/trust-sdk-client) for how to integrate Dodgeball into your frontend applications.

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

[](#installation)

Use `composer` to install the Dodgeball module:

```
composer require dodgeball/dodgeball-sdk-server
```

Usage
-----

[](#usage)

```
