定制 berthott/laravel-hrworks 二次开发

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

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

berthott/laravel-hrworks

最新稳定版本:1.0.0

Composer 安装命令:

composer require berthott/laravel-hrworks

包简介

An HRWorks API Integration for Laravel

README 文档

README

test workflow

Laravel-HRWorks

An HrWorks API Integration for Laravel.

Requirements

For a connection to HrWorks, it is necessary, to obtain an API token. More information can be found on the HRWorks API Documentation.

Installation

$ composer require berthott/laravel-hrworks

Usage

This package only provides a generic HrWorksApiService which an be used to conveniently interact with the HrWorks API. The package will take care of authentication and will store an auth token inside the database.

Options

To change the default options use

$ php artisan vendor:publish --provider="berthott\HrWorks\HrWorksServiceProvider" --tag="config"
  • cache_enabled: HrWorks will cache it's responses by default. This package disables this by default. Defaults to false.
  • auth: Array to define accessKey and secretAccessKey which can be obtained from within the HrWorks application. Defaults to
    'accessKey' => env('HRWORKS_ACCESS_KEY'),
    'secretAccessKey' => env('HRWORKS_SECRET_ACCESS_KEY'),
    
  • api: Defines the endpoints to the HrWorks Api. Default see config/config.php.

Compatibility

Tested with Laravel 10.x.

License

See License File. Copyright © 2024 Jan Bladt.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-01-18