PHPackages                             dooglys-adapter/dooglys-adapter - 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. dooglys-adapter/dooglys-adapter

ActiveLibrary[API Development](/categories/api)

dooglys-adapter/dooglys-adapter
===============================

API for fast site integration with the Dooglys service

04PHP

Since Jan 31Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Difficult13/dooglys-adapter)[ Packagist](https://packagist.org/packages/dooglys-adapter/dooglys-adapter)[ RSS](/packages/dooglys-adapter-dooglys-adapter/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Dooglys Adapter
===============

[](#dooglys-adapter)

Dooglys Adapter is a library for convenient work with the external API of Dooglys for any PHP application.

Requirements
------------

[](#requirements)

- PHP &gt;= 7.0
- An arbitrary class autoloader implementing the PSR-4 standard.

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

[](#installation)

Installation via composer:

```
$ composer require dooglys-adapter/dooglys-adapter

```

Introduction
------------

[](#introduction)

You can find the documentation for Dooglys here API:

At the moment, the library supports:

- Create/Read/Update/Delete methods for products, product categories and sale points;
- Create/Read/Update methods for orders;
- Read method for users, warehouses;
- Working with terminal menu methods;
- Working with loyalty methods;

General concept
---------------

[](#general-concept)

For the convenience of working with the library, it was decided to build it on the principle of ORM. Thus, each Dooglys entity has its own model in the library. It all starts with the DooglysAdapter class:

```
