pashkevich/laravel-wallet 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

pashkevich/laravel-wallet

最新稳定版本:v1.0.0-beta.1

Composer 安装命令:

composer require pashkevich/laravel-wallet

包简介

A Laravel package for managing Apple and Google Wallet passes

README 文档

README

Build Status Total Downloads Latest Stable Version License

Warning

The package is currently under development.

Installation

You can install the package via composer:

composer require pashkevich/laravel-wallet

Configuring the package

You can publish the config file with:

php artisan vendor:publish --tag=laravel-wallet

This is the contents of the file that will be published at config/wallet.php:

<?php

return [
    'apple' => [
        //
    ],

    'google' => [
        //
    ],
];

Usage

use Pashkevich\Wallet\Facades\Wallet;

$pass = new Pass(...);

Wallet::provider('apple')->createPass($pass);

Wallet::provider('google')->createPass($pass);

Testing

composer test

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email siarheipashkveich@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

  • Stars: 4
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-02-29