PHPackages                             anovsiradj/skit - 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. anovsiradj/skit

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

anovsiradj/skit
===============

SKit (SimpleKit) for KISS (Keep It Simple, Stupid!)

0105↓82.4%PHP

Since Jun 17Pushed 2w agoCompare

[ Source](https://github.com/anovsiradj/php-skit)[ Packagist](https://packagist.org/packages/anovsiradj/skit)[ RSS](/packages/anovsiradj-skit/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

`php-skit`
==========

[](#php-skit)

SKit (SimpleKit) for KISS (Keep It Simple, Stupid!)

### motivation

[](#motivation)

- DRY (Don't Repeat Yourself)
- my very own curated and commonly used `tools` when code in PHP
- i dont want to make framework
- i am too lazy

### purpose

[](#purpose)

- standalone
- LTS (Long-Term Support), php7 and beyond.
- ... maybe in the future, php8 and beyond.
- ... i was thinking about php5, but nah.

### file/module index

[](#filemodule-index)

root

- README.md: project intro + index
- composer.json: package metadata + PSR-4 autoload (anovsiradj\\skit\\ =&gt; src/)
- composer.lock: locked dependency versions (for development)
- .gitignore: git ignore rules
- php-skit.code-workspace: VS Code workspace
- php-skit.sublime-project: Sublime Text project
- .trae/specs/define-php-skit-foundation/: internal specs/checklist/tasks

src/ (library code)

- App.php: base app abstraction (currently placeholder)
- CURL.php: small OO wrapper around cURL (headers, post types, stdout/stderr capture)
- Funct.php: function-loader abstraction for src/functs (currently placeholder/stub)
- files/
    - arguments.php: standalone snippet to parse CLI args into array (returns $arguments)
- functs/ (global functions; not PSR-4 classes)
    - error.php: default error handler function for Funct
    - ico.php: imageico() + CLI script logic (GD required)
- helpers/ (small reusable helpers)
    - DateHelper.php, TimeHelper.php, IntlHelper.php, NumberHelper.php, RomanHelper.php, LetterHelper.php
- spreadsheet/ (PhpSpreadsheet helpers; optional module)
    - FacadeHelper.php: reader/writer facade + output helpers
    - SpreadHelper.php: sheet helper utilities (e.g., list sheet names, bulk cell transforms)
    - StyleHelper.php: styling helper utilities

bin/ (CLI entrypoints)

- ico.php: placeholder (empty for now)

tests/ (example scripts)

- init.php: require Composer autoload
- curl/: local HTTP client/server examples for CURL.php (requires local server)
- spreadsheet/: examples for spreadsheet helpers (requires phpoffice/phpspreadsheet + fakerphp/faker)

### standalone usage

[](#standalone-usage)

via composer (recommended)

- install: composer require anovsiradj/skit
- usage: require vendor/autoload.php then use classes from src/ (PSR-4)

per-file (copy/require)

- files like src/files/arguments.php are usable as standalone include (it returns an array)
- function files in src/functs/\*.php can be required directly to expose global functions
- src/functs/ico.php can also be executed as CLI script, but it requires the GD extension

### optional dependencies &amp; polyfills

[](#optional-dependencies--polyfills)

- spreadsheet module: composer require phpoffice/phpspreadsheet
    - note: src/spreadsheet/\* will throw a clear RuntimeException if PhpSpreadsheet is not installed
- examples: fakerphp/faker and symfony/var-dumper are only needed for tests/examples
- symfony/polyfill-php83: digunakan secara internal (mis. untuk `str_increment`), memungkinkan kita menggunakan fungsi PHP baru di environment PHP 7.4.

### tests &amp; howto

[](#tests--howto)

Tes dibuat seringan mungkin menggunakan script murni (tanpa PHPUnit/Pest). Tes juga dirancang sebagai **HowTo / Example** sehingga developer bisa langsung membaca source code tes untuk melihat contoh pemakaian.

```
# menjalankan seluruh test
composer test

# melihat list file test
php tests/run.php --list

# filter test
php tests/run.php --filter "LetterHelper"
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance63

Regular maintenance activity

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/cf003abc7ef62fbd4b1445a47f1045ba470d642b45c3cb0f06e924c8c89ccf45?d=identicon)[anovsiradj](/maintainers/anovsiradj)

---

Top Contributors

[![anovsiradj](https://avatars.githubusercontent.com/u/6737021?v=4)](https://github.com/anovsiradj "anovsiradj (12 commits)")

### Embed Badge

![Health badge](/badges/anovsiradj-skit/health.svg)

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

###  Alternatives

[hillholliday/craft-user-manual

Craft User Manual allows developers (or even content editors) to provide CMS documentation using Craft's built-in sections (singles, channels, or structures) to create a `User Manual` or `Help` section directly in the control panel.

8572.4k1](/packages/hillholliday-craft-user-manual)

PHPackages © 2026

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