PHPackages                             igun997/toolkit - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. igun997/toolkit

ActiveLibrary

igun997/toolkit
===============

App Toolkit for Your Projects

0.1.5(5y ago)012MITPHP

Since Sep 18Pushed 5y ago1 watchersCompare

[ Source](https://github.com/igun997/app-toolkit)[ Packagist](https://packagist.org/packages/igun997/toolkit)[ RSS](/packages/igun997-toolkit/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (6)Dependencies (4)Versions (13)Used By (0)

APP Toolkit
===========

[](#app-toolkit)

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
-------------

[](#feature-lists)

- Auto Schedule Library

### BASIC USAGES

[](#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 ?
===================

[](#how-to-contribute-)

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

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

5

Last Release

2068d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/825292155992c28e147eec4c7f231ef0f3d3f4f9576b518ded11b17e59accb74?d=identicon)[igun997](/maintainers/igun997)

---

Top Contributors

[![igun997](https://avatars.githubusercontent.com/u/12785984?v=4)](https://github.com/igun997 "igun997 (16 commits)")

### Embed Badge

![Health badge](/badges/igun997-toolkit/health.svg)

```
[![Health](https://phpackages.com/badges/igun997-toolkit/health.svg)](https://phpackages.com/packages/igun997-toolkit)
```

###  Alternatives

[tymon/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

11.5k49.1M350](/packages/tymon-jwt-auth)[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[spatie/laravel-sitemap

Create and generate sitemaps with ease

2.6k14.6M107](/packages/spatie-laravel-sitemap)[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[team-reflex/discord-php

An unofficial API to interact with the voice and text service Discord.

1.1k379.4k24](/packages/team-reflex-discord-php)[temporal/sdk

Temporal SDK

4002.2M18](/packages/temporal-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
