softc/fns-api

Provides access to FNS API: https://api-fns.ru

v1.0.3 2023-05-02 03:36 UTC

This package is auto-updated.

Last update: 2024-04-11 12:14:05 UTC


README

Version Downloads Contributors Forks Stargazers Issues Apache 2.0 License


Logo

FNS API Client

Minimal FNS API client for PHP
Report Bug · Request Feature

About The Project

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

(back to top)

Built With

  • PHP

(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

require 'vendor/autoload.php';

$client = new SoftC\FnsApi\Client(<API_token>);

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

var_dump($companies);

(back to top)

Roadmap

See the open 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

(back to top)