PHPackages                             shjordan/api-pncp-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. shjordan/api-pncp-php

ActiveLibrary[API Development](/categories/api)

shjordan/api-pncp-php
=====================

API REST de serviços do Portal Nacional de Contratações Públicas (PNCP)

8235PHP

Since Dec 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/SHJordan/api-pncp-php)[ Packagist](https://packagist.org/packages/shjordan/api-pncp-php)[ RSS](/packages/shjordan-api-pncp-php/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#openapiclient-php)

API REST de serviços do Portal Nacional de Contratações Públicas (PNCP)

For more information, please visit .

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/SHJordan/api-pncp-php.git"
    }
  ],
  "require": {
    "shjordan/api-pncp-php": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
