Download the PHP package tarikweiss/apple-maps-server-api-client without Composer
On this page you can find all versions of the php package tarikweiss/apple-maps-server-api-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tarikweiss/apple-maps-server-api-client
More information about tarikweiss/apple-maps-server-api-client
Files in tarikweiss/apple-maps-server-api-client
Package apple-maps-server-api-client
Short Description A PHP-based reference-implementation for the Apple Maps Server API. Uses tweaks to enhance usage with PHP.
License MIT
Homepage https://github.com/tarikweiss/https-github.com-tarikweiss-apple-maps-server-api-client
Informations about the package apple-maps-server-api-client
Apple Maps Server API Client
Introduction
A PHP-based reference-implementation for the Apple Maps Server API. It uses tweaks like mapping some types as enums, to bring comfort for using this library. This library supports version 1.2+ of Apple Maps Server API.
Prerequisites
- PHP 8.1+
- OpenSSL module installed and enabled
- PSR18 + PSR17 compatible http client
Installation
Usage
Fast-Forward ⏩️
I have fulfilled all prerequisites, just show me the bare usage!
Show me everything
Key obtaining
To use this client you have to obtain either a Maps ID and a private key first.
Alternatively you may obtain a generated token, which is valid for 7 days, to experiment with the client. This should be used for development purposes only!
Usage of the client
HTTP Client
This library is using the php/http-discovery
package to discover a default PSR18 + PSR17 compatible http client, if
no client is given. You can explicitly set the client instance, as well as the request factory instance.
For more information, please take a look into the php-http-discovery docs.
Resources
- Developer Documentation Homepage of Apple Maps Server API
- Create a Maps ID and a private key for production use
- Create a pre generated token for development purposes
- Configure http-discovery to use a specific default http client
Contribution
Please have a look into the Code of Conduct before contributing.
- For filing bugs and features please use create an issue
- For fixing bugs or adding features feel free to create a pull-request.
Docker
You may use docker to get a right-configured php
instance. There is also a Makefile
for some handy commands,
like updating composer
dependencies, executing tests and making a static analysis.
You need docker
with compose
as plugin.
License
This project is licensed unter MIT license.
All versions of apple-maps-server-api-client with dependencies
ext-openssl Version *
firebase/php-jwt Version ^6
json-mapper/json-mapper Version ^2
psr/http-client Version *
psr/http-factory Version *
php-http/discovery Version ^1.17