PHPackages                             aternos/blob-build-api - 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. aternos/blob-build-api

ActiveLibrary[API Development](/categories/api)

aternos/blob-build-api
======================

PHP client for the blob.build API. This client is based on OpenAPI.

1.0.1(7mo ago)02.4k↓38.1%MITPHPPHP ^8.3CI passing

Since Oct 10Pushed 7mo agoCompare

[ Source](https://github.com/aternosorg/php-blob-build-api)[ Packagist](https://packagist.org/packages/aternos/blob-build-api)[ Docs](https://github.com/aternosorg/php-blob-build-api)[ RSS](/packages/aternos-blob-build-api/feed)WikiDiscussions master Synced 1mo ago

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

Aternos/php-blob-build-api
==========================

[](#aternosphp-blob-build-api)

An API client for the [blob.build](https://blob.build) API written in PHP. This client is a combination of code generated by OpenAPI Generator and some wrappers around it to improve the usability.

The generated code can be found in `src/Api` and `src/Model`. It is recommended to use the Wrappers in `src/Client` instead of the generated code.

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

[](#installation)

Install the package via composer:

```
composer require aternos/blob-build-api
```

Usage
-----

[](#usage)

The main entry point for the API is the `BlobBuildAPIClient` class.

```
