定制 markdegroot/omnipay-ideal 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

markdegroot/omnipay-ideal

最新稳定版本:1.0.1

Composer 安装命令:

composer require markdegroot/omnipay-ideal

包简介

Laravel wrapper for omnipay-ideal

README 文档

README

This package uses the classes from omnipay-ideal

Generate hashes from numbers, like YouTube or Bitly. Use hashids when you do not want to expose your database ids to the user.

Installation

Begin by installing the package through Composer. Edit your project's composer.json file to require markdegroot/omnipay-ideal.

"require": {
  "markdegroot/omnipay-ideal": "1.x"
}

Next use Composer to update your project from the the Terminal:

php composer.phar update

Once the package has been installed you'll need to add the service provider. Open your app/config/app.php configuration file, and add a new item to the providers array.

'Markdegroot\OmnipayIdeal\OmnipayIdealServiceProvider'

After doing this you also need to add an alias. In your app/config/app.php file, add this to the aliases array.

'Ideal' => 'Markdegroot\OmnipayIdeal\Ideal'

Now last but not least you need to publish to package configuration from your Terminal:

php artisan config:publish markdegroot/omnipay-ideal

统计信息

  • 总下载量: 39
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2014-12-03