PHPackages                             misaf/vendra-attribute-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. [API Development](/categories/api)
4. /
5. misaf/vendra-attribute-api

ActiveVendra-module[API Development](/categories/api)

misaf/vendra-attribute-api
==========================

API services for the vendra-attribute module

v1.10.0(3w ago)19↓80%2MITPHPPHP ^8.3

Since Jul 10Pushed 1w agoCompare

[ Source](https://github.com/misaf/vendra-attribute-api)[ Packagist](https://packagist.org/packages/misaf/vendra-attribute-api)[ Docs](https://github.com/misaf/vendra-attribute-api)[ RSS](/packages/misaf-vendra-attribute-api/feed)WikiDiscussions 1.x Synced 1w ago

READMEChangelog (10)Dependencies (59)Versions (24)Used By (2)

Vendra Attribute API
====================

[](#vendra-attribute-api)

Read-only API Platform resources for the `misaf/vendra-attribute` domain module.

Features
--------

[](#features)

- Dedicated resources for active catalog attributes and options
- Polymorphic attribute values exposed through a consistent API
- Tenant-agnostic — works with or without a tenant provider
- Optional attribute-value relationships on product and product-category endpoints

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

[](#requirements)

- PHP 8.3+
- Laravel 13
- `misaf/vendra-attribute`
- `misaf/vendra-api`

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

[](#installation)

```
composer require misaf/vendra-attribute-api
```

The service provider registers the resources and provider automatically.

Resources
---------

[](#resources)

### `attributes` — read-only

[](#attributes--read-only)

Fields: `id`, `name`, `description`, `unit`, `position`, `active`, `created_at`, and `updated_at`. Only active attributes are returned.

Filters: `id`, `exclude` (by ID).

### `attribute-values` — read-only

[](#attribute-values--read-only)

Fields: `id`, `attribute_id`, `value`, and read-only `position`. Values whose attribute is inactive are not returned.

Filters: `id`, `exclude` (by ID).

Cross-module Integration
------------------------

[](#cross-module-integration)

When both API modules are installed, `misaf/vendra-product-api` obtains the catalog-option resource class through the provider-neutral Support contract. Product resources expose stable references without importing this package.

API Routes
----------

[](#api-routes)

- `GET /api/catalog/attributes`
- `GET /api/catalog/attributes/{id}`
- `GET /api/catalog/attribute-values`
- `GET /api/catalog/attribute-values/{id}`

Tenant Awareness
----------------

[](#tenant-awareness)

Tenancy is inherited from `misaf/vendra-attribute` domain models, which derive tenant behavior from `misaf/vendra-support`. The API module stays tenant-agnostic and never references a concrete tenant provider.

Testing
-------

[](#testing)

Run the package checks from the package directory:

```
composer test
composer analyse
```

License
-------

[](#license)

MIT. See [LICENSE](LICENSE).

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance97

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

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

Total

23

Last Release

27d ago

Major Versions

0.2.0 → v1.0.02026-07-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/41fd7351d25e29dafa18068d0418eecf6bb47a7473aabe6bc674b4ca35e71805?d=identicon)[misaf](/maintainers/misaf)

---

Top Contributors

[![misaf](https://avatars.githubusercontent.com/u/8195685?v=4)](https://github.com/misaf "misaf (54 commits)")

---

Tags

laravelfilamentphpmisafvendraattribute-api

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/misaf-vendra-attribute-api/health.svg)

```
[![Health](https://phpackages.com/badges/misaf-vendra-attribute-api/health.svg)](https://phpackages.com/packages/misaf-vendra-attribute-api)
```

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

818355.4k3](/packages/defstudio-telegraph)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5226.7k](/packages/simplestats-io-laravel-client)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

46273.9k](/packages/harris21-laravel-fuse)

PHPackages © 2026

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