igun997/toolkit 问题修复 & 功能扩展

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

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

igun997/toolkit

Composer 安装命令:

composer require igun997/toolkit

包简介

App Toolkit for Your Projects

README 文档

README

Hi Welcome to Toolkit , is completed create to make your code is very simple , let's contribute this repository just for dev to dev .

Feature Lists

  • Auto Schedule Library

BASIC USAGES

  • Auto Schedule Library
  
$load = new AutoSchendule();  
//Hari dalam Bentuk ANGKA  
$mockData = [  
	"process_by"=>AutoSchendule::PROCESS_BY_TIME,  
	"range_time"=>[  
		"excluded"=>[  
			"day"=>[0,1],  
			"time_range"=>[  
				"start"=>strtotime("2020-01-01 7:00"),  
				"end"=>strtotime("2020-01-01 13:00")  
			] 
		],  
		"gap_on_hours"=>0.5,  
		"start"=>time(),  
		"end"=>(time()+(3600*200))  
	],  
	"data"=>[  
		[  
			"id"=>1,  
			"division_id"=>1,  
			"name"=>"Employee A",  
			"hours"=>5  
		],  
		[  
			"id"=>2,  
			"division_id"=>1,  
			"name"=>"Employee B",  
			"hours"=>1  
		],  
		[  
			"id"=>3,  
			"division_id"=>1,  
			"name"=>"Employee C",  
			"hours"=>1  
		],  
		[  
			"id"=>4,  
			"division_id"=>1,  
			"name"=>"Employee D",  
			"hours"=>1  
		],  
		[  
			"id"=>5,  
			"division_id"=>1,  
			"name"=>"Employee E",  
			"hours"=>5  
		]  
	]
];  
$load->setData($mockData);  
$response = $load->run(TRUE)->getData();

How To Contribute ?

Just clone this repository add whatever you want and let us to vote your code

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-09-18

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固