PHPackages                             patryk-sawicki/vemar-laravel - 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. patryk-sawicki/vemar-laravel

ActiveLibrary[API Development](/categories/api)

patryk-sawicki/vemar-laravel
============================

Vemar API client for laravel.

0.2.6(3y ago)048MITPHPPHP ^8.0

Since Aug 30Pushed 3y ago1 watchersCompare

[ Source](https://github.com/patryk-sawicki/vemar-laravel-api)[ Packagist](https://packagist.org/packages/patryk-sawicki/vemar-laravel)[ RSS](/packages/patryk-sawicki-vemar-laravel/feed)WikiDiscussions master Synced 1mo ago

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

Vemar API Client
================

[](#vemar-api-client)

Vemar API client for laravel.

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

[](#requirements)

- PHP 8.0 or higher with json extensions.

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

[](#installation)

The recommended way to install is through [Composer](http://getcomposer.org).

```
composer require patryk-sawicki/vemar-laravel
```

Usage
-----

[](#usage)

Add to env:

```
VEMAR_API_KEY = 'your_api_key'
```

Import class:

```
use PatrykSawicki\VemarApi\app\Classes\Vemar;
```

### Fabric color

[](#fabric-color)

Get fabric colors list.

```
Vemar::fabricColors()->list(bool $returnJson = false);
```

### Files

[](#files)

Get file content, by file id encoded in base 64.

```
Vemar::files()->get(int $file_id, bool $returnJson = false);
```

### Check price

[](#check-price)

Check product price.

```
Vemar::checkPrice()->check(array $params);
```

Changelog
---------

[](#changelog)

Changelog is available [here](CHANGELOG.md).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 65% 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 ~12 days

Total

17

Last Release

1158d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e2276e6082c07c002d8b66093671feaf3f1306bd8aa6ced5c0769a46a7bb9ff6?d=identicon)[patryk-sawicki](/maintainers/patryk-sawicki)

---

Top Contributors

[![patryk-sawicki](https://avatars.githubusercontent.com/u/30780444?v=4)](https://github.com/patryk-sawicki "patryk-sawicki (13 commits)")[![krogaczewski](https://avatars.githubusercontent.com/u/91416562?v=4)](https://github.com/krogaczewski "krogaczewski (7 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/patryk-sawicki-vemar-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/patryk-sawicki-vemar-laravel/health.svg)](https://phpackages.com/packages/patryk-sawicki-vemar-laravel)
```

###  Alternatives

[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k34.0M112](/packages/darkaonline-l5-swagger)[echolabsdev/prism

A powerful Laravel package for integrating Large Language Models (LLMs) into your applications.

2.3k388.3k10](/packages/echolabsdev-prism)[sburina/laravel-whmcs-up

WHMCS API client and user provider for Laravel

271.3k](/packages/sburina-laravel-whmcs-up)

PHPackages © 2026

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