Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/capcom6/php-fns-api

PHP client for https://api-fns.ru/
https://github.com/capcom6/php-fns-api

api-client fns httplug php

Last synced: about 1 month ago
JSON representation

PHP client for https://api-fns.ru/

Awesome Lists containing this project

README

        

[![Version][version-shield]][version-url]
[![Downloads][downloads-shield]][downloads-url]
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![Apache 2.0 License][license-shield]][license-url]





Logo

FNS API Client


Minimal FNS API client for PHP



Report Bug
·
Request Feature


- [About The Project](#about-the-project)
- [Built With](#built-with)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Roadmap](#roadmap)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)

## About The Project

The client provides access to the FNS API from https://api-fns.ru/

(back to top)

### Built With

* [![PHP][PHP]][PHP-url]

(back to top)

## Getting Started

### Prerequisites

You need to setup **HTTPlug** for library users as described in https://docs.php-http.org/en/latest/httplug/users.html.

### Installation

Recommended installation method via Composer:

```
$ composer require softc/fns-api
```

(back to top)

## Usage

```php
);

$companies = $client->egrGet('1032502271548');

var_dump($companies);

```

(back to top)

## Roadmap

- [ ] Add Changelog
- [ ] Add other fields of [EGR response](https://api-fns.ru/api_help#section_dannye)
- [ ] Add other APIs from https://api-fns.ru/api/

See the [open issues](https://github.com/capcom6/php-fns-api/issues) for a full list of proposed features (and known issues).

(back to top)

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

(back to top)

## License

Distributed under the Apache-2.0 license. See `LICENSE.txt` for more information.

(back to top)

## Contact

Project Link: [https://github.com/capcom6/php-fns-api](https://github.com/capcom6/php-fns-api)

(back to top)

[contributors-shield]: https://img.shields.io/github/contributors/capcom6/php-fns-api.svg?style=for-the-badge
[contributors-url]: https://github.com/capcom6/php-fns-api/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/capcom6/php-fns-api.svg?style=for-the-badge
[forks-url]: https://github.com/capcom6/php-fns-api/network/members
[stars-shield]: https://img.shields.io/github/stars/capcom6/php-fns-api.svg?style=for-the-badge
[stars-url]: https://github.com/capcom6/php-fns-api/stargazers
[issues-shield]: https://img.shields.io/github/issues/capcom6/php-fns-api.svg?style=for-the-badge
[issues-url]: https://github.com/capcom6/php-fns-api/issues
[license-shield]: https://img.shields.io/github/license/capcom6/php-fns-api.svg?style=for-the-badge
[license-url]: https://github.com/capcom6/php-fns-api/blob/master/LICENSE.txt
[downloads-shield]: https://img.shields.io/packagist/dm/softc/fns-api.svg?style=for-the-badge
[downloads-url]: https://packagist.org/packages/softc/fns-api/stats
[version-shield]: https://img.shields.io/packagist/v/softc/fns-api.svg?style=for-the-badge
[version-url]: https://packagist.org/packages/softc/fns-api
[product-screenshot]: docs/screenshot.png
[PHP]: https://img.shields.io/badge/PHP-000000?style=for-the-badge&logo=php&logoColor=white
[PHP-url]: https://php.net/