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

ActivePackage[API Development](/categories/api)

afosto/io-sdk
=============

Afosto IO SDK

1.13.32(4y ago)01.2k[1 PRs](https://github.com/afosto/io-sdk-php/pulls)MITPHP

Since Jul 23Pushed 4y agoCompare

[ Source](https://github.com/afosto/io-sdk-php)[ Packagist](https://packagist.org/packages/afosto/io-sdk)[ Docs](https://afosto.io)[ RSS](/packages/afosto-io-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (47)Used By (0)

Afosto.io SDK for PHP
=====================

[](#afostoio-sdk-for-php)

The Afosto.io SDK for PHP makes it easy for developers to access and use `afosto-io` services.

Getting Started
---------------

[](#getting-started)

If you run into any problems please do not hesitate to open an issue at this repository.

### Docs

[](#docs)

API documentation can be found at .

### Prerequisites

[](#prerequisites)

To get started you'll need:

- a free afosto.io account (signup [here](https://login.afosto.io/signup))
- make sure you have [composer](getcomposer.org) installed to get started quickly
- php 7

### Installing

[](#installing)

You can easily install the client through composer:

```
composer require afosto/io-sdk
```

Built with
----------

[](#built-with)

- [JanePHP](https://github.com/janephp/janephp) - For generation the api client
- [Swagger](https://swagger.io) - API management tool
- [Redoc](https://github.com/Rebilly/ReDoc) - Great API documentation tool

Versioning
----------

[](#versioning)

We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/spooler-app/php-client/tags).

Example
-------

[](#example)

Connecting with the SDK is easy. You instantiate the sdk with client credentials, and you are ready to make requests additionaly you can add the scopes you want you your request

```
$scopes = ['iam:users:create'];
$client = new \Afosto\Sdk\Sdk("1234","123456",$scopes);
$user = $client->getAuthorizedClient()->createUser(
    (new \Afosto\Sdk\Model\IamUserModel)
        ->setEmail("info@afosto.com")
        ->setFirstName("info")
        ->setLastName("afosto")
);

//prints the created user id
print_r($user->getId());
```

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity71

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~15 days

Total

45

Last Release

1792d ago

Major Versions

0.0.12 → 1.132019-11-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/9396ebbc376698bfad31f77a42ee333fbc38b559f0ae79ad651ea5ebadbdb8de?d=identicon)[afosto](/maintainers/afosto)

---

Tags

apisdkafosto

### Embed Badge

![Health badge](/badges/afosto-io-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/afosto-io-sdk/health.svg)](https://phpackages.com/packages/afosto-io-sdk)
```

###  Alternatives

[jolicode/slack-php-api

An up to date PHP client for Slack's API

2534.4M12](/packages/jolicode-slack-php-api)[deepseek-php/deepseek-php-client

deepseek PHP client is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities.

47073.9k5](/packages/deepseek-php-deepseek-php-client)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
