sabas / oauth1-openstreetmap
为 PHP League 的 OAuth1-Client 提供的 Openstreetmap OAuth 1.0 客户端提供者
1.0.1
2018-05-17 18:30 UTC
Requires
- php: >=5.4.0
- league/oauth1-client: ~1.2
This package is auto-updated.
Last update: 2024-08-29 04:31:10 UTC
README
本软件包为 PHP League 的 OAuth 1.0 客户端 提供了 Openstreetmap OAuth 1.0 支持。
安装
要安装,请使用 composer
composer require sabas/oauth1-openstreetmap
使用方法
使用方法与 The League 的 OAuth 客户端相同,使用 sabas\OAuth1\Client\Server\Openstreetmap
作为提供者。
$server = new sabas\OAuth1\Client\Server\Openstreetmap(array( 'identifier' => 'your-identifier', 'secret' => 'your-secret', 'callback_uri' => 'http://your-callback-uri/', ));