Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/capcom6/php-fns-api
- Owner: capcom6
- License: apache-2.0
- Created: 2021-12-03T11:46:17.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T10:58:23.000Z (about 1 year ago)
- Last Synced: 2024-11-08T16:05:25.198Z (about 1 month ago)
- Topics: api-client, fns, httplug, php
- Language: PHP
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]
- [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/
### Built With
* [![PHP][PHP]][PHP-url]
## 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
```## Usage
```php
);$companies = $client->egrGet('1032502271548');
var_dump($companies);
```
## 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).
## 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## License
Distributed under the Apache-2.0 license. See `LICENSE.txt` for more information.
## Contact
Project Link: [https://github.com/capcom6/php-fns-api](https://github.com/capcom6/php-fns-api)
[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/