PHPackages                             budgetlens/copernica-rest-api-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. budgetlens/copernica-rest-api-client

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

budgetlens/copernica-rest-api-client
====================================

Copernica Rest API client

v3.0.3(2y ago)09671MITPHPPHP ^8.1

Since Dec 27Pushed 2y ago2 watchersCompare

[ Source](https://github.com/123lens/copernica-rest-api-client)[ Packagist](https://packagist.org/packages/budgetlens/copernica-rest-api-client)[ Docs](https://github.com/123lens/copernica-rest-api-client)[ RSS](/packages/budgetlens-copernica-rest-api-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (6)Versions (4)Used By (1)

Copernica Rest Api Client
=========================

[](#copernica-rest-api-client)

[Copernica API documentation](https://www.copernica.com/nl/documentation/restv3/rest-methods)

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

[](#requirements)

To use the Copernica Rest API client, the following things are required:

- Generate your [access\_token](https://copernica.com)

Installation
------------

[](#installation)

Install package using composer

```
composer require budgetlens/copernica-rest-api-client
```

Getting started
---------------

[](#getting-started)

```
$accessToken = 'your-token';
$client = new \Budgetlens\CopernicaRestApi\Client($accessToken);
```

If required additional configuration can be added by supplying an additional config

```
class MyConfig implements Budgetlens\CopernicaRestApi\Contracts\Config
{
    public function getEndpoint(): string
    {
        return 'https://api.copernica.com/v3';
    }

    public function getMiddleware(): array
    {
        return $this->middleware;
    }

    public function addMiddleware($middleware)
    {
        $this->middleware[] = $middleware;
    }

    public function getTimeout(): int
    {
        return 180;
    }

    public function getUserAgent(): string
    {
        return '';
    }
}
$client->setConfig($config);
```

Examples
========

[](#examples)

*for examples see "tests folder"*

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

867d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/af0112579d392b0f20366a7a4acbcfe437c29edf24d795f17cef8c15331371a0?d=identicon)[123lens](/maintainers/123lens)

---

Top Contributors

[![avido](https://avatars.githubusercontent.com/u/14986?v=4)](https://github.com/avido "avido (92 commits)")[![123lens](https://avatars.githubusercontent.com/u/2959511?v=4)](https://github.com/123lens "123lens (1 commits)")

---

Tags

phpapirestcopernica

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/budgetlens-copernica-rest-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/budgetlens-copernica-rest-api-client/health.svg)](https://phpackages.com/packages/budgetlens-copernica-rest-api-client)
```

###  Alternatives

[xeroapi/xero-php-oauth2

Xero official PHP SDK for oAuth2 generated with OpenAPI spec 3

1054.3M14](/packages/xeroapi-xero-php-oauth2)[onesignal/onesignal-php-api

A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com

34170.2k2](/packages/onesignal-onesignal-php-api)[zenditplatform/zendit-php-sdk

PHP client for Zendit API

1204.3k](/packages/zenditplatform-zendit-php-sdk)[huaweicloud/huaweicloud-sdk-php

Huawei Cloud SDK for PHP

1829.2k2](/packages/huaweicloud-huaweicloud-sdk-php)[ory/hydra-client-php

Documentation for all of Ory Hydra's APIs.

1710.8k](/packages/ory-hydra-client-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
