thecodingmachine / weatherapi-service-provider
针对thecodingmachine/weatherapi的跨框架模块
1.0.x-dev
2017-01-05 21:30 UTC
Requires
- php: >=7.0
- container-interop/service-provider: ^0.3
- thecodingmachine/weatherapi: ^1.0
Requires (Dev)
- guzzlehttp/guzzle: ^6.0
- php-http/guzzle6-adapter: ^1.1
- puli/cli: ^1.0
- puli/composer-plugin: ^1.0
This package is auto-updated.
Last update: 2024-09-06 23:36:29 UTC
README
此包将WeatherApi演示包集成到任何兼容container-interop的框架/容器中。
安装
composer require thecodingmachine/weatherapi-service-provider
安装完成后,您需要将TheCodingMachine\WeatherApi\WeatherApiServiceProvider
注册到您的容器中。
如果您的容器支持Puli集成,您无需做任何操作。否则,请参考您的框架或容器的文档以了解如何注册服务提供者。
简介
此服务提供者旨在在您的容器中创建一个WeatherApi
服务。这是2016年巴黎ForumPHP会议上的一个演示的一部分,并且不打算在生产环境中使用。
预期值/服务
此服务提供者期望以下配置/服务可用
提供的服务
此服务提供者提供了以下服务
扩展服务
无