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. [Utility &amp; Helpers](/categories/utility)
4. /
5. igun997/toolkit

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

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 3w 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 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

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

[illuminate/support

The Illuminate Support package.

630113.0M41.3k](/packages/illuminate-support)[spatie/holidays

Calculate public holidays

402860.1k2](/packages/spatie-holidays)[craftcms/feed-me

Import content from XML, RSS, CSV or JSON feeds into entries, categories, Craft Commerce products, and more.

293952.6k33](/packages/craftcms-feed-me)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

54681.3k19](/packages/solspace-craft-freeform)[pimcore/data-importer

Adds a comprehensive import functionality to Pimcore Datahub

46855.5k5](/packages/pimcore-data-importer)[japanese-date/japanese-date

日本の暦、祝日を取り扱うライブラリ

1610.0k](/packages/japanese-date-japanese-date)

PHPackages © 2026

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