PHPackages                             php-pubtest-2/php-pubtest-2 - 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. php-pubtest-2/php-pubtest-2

ActiveLibrary

php-pubtest-2/php-pubtest-2
===========================

00[1 PRs](https://github.com/jacobzim-stl/pubtest-php-2/pulls)PHP

Since Aug 4Pushed 7mo agoCompare

[ Source](https://github.com/jacobzim-stl/pubtest-php-2)[ Packagist](https://packagist.org/packages/php-pubtest-2/php-pubtest-2)[ RSS](/packages/php-pubtest-2-php-pubtest-2/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

Php Publishing Test PHP API library
===================================

[](#php-publishing-test-php-api-library)

Note

The Php Publishing Test 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/jacobzim-stl/pubtest-php/issues/new).

The Php Publishing Test PHP library provides convenient access to the Php Publishing Test 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:jacobzim-stl/pubtest-php.git"
    }
  ],
  "require": {
    "php-publishing-test/php-publishing-test": "dev-main"
  }
}
```

Usage
-----

[](#usage)

```
