zapmap / zapmap-laravel
Laravel Commands for ZapMap.io
Installs: 37
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/zapmap/zapmap-laravel
Requires
- guzzlehttp/guzzle: ^6.3
- symfony/console: ^3.3
Requires (Dev)
- graham-campbell/testbench: ^3.1
- mockery/mockery: ^0.9.4
- phpunit/phpunit: ^4.8|^5.0
This package is not auto-updated.
Last update: 2025-12-21 10:39:37 UTC
README
Installation
Install into your project using:
composer require zapmap/zapmap-laravel
If using Laravel older than 5.5, add to your config/app.php providers array:
ZapMap\ZapMapLaravel\Providers\ZapMapLaravelServiceProvider::class,
And the Facade to the aliases array:
'ZapMap' => ZapMap\ZapMapLaravel\Facades\ZapMap::class,
Getting Started
- Create a ZapMap.us account
- Create a new API Key (My Account > API Keys)
- Copy your API Key to .env:
ZAPMAP_KEY=YOUR-API-KEY