PHPackages                             doskyft/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. [API Development](/categories/api)
4. /
5. doskyft/helloasso-php

ActiveLibrary[API Development](/categories/api)

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

Helloasso PHP Library

v1.3.0(3mo ago)83.4k3MITPHPPHP &gt;=8.2

Since Nov 6Pushed 3mo ago2 watchersCompare

[ Source](https://github.com/Doskyft/helloasso-php)[ Packagist](https://packagist.org/packages/doskyft/helloasso-php)[ RSS](/packages/doskyft-helloasso-php/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (2)Dependencies (16)Versions (11)Used By (0)

helloasso-php (Unofficial) (en cours de dev)
============================================

[](#helloasso-php-unofficial-en-cours-de-dev)

Un sdk pour utiliser l'api d'helloasso

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

[](#installation)

```
composer require doskyft/helloasso-php
```

Utilisation
-----------

[](#utilisation)

Pour commencer, il faut créer une instance de `HelloassoClient`.

```
use Helloasso\HelloassoClientFactory;

$helloassoClient = HelloassoClientFactory::create(
    'hello_asso_id',
    'hello_asso_secret',
    'hello_asso_organization_slug',
    true # sandbox
);
```

Maintenant, on peut commencer à utiliser le client

### CheckoutIntent

[](#checkoutintent)

Créer un CheckoutIntent```
use Helloasso\Models\Carts\CheckoutPayer;
use Helloasso\Models\Carts\InitCheckoutBody;

$checkoutIntent = (new InitCheckoutBody())
    ->setTotalAmount(1000)
    ->setInitialAmount(1000)
    ->setItemName('Un produit')
    ->setBackUrl('https://localhost/back')
    ->setErrorUrl('https://localhost/error')
    ->setReturnUrl('https://localhost/return')
    ->setPayer((new CheckoutPayer())
        ->setFirstName()
        ->setLastName()
        ->setEmail()
    )
    ->setMetadata([
        '' => '',
    ])
;

$helloassoClient->checkout->create($checkoutIntent);
```

[Voir la documentation](https://api.helloasso.com/v5/swagger/ui/index#/Checkout%20intents%20management/OrganizationCheckoutIntents_PostInitCheckout)

### Order

[](#order)

Annuler une commande (Order)```
$helloassoClient->order->cancel($orderId);
```

[Voir la documentation](https://dev.helloasso.com/reference/post_orders-orderid-cancel)

### Évènements

[](#évènements)

```
use Helloasso\Models\Event;

$event = $helloassoClient->decodeEvent($rawEventReceivedFromHelloasso); // Returns an instance of Event
```

Contribuer
----------

[](#contribuer)

Ce projet inclut des tests fonctionnels qui nécessitent un accès à [la sandbox d'Helloasso](https://www.helloasso-sandbox.com/).

Pour lancer les tests :

```
HELLOASSO_CLIENT_ID=[YourClientId] HELLOASSO_CLIENT_SECRET=[YourClientSecret] HELLOASSO_ORGANISATION=[YourOrganisation] vendor/bin/phpunit

```

Contributeurs
-------------

[](#contributeurs)

  [ ![Damien Hebert](https://avatars.githubusercontent.com/u/8113527?v=4)
 **Damien Hebert** ](https://github.com/doskyft)   [ ![Olivier Dolbeau](https://avatars.githubusercontent.com/u/680206?v=4)
 **Olivier Dolbeau** ](https://github.com/odolbeau)

###  Health Score

51

—

FairBetter than 95% of packages

Maintenance82

Actively maintained with recent releases

Popularity29

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

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 ~154 days

Recently: every ~196 days

Total

9

Last Release

96d ago

PHP version history (2 changes)v1.0.0PHP &gt;=8.1

v1.3.0PHP &gt;=8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8113527?v=4)[Damien HEBERT](/maintainers/Doskyft)[@Doskyft](https://github.com/Doskyft)

---

Top Contributors

[![odolbeau](https://avatars.githubusercontent.com/u/680206?v=4)](https://github.com/odolbeau "odolbeau (33 commits)")[![Doskyft](https://avatars.githubusercontent.com/u/8113527?v=4)](https://github.com/Doskyft "Doskyft (28 commits)")[![jderusse](https://avatars.githubusercontent.com/u/578547?v=4)](https://github.com/jderusse "jderusse (5 commits)")

---

Tags

apihelloassosdkapiorganizationhelloasso

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/doskyft-helloasso-php/health.svg)

```
[![Health](https://phpackages.com/badges/doskyft-helloasso-php/health.svg)](https://phpackages.com/packages/doskyft-helloasso-php)
```

###  Alternatives

[api-platform/core

Build a fully-featured hypermedia or GraphQL API in minutes!

2.6k51.2M339](/packages/api-platform-core)[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M737](/packages/sylius-sylius)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M507](/packages/pimcore-pimcore)

PHPackages © 2026

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