PHPackages                             bariew/maven - 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. bariew/maven

ActiveApi[API Development](/categories/api)

bariew/maven
============

maven API

1.1(10mo ago)00BSD-3-ClausePHP

Since Sep 1Pushed 10mo agoCompare

[ Source](https://github.com/bariew/maven)[ Packagist](https://packagist.org/packages/bariew/maven)[ RSS](/packages/bariew-maven/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (3)Used By (0)

### maven API client.

[](#maven-api-client)

Description
-----------

[](#description)

Israeli maven invoice API client

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist bariew/maven

```

or add

```
"bariew/maven": "dev-master"

```

to require the section of your `composer.json` file.

Usage
-----

[](#usage)

```
$maven = Api::instance($api_key, $contact_email, $contact_phone);
// Create Invoice
$result = $maven->addDocument([
    'doc_id' => "123",
    'vat_included' => 0, 'discount' => 0, 'discount_type' => 1, //1-percentage, 2-amount
    'round_total' => 0, 'withholding_tax' => null, 'send_to_customer' => 1, 'no_vat' => 0,
    'english_document' => 0, 'currency' => 1, // 1-shekel, 2-dollar, 3-euro etc
    'customer' => ['name' => 'test',],
    'items' => [['description' => 'ecommerce invoice', 'price' => 1]],
]);

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance54

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 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 ~0 days

Total

2

Last Release

305d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8214f36975034f4134506744cd956e8415491006c1b3512af22bf75f91165f06?d=identicon)[bariew](/maintainers/bariew)

---

Top Contributors

[![bariew](https://avatars.githubusercontent.com/u/827508?v=4)](https://github.com/bariew "bariew (2 commits)")

---

Tags

apiclientMaven

### Embed Badge

![Health badge](/badges/bariew-maven/health.svg)

```
[![Health](https://phpackages.com/badges/bariew-maven/health.svg)](https://phpackages.com/packages/bariew-maven)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k9.5M89](/packages/openai-php-laravel)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[resend/resend-php

Resend PHP library.

617.2M43](/packages/resend-resend-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[mozex/anthropic-laravel

Laravel integration for the Anthropic API: facade, config publishing, install command, testing fakes, messages, streaming, tool use, thinking, and batches.

74331.3k1](/packages/mozex-anthropic-laravel)

PHPackages © 2026

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