PHPackages                             biila-io/laravel-procountor-api - 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. biila-io/laravel-procountor-api

ActiveLibrary

biila-io/laravel-procountor-api
===============================

Provides Procountor wrapper for Laravel

v0.2.0(3y ago)04MITPHPPHP &gt;=7.4

Since Jun 15Pushed 3y agoCompare

[ Source](https://github.com/biila-io/laravel-procountor-api)[ Packagist](https://packagist.org/packages/biila-io/laravel-procountor-api)[ RSS](/packages/biila-io-laravel-procountor-api/feed)WikiDiscussions main Synced 2d ago

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

 [![](https://camo.githubusercontent.com/0b893bc437dc99c2a39d62db5fba2fd253141cc3f76a97ad0347211a5e5bef7f/68747470733a2f2f6269696c612e696f2f73746f726167652f6c6f676f732f6269696c612d6465762d626c75652e737667)](https://camo.githubusercontent.com/0b893bc437dc99c2a39d62db5fba2fd253141cc3f76a97ad0347211a5e5bef7f/68747470733a2f2f6269696c612e696f2f73746f726167652f6c6f676f732f6269696c612d6465762d626c75652e737667)

Laravel Wrapper for Procountor API
==================================

[](#laravel-wrapper-for-procountor-api)

 [ ![Total Downloads](https://camo.githubusercontent.com/e48a15809eed5b142b95b158190e3c62dc34c2fbf527aa96752e89dd6a9fa052/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6269696c612d696f2f6c61726176656c2d70726f636f756e746f722d617069) ](https://packagist.org/packages/biila-io/laravel-procountor-api) [ ![Latest Stable Version](https://camo.githubusercontent.com/2f9c837a8d7b8c09dda29c61de0428e905d2354ee8b4197f001e6f3cd6b02c63/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6269696c612d696f2f6c61726176656c2d70726f636f756e746f722d617069) ](https://packagist.org/packages/biila-io/laravel-procountor-api) [ ![License](https://camo.githubusercontent.com/36a9311acec90df68a3f785011adc913f3a50423e5a6e24b9f65e16d73e03cfc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6269696c612d696f2f6c61726176656c2d70726f636f756e746f722d617069) ](https://packagist.org/packages/biila-io/laravel-procountor-api)

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

[](#installation)

Install the package with Composer:

```
composer require biila-io/laravel-procountor-api

```

The package will automatically register itself.

Configuration
-------------

[](#configuration)

You should add to `services.php` config file the following configuration:

```
return [
  // ...

  'procountor' => [
    'client_id' => env('PROCOUNTOR_CLIENT_ID'),
    'client_secret' => env('PROCOUNTOR_CLIENT_SECRET'),
    'redirect_uri' => env('PROCOUNTOR_REDIRECT_URI'),
    'api_key' => env('PROCOUNTOR_API_KEY'),
  ],
]
```

Methods
-------

[](#methods)

- `Procountor::getConfig()`
    - Get the Procountor config instance.
- `Procountor::accessToken()`
    - Get the access token.
- `Procountor::accessTokenExpiresAt()`
    - Get the access token expiration time.
- `Procountor::refreshAccessToken()`
    - Refresh the access token.
- `Procountor::getAccountingCode()`
    - Get the accounting code defined in the config.
- `Procountor::getInvoices($query)`
    - Get a list of invoices.
- `Procountor::getInvoice($invoiceId)`
    - Get the details for given invoice id.
- `Procountor::storeInvoice($data)`
    - Store invoice to Procountor with given data.
- `Procountor::verifyInvoice($invoiceId)`
    - Verify a stored invoice in Procountor.
- `Procountor::approveInvoice($invoiceId)`
    - Approve a stored invoice in Procountor.
- `Procountor::invalidateInvoice($invoiceId)`
    - Invalidate a stored invoice in Procountor.
- `Procountor::getAttachments($query)`
    - Get a list of attachments.
- `Procountor::getAttachment($attachmentId)`
    - Get details of given attachment id.
- `Procountor::uploadAttachment($filePath, $referenceId, $disk, $filename)`
    - Upload an attachment to Procountor.

License
-------

[](#license)

Convenient Laravel Commands is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~10 days

Total

3

Last Release

1406d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/47fca62f63e305d7c64814c696495c5271c829821e78624bc292b0be1b315797?d=identicon)[biila-matti](/maintainers/biila-matti)

---

Top Contributors

[![biila-matti](https://avatars.githubusercontent.com/u/30185460?v=4)](https://github.com/biila-matti "biila-matti (6 commits)")

---

Tags

laravelprocountor

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/biila-io-laravel-procountor-api/health.svg)

```
[![Health](https://phpackages.com/badges/biila-io-laravel-procountor-api/health.svg)](https://phpackages.com/packages/biila-io-laravel-procountor-api)
```

###  Alternatives

[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[kerigard/laravel-lang-ru

Ru lang for Laravel

2116.8k](/packages/kerigard-laravel-lang-ru)

PHPackages © 2026

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