PHPackages                             helloasso/helloasso-php - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. helloasso/helloasso-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

helloasso/helloasso-php
=======================

HelloAsso auto-generated SDK

v1.0.11(2mo ago)53.6k↓37.7%1[4 issues](https://github.com/HelloAsso/helloasso-php/issues)GPL-3.0-or-laterPHPPHP ^8.1

Since Apr 30Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/HelloAsso/helloasso-php)[ Packagist](https://packagist.org/packages/helloasso/helloasso-php)[ Docs](https://www.helloasso.com/)[ RSS](/packages/helloasso-helloasso-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (12)Used By (0)

helloasso-php
=============

[](#helloasso-php)

The HelloAsso PHP library offers a straightforward way to interact with the HelloAsso API in PHP applications. It features a collection of pre-built classes for API resources that automatically adapt to API responses, ensuring flexibility across different versions of the HelloAsso API.

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

You can install the bindings via Composer. Run the following command:

```
composer require helloasso/helloasso-php

```

To use the bindings, use Composer's autoload:

```
require_once 'vendor/autoload.php';

```

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
