定制 batiscaff/laravel-oauth2-bitrix24-client 二次开发

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

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

batiscaff/laravel-oauth2-bitrix24-client

最新稳定版本:v0.1.0

Composer 安装命令:

composer require batiscaff/laravel-oauth2-bitrix24-client

包简介

README 文档

README

This package is based on the PHP League OAuth 2.0 Client library, and it provides a simple interface to OAuth2 authentication for your Laravel application using any of the compatible OAuth2 providers (for example see the list of official PHP League and third-party providers or instructions on how to implement your own).

Installation

Run the following command from your project directory to add the dependency:

composer require batiscaff/laravel-oauth2-bitrix24-client

Then, copy and run database migrations:

php artisan vendor:publish --provider="LaravelOAuth2B24Client\Providers\OAuth2ServiceProvider" --tag=migrations
php artisan migrate

Laravel without auto-discovery

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php:

'providers' => [
    ...
    LaravelOAuth2B24Client\Providers\OAuth2ServiceProvider::class,
],

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-03-06