PHPackages                             g-portal/lago-php-client - 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. g-portal/lago-php-client

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

g-portal/lago-php-client
========================

Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

v0.37.0-beta(2y ago)13.6k1unlicensePHPPHP ^7.4 || ^8.0

Since Jun 23Pushed 2y agoCompare

[ Source](https://github.com/G-PORTAL/lago-php-client)[ Packagist](https://packagist.org/packages/g-portal/lago-php-client)[ Docs](https://openapi-generator.tech)[ RSS](/packages/g-portal-lago-php-client/feed)WikiDiscussions main Synced 1mo ago

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

OpenAPIClient-php
=================

[](#openapiclient-php)

Lago API allows your application to push customer information and metrics (events) from your application to the billing application.

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

[](#installation--usage)

### Requirements

[](#requirements)

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

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
    }
  ],
  "require": {
    "GIT_USER_ID/GIT_REPO_ID": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
