PHPackages                             ec/cns-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. ec/cns-client

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

ec/cns-client
=============

European Commision / Corporate Notification System (CNS) REST API Client

0.0.1(3y ago)0737GPL-3.0-or-laterPHPPHP ^7.4 || ^8.0

Since Dec 26Pushed 3y ago1 watchersCompare

[ Source](https://github.com/slavomir-sidor/cns-php-client)[ Packagist](https://packagist.org/packages/ec/cns-client)[ Docs](https://packagist.org/packages/ec-php/cns-php-client)[ RSS](/packages/ec-cns-client/feed)WikiDiscussions main Synced 1mo ago

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

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

[](#openapiclient-php)

Version v1.2.0 of Corporate Notification System (CNS) REST API.

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`:

```
