PHPackages                             quidmye/products-endpoint - 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. quidmye/products-endpoint

ActiveLibrary[API Development](/categories/api)

quidmye/products-endpoint
=========================

12PHP

Since Nov 19Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Quidmye/products-endpoint)[ Packagist](https://packagist.org/packages/quidmye/products-endpoint)[ RSS](/packages/quidmye-products-endpoint/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

INSTALL
=======

[](#install)

```
composer require quidmye/products-endpoint

```

Then run the command

```
php artisan migrate

```

ENDPOINTS
=========

[](#endpoints)

POST: PARAMS:

```
[
  'products' => [
    [
      'name' => 'SAMPLE NAME',
      'price' => 9.99,
      'image' => 'https://example.app/image.png',
      'category' => 'Category'
    ]
  ]
]

```

GET: [https://example.app/api/v1/format/{id}](https://example.app/api/v1/format/%7Bid%7D)RESPONSE:

```
{
    "status": "Success",
    "link": "https://example.app/storage/products/ymls/1.yml"
}

```

BASIC TEST
==========

[](#basic-test)

```
php artisan test vendor/quidmye/products-endpoint

```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 Bus Factor1

Top contributor holds 95% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f52a4e98e4dde2fab191c464192e7d0d1dcacd13efa4445cf30320adc95368b7?d=identicon)[Quidmye](/maintainers/Quidmye)

---

Top Contributors

[![Quidmye](https://avatars.githubusercontent.com/u/48060919?v=4)](https://github.com/Quidmye "Quidmye (19 commits)")[![peter279k](https://avatars.githubusercontent.com/u/9021747?v=4)](https://github.com/peter279k "peter279k (1 commits)")

### Embed Badge

![Health badge](/badges/quidmye-products-endpoint/health.svg)

```
[![Health](https://phpackages.com/badges/quidmye-products-endpoint/health.svg)](https://phpackages.com/packages/quidmye-products-endpoint)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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