Download the PHP package chowjiawei/laravel-help-plugin without Composer

On this page you can find all versions of the php package chowjiawei/laravel-help-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-help-plugin

如发现bug 请直接提issue或者直接提pr,造成的不便请谅解。

Laravel辅助工具包

目录

JetBrains 支持的项目

非常感谢 Jetbrains 为我提供了从事这个和其他开源项目的许可。

安装说明

环境要求 本包依托于Laravel框架,其他框架暂不适用

使用composer安装

composer require chowjiawei/laravel-help-plugin

发布配置文件

php artisan vendor:publish --provider="Chowjiawei\Helpers\Providers\HelpPluginServiceProvider"

php artisan vendor:publish --provider="Overtrue\LaravelWeChat\ServiceProvider" 微信包的配置 按需填写 公共号配置 official_account 配置省略

注册facade

本报提供laravel Facade便捷,如需使用可按如下配置

打开config/app.php

找到 providers 项添加

找到 'aliases'添加

消息驱动

钉钉机器人消息发送驱动

微信机器人消息发送驱动

微信模板消息发送驱动

该驱动支持单用户发送和广播功能

飞书机器人消息发送驱动

直接消息推送

钉钉:

use Chowjiawei\Helpers\Notifications\DingtalkRobotNotification;

Notification::route('dingtalk_robot', env("DINGTALK_ROBOT")) ->notify(new DingtalkRobotNotification($message,$title));

企业微信:

use Chowjiawei\Helpers\Notifications\WechatRobotNotification;

Notification::route('wechat_robot', env("WECHAT_ROBOT)")) ->notify(new WechatRobotNotification($message));

微信模板消息:

use Chowjiawei\Helpers\Notifications\WechatTemplateMessageNotification;

Notification::route('WechatTemplateMessage', null)->notify(new WechatTemplateMessageNotification($data));

飞书:

use Chowjiawei\Helpers\Notifications\LarkRobotNotification;

Notification::route('lark', env("LARK_ROBOT")) ->notify(new DingtalkRobotNotification($message));

Artisan命令示例:

由于业务不同,工具默认提供了通知Notification模板,可以通过extend Artisan命令选择代码生成器生成

国家获取转换

or 还有更多可以下载包后体验哦

Openexchangerates汇率实时获取

将为您返回完整的汇率及接口信息,以下省略篇幅

将为您返回指定的汇率及接口信息

扩展Artisan命令

插件为您提供了一个支持中文和英文的扩展命令,您可以用命令呼出,命令提供了以下功能

中文

英文

威妥码拼音

单汉语拼音转威妥码拼音

汉语拼音转威妥码拼音

长句汉语拼音转威妥码拼音

汉语拼音转威妥码拼音

单汉语拼音转威妥码拼音

威妥码拼音转汉语拼音

长句汉语拼音转威妥码拼音

威妥码拼音转汉语拼音

抖音新交易系统

helpers.php 配置文件中 tiktok 选项 全部需要配置完全才可以使用

config中配置完成后 $settingData可以不传

如果需要再次自定义或者扩展更多糊掉参数 可以传详细参数 更多参数参考抖音

如果业务处理失败 需要手动返回抖音成功

如果业务处理失败 需要手动返回抖音失败

如果业务处理失败 需要手动返回抖音成功

如果业务处理失败 需要手动返回抖音失败

建议将数组内数据 存起来 后续退款等操作都需要用 抖音不支持二次查询某些字段

如果需要退款 必须存储 item_order_id_list 获取如下:

如果业务处理失败 需要手动返回抖音成功

如果业务处理失败 需要手动返回抖音失败

如果业务处理失败 需要手动返回抖音成功

如果业务处理失败 需要手动返回抖音失败


All versions of laravel-help-plugin with dependencies

PHP Build Version
Package Version
Requires php Version ^7.0|^8.0
guzzlehttp/guzzle Version ^6.3|^7.0
laravel/framework Version ^6.0|^7.0|^8.0|^9.0
overtrue/laravel-wechat Version ^5.0|^6.0
torann/geoip Version ^3.0.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package chowjiawei/laravel-help-plugin contains the following files

Loading the files please wait ....