PHPackages                             bariew/rivhit - 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/rivhit

ActiveApi[API Development](/categories/api)

bariew/rivhit
=============

rivhit API

1.0(11mo ago)00BSD-3-ClausePHP

Since Sep 1Pushed 11mo agoCompare

[ Source](https://github.com/bariew/rivhit)[ Packagist](https://packagist.org/packages/bariew/rivhit)[ RSS](/packages/bariew-rivhit/feed)WikiDiscussions main Synced 1w ago

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

### rivhit API client.

[](#rivhit-api-client)

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

[](#description)

Israeli rivhit 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/rivhit

```

or add

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

```

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

Usage
-----

[](#usage)

```
$rivhit = Api::instance($api_token);
// Create Customer
$result = $rivhit->customerNew('my last name', [
    'first_name' => 'myname', 'email' => 'my@email.com', 'address' => 'my address', 'phone' => 123123,
]);
// Create Invoice
$result = $rivhit->documentNew(['order' => 123, 'comments' => '', 'price_include_vat' => true, 'email_to' => 'my@email.com', 'email_bcc' => 'my2@email.com',
    'digital_signature' => true, 'send_mail' => true, 'items' => [[
    'catalog_number' => 123, 'quantity' => 1, 'description' => '', 'price_nis' => 10,
    'shipping' => ['description' => 'משלוח', 'price_nis' => 10, 'quantity' => 1],
    'discount' => ['description' => '', 'price_nis' => -2, 'quantity' => 1]
]]]);

```

###  Health Score

24

—

LowBetter than 30% of packages

Maintenance50

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity36

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

Unknown

Total

1

Last Release

350d 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 (1 commits)")

---

Tags

apiclientrivhit

### Embed Badge

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

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

###  Alternatives

[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[openai-php/laravel

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

3.7k10.2M97](/packages/openai-php-laravel)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[resend/resend-php

Resend PHP library.

608.3M53](/packages/resend-resend-php)[files.com/files-php-sdk

Files.com PHP SDK

2482.9k](/packages/filescom-files-php-sdk)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.6M16](/packages/checkout-checkout-sdk-php)

PHPackages © 2026

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