PHPackages                             lsv/food-market-integration-wrapper - 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. lsv/food-market-integration-wrapper

ActiveLibrary[API Development](/categories/api)

lsv/food-market-integration-wrapper
===================================

Wrapper for sinqro food market integration

v1.0.1(4y ago)02MITPHPPHP &gt;=8.0

Since Nov 10Pushed 4y ago1 watchersCompare

[ Source](https://github.com/lsv/food-market-integration-wrapper)[ Packagist](https://packagist.org/packages/lsv/food-market-integration-wrapper)[ RSS](/packages/lsv-food-market-integration-wrapper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (8)Versions (3)Used By (0)

Sinqro Food Market wrapper
--------------------------

[](#sinqro-food-market-wrapper)

PHP wrapper for [sinqro food market integration](https://developer.sinqro.com/en-es/cases/food_market_integration)

Install and basic usage
-----------------------

[](#install-and-basic-usage)

Install with composer, requires PHP &gt;8.0

```
composer require lsv/food-market-integration-wrapper

# Add a PSR 18 client, fx
composer require symfony/http-client
# If you add another PSR18 client, then look below on how to use other PSR 18 clients
```

Authenticate usage

```
use Lsv\FoodMarketIntegration\Authenticate;
use Lsv\FoodMarketIntegration\Request;

$userAccessToken = 'your user access token';
$serverAccessToken = 'your server access token';
$authenticate = new Authenticate($userAccessToken, $serverAccessToken);
Request\AbstractRequest::setAuthentication($authenticate);
// Your requests
```

And basic usage, to fetch an order

```
use Lsv\FoodMarketIntegration\Request;

$marketCodeIdentifier = 'your market code identifier';
$marketOrderIdentifier = 'order id';

$request = new Request\GetOrder($marketCodeIdentifier, $marketOrderIdentifier);
$response = $request->request();
# Response is now an object of Response\Order
```

For more usages, see below.

Usage
-----

[](#usage)

#### Authenticate

[](#authenticate)

[Authenticate](docs/authenticate.md)

#### Order requests

[](#order-requests)

RequestDescriptionResponse[CancelOrder](docs/request/CancelOrder.md)Cancel a order[Order](docs/response/Order.md)[GetOrder](docs/request/GetOrder.md)Get order by identifier[Order](docs/response/Order.md)[GetOrderStatus](docs/request/GetOrderStatus.md)Get consumer order current status[OrderStatus](docs/response/OrderStatus.md)[PostOrder](docs/request/PostOrder.md)Create new order[Order](docs/response/Order.md)#### Selling point requests

[](#selling-point-requests)

RequestDescriptionResponse[GetMarketSellingPoint](docs/request/GetMarketSellingPoint.md)Get market selling point by id[SellingPoint](docs/response/SellingPoint.md)[GetMarketSellingPoints](docs/request/GetMarketSellingPoints.md)Get all market selling pointsarray of [SellingPoint](docs/response/SellingPoint.md)[GetSellingPointAvailability](docs/request/GetSellingPointAvailability.md)Return information about selling point services[SellingPointAvailability](docs/response/SellingPointAvailability.md)[GetSellingPointClosingExceptions](docs/request/GetSellingPointClosingExceptions.md)Get selling point next closing exceptionsarray of [SellingPointException](docs/response/SellingPointException.md)[GetSellingPointMenus](docs/request/GetSellingPointMenus.md)Get menusarray of [Menu](docs/response/Menu.md)[GetSellingPointMenusAvailability](docs/request/GetSellingPointMenusAvailability.md)Get menus with availabilityarray of [Menu](docs/response/Menu.md)[GetSellingPointZonesAndTables](docs/request/GetSellingPointZonesAndTables.md)Get all the restaurant zones and tables[ServiceZone](docs/response/ServiceZone.md)Use another PSR18 HTTP Client
-----------------------------

[](#use-another-psr18-http-client)

If you dont want to use symfony/http-client implementation, you can easily change it to another one.

You can use a http client from [this list](https://packagist.org/providers/psr/http-client-implementation) - These are all PSR18 http client implementations.

```
use Lsv\FoodMarketIntegration\Request;

$client = $YourPSR18Client;
Request\AbstractRequest::setHttpClient($client);
// Your requests
```

TODO
----

[](#todo)

- Easier to make the [websocket integration](https://developer.sinqro.com/en-us/notifications)

License
-------

[](#license)

[License](LICENSE)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Total

2

Last Release

1623d ago

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lsv-food-market-integration-wrapper/health.svg)

```
[![Health](https://phpackages.com/badges/lsv-food-market-integration-wrapper/health.svg)](https://phpackages.com/packages/lsv-food-market-integration-wrapper)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[toshy/bunnynet-php

BunnyNet API client for PHP

61172.1k6](/packages/toshy-bunnynet-php)[arbor-education/arbor-sdk-php

Arbor Education PHP SDK

116.8k](/packages/arbor-education-arbor-sdk-php)

PHPackages © 2026

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