softc/fns-api

提供对FNS API的访问:https://api-fns.ru

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

This package is auto-updated.

Last update: 2024-09-11 13:04:31 UTC


README

Version Downloads Contributors Forks Stargazers Issues Apache 2.0 License


Logo

FNS API客户端

PHP的FNS API最小客户端
报告错误 · 请求功能

关于项目

客户端从https://api-fns.ru/提供对FNS API的访问

(返回顶部)

构建工具

  • PHP

(返回顶部)

入门

先决条件

您需要按照https://docs.php-http.org/en/latest/httplug/users.html中的说明为库用户设置HTTPlug

安装

建议使用Composer进行安装

$ composer require softc/fns-api

(返回顶部)

使用

<?php

require 'vendor/autoload.php';

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

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

var_dump($companies);

(返回顶部)

路线图

请参阅开放问题获取所有提议的功能(以及已知问题)的完整列表。

(返回顶部)

贡献

贡献使得开源社区成为一个如此美妙的学习、灵感和创造的地方。您做出的任何贡献都将被高度重视。

如果您有任何建议可以使该项目变得更好,请将其仓库分支出来并创建一个pull request。您也可以简单地通过带有“enhancement”标签的问题来提出建议。别忘了给项目加个星!再次感谢!

  1. 分支项目
  2. 创建您的功能分支(git checkout -b feature/AmazingFeature
  3. 提交您的更改(git commit -m 'Add some AmazingFeature'
  4. 将更改推送到分支(git push origin feature/AmazingFeature
  5. 打开pull request

(返回顶部)

许可证

Apache-2.0许可证下发行。更多信息请参阅LICENSE.txt

(返回顶部)

联系

项目链接: https://github.com/capcom6/php-fns-api

(返回顶部)