Download the PHP package bakerkretzmar/laravel-mapbox without Composer
On this page you can find all versions of the php package bakerkretzmar/laravel-mapbox. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bakerkretzmar/laravel-mapbox
More information about bakerkretzmar/laravel-mapbox
Files in bakerkretzmar/laravel-mapbox
Package laravel-mapbox
Short Description A Laravel package for managing Mapbox Datasets and Tilesets.
License MIT
Homepage https://github.com/bakerkretzmar/laravel-mapbox
Informations about the package laravel-mapbox
Laravel Mapbox
A lightweight wrapper to make working with Mapbox Maps service APIs in Laravel apps a breeze. Based on Matt Fox’s mapbox-api-laravel
.
This package supports managing the following services via the Mapbox API:
Uploads
Installation
Configuration
Add the following to your .env
file:
Optionally, you can publish the package’s config file:
Usage
Datasets
List Datasets:
Retrieve a Dataset:
Create a Dataset:
Update a Dataset:
Delete a Dataset:
Features
List Features:
Retrieve a Feature:
Create or update a Feature:
Delete a Feature:
Tilesets
List Tilesets:
Delete a Tileset:
Uploads
Get temporary S3 credentials:
Create an Upload:
Retrieve an Upload’s status:
List Upload statuses:
Delete an Upload:
Testing
Note — Tests hit the real Mapbox API. Before testing the package, set up a local testing environment file with valid Mapbox credentials (cp .env.testing.example .env.testing
and fill in the blanks).
Changelog
See the CHANGELOG for information about what has changed recently.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
License
This package is licensed under the MIT License (MIT). Please see the LICENSE for details.