PHPackages                             ict-master-pk/pricemeter-products-php - 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. ict-master-pk/pricemeter-products-php

ActiveLibrary[API Development](/categories/api)

ict-master-pk/pricemeter-products-php
=====================================

Price Meter PHP API to manage store specific products

v1.2.1(4y ago)02411MITPHPPHP ^7.2.5 || ^8.0

Since Mar 3Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/ict-master-pk/pricemeter-products-php)[ Packagist](https://packagist.org/packages/ict-master-pk/pricemeter-products-php)[ RSS](/packages/ict-master-pk-pricemeter-products-php/feed)WikiDiscussions main Synced today

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

Pricemeter Products PHP API
===========================

[](#pricemeter-products-php-api)

Price Meter PHP API to manage store specific products

Requirement
-----------

[](#requirement)

- PHP &gt;= 7.2

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

[](#installation)

`composer require ict-master-pk/pricemeter-products-php`

### For PHP &gt;= 5.6

[](#for-php--56)

`composer require ict-master-pk/pricemeter-products-php:dev-guzzle_655`

API Token
---------

[](#api-token)

- Get API token from `My Stores >  > Import Settings`
- From API import option, you'll get the **API Endpoint**
- i.e, [https://pricemeter.pk/notify\_store/](https://pricemeter.pk/notify_store/)&lt;api\_token&gt;

Usage
-----

[](#usage)

```
$product = new \Pricemeter\Model\Product($apiToken);
$product = $product->fill([
    'id' => 1,
    'sku' => 'dummy',
    'upc' => "some upc",
    'title' => 'Dummy Product title',
    'brand' => 'Dummy brandings',
    'category' => 'Computers > Battery',
    'price' => 350.4,
    'discounted_price' => 300.2,
    'image_url' => 'https://dummystore.pk/detail_img.jpg',
    'url' => 'https://dummystore.pk/q/dummy',
    'description' => "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.",
    'availability' => 1,
    'rating' => 4.5,
    'keywords' => 'dummy, products, items'
]);

# To Insert
$product->insert();

# To Update
$product->update();

# To Delete
$product->delete();
# OR do this in more convenient way as below
(new \Pricemeter\Model\Product($apiToken))->fill([
    'id' => 1
])->delete();
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance40

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Total

3

Last Release

1742d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8d0dfb1a0d25407949ba190728383205d47bb0bfb4316d9151a436fa17b5ec81?d=identicon)[bilaliqbalr](/maintainers/bilaliqbalr)

---

Top Contributors

[![bilaliqbalr](https://avatars.githubusercontent.com/u/4525426?v=4)](https://github.com/bilaliqbalr "bilaliqbalr (7 commits)")

### Embed Badge

![Health badge](/badges/ict-master-pk-pricemeter-products-php/health.svg)

```
[![Health](https://phpackages.com/badges/ict-master-pk-pricemeter-products-php/health.svg)](https://phpackages.com/packages/ict-master-pk-pricemeter-products-php)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M981](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1943.1k5](/packages/aimeos-prisma)

PHPackages © 2026

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