PHPackages                             apologist/sdk - 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. apologist/sdk

ActiveLibrary[API Development](/categories/api)

apologist/sdk
=============

PHP SDK for the Apologist API.

00[1 PRs](https://github.com/apologist-project/apg-sdk-php/pulls)PHPCI failing

Since Feb 3Pushed 3mo agoCompare

[ Source](https://github.com/apologist-project/apg-sdk-php)[ Packagist](https://packagist.org/packages/apologist/sdk)[ RSS](/packages/apologist-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

Apologist PHP API library
=========================

[](#apologist-php-api-library)

Note

The Apologist PHP API Library is currently in **beta** and we're excited for you to experiment with it!

This library has not yet been exhaustively tested in production environments and may be missing some features you'd expect in a stable release. As we continue development, there may be breaking changes that require updates to your code.

**We'd love your feedback!** Please share any suggestions, bug reports, feature requests, or general thoughts by [filing an issue](https://www.github.com/apologist-project/apg-sdk-php/issues/new).

The Apologist PHP library provides convenient access to the Apologist REST API from any PHP 8.1.0+ application.

It is generated with [Stainless](https://www.stainless.com/).

Documentation
-------------

[](#documentation)

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

[](#installation)

To use this package, install via Composer by adding the following to your application's `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "git@github.com:apologist-project/apg-sdk-php.git"
    }
  ],
  "require": {
    "org-placeholder/apologist": "dev-main"
  }
}
```

Usage
-----

[](#usage)

This library uses named parameters to specify optional arguments. Parameters with a default value must be set by name.

```
