承接 liamclaridge444/php-mapbox-api 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

liamclaridge444/php-mapbox-api

最新稳定版本:v0.1

Composer 安装命令:

composer require liamclaridge444/php-mapbox-api

包简介

A PHP wrapper for the Mapbox API

关键字:

README 文档

README

CI codecov

An easy to use wrapper for the Mapbox API, written in PHP.

Inspiration for this project was taken from KnpLabs/php-github-api.

Requirements

Installation

You can install the package via the composer require command:

composer require liamclaridge444/php-mapbox-api

Usage

Instantiate a Mapbox client with your access token, then chain the API name and method (see example below).

$accessToken = 'your-access-token';

$client = new Mapbox($accessToken);

$response = $client->datasets()->list();

统计信息

  • 总下载量: 5
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-02-03