php-extended / php-api-fr-gouv-entreprises-gmth-interface
该包已被废弃,不再维护。没有建议的替代包。
一个从 entreprises.gouv.fr 的 gmth 应用程序获取数据的库
3.3.10
2022-02-20 09:05 UTC
Requires
- dev-master
- 3.3.10
- 3.3.9
- 3.3.8
- 3.3.7
- 3.3.6
- 3.3.5
- 3.3.4
- 3.3.3
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.0
- 3.1.16
- 3.1.15
- 3.1.14
- 3.1.13
- 3.1.12
- 3.1.11
- 3.1.10
- 3.1.9
- 3.1.8
- 3.1.7
- 3.1.6
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.18
- 3.0.17
- 3.0.16
- 3.0.15
- 3.0.14
- 3.0.13
- 3.0.12
- 3.0.11
- 3.0.10
- 3.0.9
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
This package is auto-updated.
Last update: 2023-08-08 14:16:00 UTC
README
一个从 entreprises.gouv.fr 的 gmth 应用程序获取数据的库。
安装
通过 composer 安装此库。从 他们的网站 下载 composer.phar
。然后在你的 composer.json 中添加
"require": {
...
"php-extended/php-api-fr-gouv-entreprises-gmth-interface": "^3"
...
}
然后运行 php composer.phar update
来安装此库。此库中所有类的自动加载通过 composer 的自动加载器完成。
基本用法
此库是一个仅接口的库。
对于具体实现,请参阅 php-extended/php-api-fr-gouv-entreprises-gmth-object
。
许可证
MIT (见 许可证文件).