Download the PHP package pendonl/laravel-pro6pp without Composer
On this page you can find all versions of the php package pendonl/laravel-pro6pp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pendonl/laravel-pro6pp
More information about pendonl/laravel-pro6pp
Files in pendonl/laravel-pro6pp
Package laravel-pro6pp
Short Description Laravel interface to Pro6pp API PHP Wrapper
License MIT
Informations about the package laravel-pro6pp
Laravel Facade for Pro6PP PHP Wrapper
The PendoNL/laravel-pro6pp
package provides an easy to use way to communicate with Pro6PP's API to fetch location based data via a Facade. Of course you may also use the class without the Facade. More information on the class and it's methods can be found here.
Usage
You can use any method by using the Facade, your API key and preferred data type are used automatically with each request:
Installation
Install the package using composer:
composer require pendonl/laravel-pro6pp
Next, you must install the service provider (for L5.5 and up Auto-Discovery is enabled):
Optionally, register the facade:
To function properly, thise package requires pendonl/pro6pp-php-wrapper
, this dependency will be installed automatically.
Then publish the configuration file using:
php artisan vendor:publish --provider="PendoNL\LaravelPro6pp\LaravelPro6ppServiceProvider"
If you're using an .env file, make sure these are added to the bottom of that file:
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
Thanks to Pro6PP for their efforts to create, maintain and update a postal database for a fair price.
About Pendo
Pendo is a webdevelopment agency based in Maastricht, Netherlands. If you'd like, you can visit our website.
License
The MIT License (MIT). Please see License File for more information.