PHPackages                             faridmasoum/testapi - 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. faridmasoum/testapi

ActiveLibrary[API Development](/categories/api)

faridmasoum/testapi
===================

RMI Shopify importer api library

2.0.9(9y ago)06MITPHPPHP &gt;=5.4.0

Since Dec 26Pushed 9y ago1 watchersCompare

[ Source](https://github.com/faridmasoum/testapi)[ Packagist](https://packagist.org/packages/faridmasoum/testapi)[ Docs](https://github.com/faridmasoum/testapi)[ RSS](/packages/faridmasoum-testapi/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (1)Versions (10)Used By (0)

testapi#
========

[](#testapi)

RMI Datalink API

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

[](#installation)

```
composer require faridmasoum/testapi

```

or add

```
"faridmasoum/testapi": "*"

```

And run following command to download extension using **composer**

```
$ composer update
```

Basic setup
-----------

[](#basic-setup)

Configuration
-------------

[](#configuration)

Usage

Create an index.php file in root folder of project and insert these code on it.

---

```
require __DIR__ . '/vendor/autoload.php';
use RMIDatalink\Fetch;
use RMIDatalink\Datalink;
use RMIDatalink\Enums\ResponseTypes;
use RMIDatalink\Enums\ResponseProducts;

use \Symfony\Component\VarDumper\Test\VarDumperTestTrait;

$config = [
	"api-path" => "http://rmiserver.rminno.com:8001/api",
	"limit" => 50,  																  	//limitation on all requests
	"access-key" => "z/uWekiobDEedhozKm6JntDkcHoUzKm6JntDkczKm6JntDkcaQ", //Datalink Access Key
	"bucket-name" => "faridConfigurableBucket", 										//bucket name
	"response-type" => ResponseTypes::Json, 											//response type of results
	"response-products" => ResponseProducts::All, 									    //type of products Just Simples/Just Configurable/ Configurable>Simple
];

$apiObject = new Fetch($config);

// required fields
$fields = ['id', 'title', 'images', 'additionalImages', 'productType'];

// get all products
$ConfigurableProducts = $apiObject->configurableProducts(0, $fields);

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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

Total

9

Last Release

3410d ago

Major Versions

0.1 → 1.02016-12-26

1.1 → 2.02016-12-28

### Community

Maintainers

![](https://www.gravatar.com/avatar/42fffa3bae72ebd692b3a1e18e4f55c8881dd47aa450887d3c08de8b1277ff31?d=identicon)[faridmasoum](/maintainers/faridmasoum)

---

Top Contributors

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

---

Tags

apishopifyrmi

### Embed Badge

![Health badge](/badges/faridmasoum-testapi/health.svg)

```
[![Health](https://phpackages.com/badges/faridmasoum-testapi/health.svg)](https://phpackages.com/packages/faridmasoum-testapi)
```

###  Alternatives

[kyon147/laravel-shopify

Shopify package for Laravel to aide in app development

473252.9k](/packages/kyon147-laravel-shopify)[robwittman/shopify-php-sdk

PHP SDK for Shopify API

7098.9k1](/packages/robwittman-shopify-php-sdk)[zfr/zfr-shopify

PHP library for interacting with the Shopify REST API

37198.8k](/packages/zfr-zfr-shopify)[luketowers/php-shopify-api

PHP wrapper for Shopify API

3410.1k](/packages/luketowers-php-shopify-api)[dan/shopify-api

Shopify API for PHP

218.1k](/packages/dan-shopify-api)

PHPackages © 2026

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