dannyvw/laravel-postcodenl
Composer 安装命令:
composer require dannyvw/laravel-postcodenl
包简介
http://api.postcode.nl integration in Laravel
README 文档
README
This package helps you integrating the Postcode.nl API into your Laravel project.
Requirements
- PHP >=5.4
- Laravel
- Guzzle >= 3.8
Installation
Require this package with composer using the following command:
composer require dannyvw/laravel-postcodenl
or add the following to your composer.json file:
{
"require": {
"dannyvw/laravel-postcodenl": "dev-master"
}
}
Add the ServiceProvider to the providers array in app/config/app.php
'Dannyvw\LaravelPostcodenl\LaravelPostcodenlServiceProvider',
Add the facade to the aliases array in app/config/app.php
'Postcodenl' => 'Dannyvw\LaravelPostcodenl\Facade\Postcodenl',
Publish the configuration
php artisan config:publish dannyvw/laravel-postcodenl
Run composer update
composer update
License
Dannyvw\LaravelPostcodeNL is licensed under the MIT License.
Copyright 2014 Danny van Wijk
统计信息
- 总下载量: 1.39k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-30