PHPackages                             danil005/php-vixcar-sdk - 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. danil005/php-vixcar-sdk

ActiveLibrary

danil005/php-vixcar-sdk
=======================

10PHP

Since Mar 10Pushed 7y agoCompare

[ Source](https://github.com/Danil005/php-vixcar-sdk)[ Packagist](https://packagist.org/packages/danil005/php-vixcar-sdk)[ RSS](/packages/danil005-php-vixcar-sdk/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

PHP-VIXCAR-SDK
==============

[](#php-vixcar-sdk)

> PHP версия SDK для работы с API проекта VixCar.

Содержание:
-----------

[](#содержание)

1. [Установка](https://github.com/Danil005/php-vixcar-sdk#%D1%83%D1%81%D1%82%D0%B0%D0%BD%D0%BE%D0%B2%D0%BA%D0%B0)
2. [Базовые вызов](https://github.com/Danil005/php-vixcar-sdk#%D0%B1%D0%B0%D0%B7%D0%BE%D0%B2%D1%8B%D0%B9-%D0%B2%D1%8B%D0%B7%D0%BE%D0%B2)
3. [Описание методов](https://github.com/Danil005/php-vixcar-sdk#%D0%BE%D0%BF%D0%B8%D1%81%D0%B0%D0%BD%D0%B8%D0%B5-%D0%BC%D0%B5%D1%82%D0%BE%D0%B4%D0%BE%D0%B2)
    - [Auth](https://github.com/Danil005/php-vixcar-sdk#auth)
        - [login](https://github.com/Danil005/php-vixcar-sdk#auth--login)
        - [logout](https://github.com/Danil005/php-vixcar-sdk#auth--logout)
        - [join](https://github.com/Danil005/php-vixcar-sdk#auth--join)
    - [Services](https://github.com/Danil005/php-vixcar-sdk#services)
        - [get](https://github.com/Danil005/php-vixcar-sdk#services--get)
        - [count](https://github.com/Danil005/php-vixcar-sdk#services--count)
        - [price](https://github.com/Danil005/php-vixcar-sdk#services--price)
    - [Cars](https://github.com/Danil005/php-vixcar-sdk#cars)
        - [get](https://github.com/Danil005/php-vixcar-sdk#cars--get)
        - [create](https://github.com/Danil005/php-vixcar-sdk#cars--create)
        - [delete](https://github.com/Danil005/php-vixcar-sdk#cars--delete)
        - [update](https://github.com/Danil005/php-vixcar-sdk#cars--update)
        - [count](https://github.com/Danil005/php-vixcar-sdk#cars--count)
    - Booking
        - get
        - create
        - delete
        - update
        - count
        - close
    - History
        - get
        - count
    - Account
        - get
        - delete
        - restore
        - name
        - surname
        - middleName
        - connections

Установка
---------

[](#установка)

Необходимые зависимости:

1. PHP &gt;= 7.1
2. [php-curl-class/php-curl-class](https://packagist.org/packages/php-curl-class/php-curl-class): ^8.5

> composer require danil005/php-vixcar-sdk:dev-master

Базовый вызов
-------------

[](#базовый-вызов)

```
