Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
Services description in English.
Browse files Browse the repository at this point in the history
  • Loading branch information
lakiboy committed Aug 29, 2018
1 parent 7dec5d2 commit b223073
Showing 1 changed file with 26 additions and 4 deletions.
30 changes: 26 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,32 @@

[![Build Status](https://travis-ci.org/lakiboy/damax-services-client-php.svg?branch=master)](https://travis-ci.org/lakiboy/damax-services-client-php) [![Coverage Status](https://coveralls.io/repos/lakiboy/damax-services-client-php/badge.svg?branch=master&service=github)](https://coveralls.io/github/lakiboy/damax-services-client-php?branch=master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/lakiboy/damax-services-client-php/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/lakiboy/damax-services-client-php/?branch=master)

PHP client for Damax Services.
PHP client for Damax Services. Provides integration with [Symfony Framework](https://github.com/symfony/symfony).

## Documentation
## Description

Topics:
This is the _HTTP_ client for the services provided by _Damax Solutions_.

- [Development](doc/development.md)
#### Invalid passports

Check if passport number is listed in invalid passports database of [Ministry of Internal Affairs](https://xn--b1aew.xn--p1ai) or Russian Federation.

Examples:

- [check passport](examples/check_passport.php),
- [check multiple passports](examples/check_multiple_passports.php),
- [download passport check](examples/download_passport_check.php) as _PDF_ document.

#### Federal financial monitoring service

Check if person is listed as participant of extremistic activity or terrorism by [Rosfinmonitoring](http://www.fedsfm.ru/en).

See [example](examples/check_rosfin.php).

## Access

Contact _Damax Solutions_ to get an API key.

## Contribute

If you wish to contribute take a look how to [run the code locally](doc/development.md) in Docker.

0 comments on commit b223073

Please sign in to comment.