PHPackages                             vgip/intime - 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. [Framework](/categories/framework)
4. /
5. vgip/intime

ActiveLibrary[Framework](/categories/framework)

vgip/intime
===========

Client Intime API 3

1.0.0(6y ago)013BSD-3-ClausePHPPHP &gt;=7.2

Since Dec 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/vgip/Intime)[ Packagist](https://packagist.org/packages/vgip/intime)[ RSS](/packages/vgip-intime/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Intime API client
=================

[](#intime-api-client)

For connection to API Intime v3.x ([intime.ua](https://intime.ua))

### Capabilities

[](#capabilities)

- extensive configuration and modification options;
- error validating in incoming data\* or get raw data from API;
- set validation parameters for properties (overriding patterns and conditions in Singleton);
- converting key and value into a single format\*;
- no dependency and framework;
- require php 7.2;
- strict type

> \*Ready not for all methods, under construction.

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

[](#installation)

### Composer (recommended)

[](#composer-recommended)

Use [Composer](https://getcomposer.org) to install this library from Packagist: [`vgip/intime`](https://packagist.org/packages/vgip/intime)

Run the following command from your project directory to add the dependency:

```
composer require vgip/intime "~1.0"
```

Alternatively, add the dependency directly to your `composer.json` file:

```
"require": {
    "vgip/intime": "~1.0"
}
```

The classes in the project are structured according to the [PSR-4](http://www.php-fig.org/psr/psr-4/) standard, so you can also use your own autoloader or require the needed files directly in your code.

How to use
----------

[](#how-to-use)

To use all the methods of the API, you must have a key. You can get it by registering on the site [intime.ua](https://intime.ua). To access only directories, such as a directory of countries, districts, branches and some others you can use the "free" key "10000000000001234567".

```
