PHPackages                             s25/prices-importer - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. s25/prices-importer

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

s25/prices-importer
===================

Simplifies the process of importing prices into the S25 prices service

2.2.0(2y ago)0386proprietaryPHPPHP ^8.0

Since Nov 9Pushed 2y ago2 watchersCompare

[ Source](https://github.com/shop25/prices-importer)[ Packagist](https://packagist.org/packages/s25/prices-importer)[ RSS](/packages/s25-prices-importer/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (5)Versions (5)Used By (0)

Prices Importer
===============

[](#prices-importer)

Prerequisites
-------------

[](#prerequisites)

The Importer requires an external PSR7-compliant HTTP Client such as Guzzle.

Example
-------

[](#example)

```
$csv = new \S25\PricesImporter\CsvFile();

$csv->add(['bransslug1', 'RAWPARTNUMBER1'], 12.3 'CUR');
$csv->add(['bransslug2', 'RAWPARTNUMBER2'], 45.6 'REN', 10);
$csv->add('guid3', 78.9 'CYC');

$importer = new \S25\PricesImporter\Importer(
    'http://service.url/import',
    new \GuzzleHttp\Client(),
    new \GuzzleHttpHttpFactory(),
);

try {
    $importer->send(
        'price-list-key',
        $csv,
        'Optional source filename'
    );
} catch (\RuntimeException $e) {
    // Something went wrong
}
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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

Total

4

Last Release

1009d ago

Major Versions

1.0.0 → 2.0.02022-12-29

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1762079?v=4)[yakimov](/maintainers/yakimov)[@yakimov](https://github.com/yakimov)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/s25-prices-importer/health.svg)

```
[![Health](https://phpackages.com/badges/s25-prices-importer/health.svg)](https://phpackages.com/packages/s25-prices-importer)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

85036.3k](/packages/flow-php-flow)[gotenberg/gotenberg-php

A PHP client for interacting with Gotenberg, a developer-friendly API for converting numerous document formats into PDF files, and more!

3856.2M31](/packages/gotenberg-gotenberg-php)[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35789.4k2](/packages/telnyx-telnyx-php)

PHPackages © 2026

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