PHPackages                             forevermatt/budget-data-api-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. [API Development](/categories/api)
4. /
5. forevermatt/budget-data-api-php-client

ActiveLibrary[API Development](/categories/api)

forevermatt/budget-data-api-php-client
======================================

0.3.0(5y ago)1101MITPHPPHP &gt;=7.3

Since Mar 6Pushed 5y ago1 watchersCompare

[ Source](https://github.com/forevermatt/budget-data-api-php-client)[ Packagist](https://packagist.org/packages/forevermatt/budget-data-api-php-client)[ Docs](http://swagger.io)[ RSS](/packages/forevermatt-budget-data-api-php-client/feed)WikiDiscussions develop Synced 1w ago

READMEChangelog (5)Dependencies (4)Versions (7)Used By (0)

budget-data-api-php-client
==========================

[](#budget-data-api-php-client)

API for persisting [budget data](https://github.com/forevermatt/budget-data)

This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 0.2.0
- Build package: io.swagger.codegen.v3.generators.php.PhpClientCodegen

Requirements
------------

[](#requirements)

PHP 7.3 and later

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

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), run the following command:

```
composer require forevermatt/budget-data-api-php-client

```

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/budget-data-api-php-client/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
vendor/bin/behat .

```

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

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
