PHPackages                             metatavu/pakkasmarja-client-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. metatavu/pakkasmarja-client-php

AbandonedArchivedLibrary[API Development](/categories/api)

metatavu/pakkasmarja-client-php
===============================

0.0.26(7y ago)024proprietaryPHPPHP &gt;=5.5

Since Feb 26Pushed 7y ago2 watchersCompare

[ Source](https://github.com/Metatavu/pakkasmarja-client-php)[ Packagist](https://packagist.org/packages/metatavu/pakkasmarja-client-php)[ Docs](http://swagger.io)[ RSS](/packages/metatavu-pakkasmarja-client-php/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (4)Versions (25)Used By (0)

pakkasmarja-client-php
======================

[](#pakkasmarja-client-php)

REST API for Pakkasmarja

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

- API version: 0.0.3
- Package version: 0.0.26
- Build package: io.swagger.codegen.languages.PhpClientCodegen

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

[](#requirements)

PHP 5.5 and later

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

[](#installation--usage)

### Composer

[](#composer)

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

```
{
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/metatavu/pakkasmarja-client-php.git"
    }
  ],
  "require": {
    "metatavu/pakkasmarja-client-php": "*@dev"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/pakkasmarja-client-php/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

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

[](#getting-started)

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

```
