> ## Documentation Index
> Fetch the complete documentation index at: https://docs.swervpay.co/llms.txt
> Use this file to discover all available pages before exploring further.

# PHP

> PHP Client for Swervpay

### Installation

Install [swervpay-php](https://packagist.org/packages/swervpaydev/sdk) sdk into your new or existing PHP application using composer.

```bash Shell theme={null}
$ composer require swervpaydev/sdk
```

### Usage

```php PHP theme={null}
use Swervpaydev\SDK\Swervpay;
```
