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

AbandonedArchivedLibrary[API Development](/categories/api)

metatavu/linkedevents-php-client
================================

0.0.16(5y ago)1361[1 PRs](https://github.com/Metatavu/linkedevents-client-php/pulls)proprietaryPHPPHP &gt;=5.4

Since May 8Pushed 3y ago2 watchersCompare

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

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

linkedevents-client-php
=======================

[](#linkedevents-client-php)

Linked Events provides categorized data on events and places using JSON-LD format. Events can be searched by date and location. Location can be exact address or larger area such as neighbourhood or borough JSON-LD format is streamlined using include mechanism. API users can request that certain fields are included directly into the result, instead of being hyperlinks to objects. Several fields are multilingual. These are implemented as object with each language variant as property. In this specification each multilingual field has (fi,sv,en) property triplet as example.

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

- API version: v1
- Package version: 0.0.16
- Build package: io.swagger.codegen.languages.PhpClientCodegen

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

[](#requirements)

PHP 5.4.0 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/linkedevents-php-client.git"
    }
  ],
  "require": {
    "metatavu/linkedevents-php-client": "*@dev"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/linkedevents-client-php/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:

```
