PHPackages                             imadepurnamayasa/php-inti - 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. imadepurnamayasa/php-inti

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

imadepurnamayasa/php-inti
=========================

PHP Package untuk memudahkan membuat aplikasi

08PHP

Since May 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/blipur/php-inti)[ Packagist](https://packagist.org/packages/imadepurnamayasa/php-inti)[ RSS](/packages/imadepurnamayasa-php-inti/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

php-inti
========

[](#php-inti)

PHP Package untuk memudahkan membuat aplikasi. Kumpulan utilitas untuk mempercepat pengembangan aplikasi PHP.

Instalasi
---------

[](#instalasi)

Anda dapat menginstal package ini melalui Composer:

```
composer require imadepurnamayasa/php-inti
```

Penggunaan
----------

[](#penggunaan)

Berikut adalah beberapa contoh penggunaan class yang tersedia di dalam package ini.

### 1. Terbilang

[](#1-terbilang)

Mengonversi angka menjadi teks (terbilang) dalam bahasa Indonesia.

```
use Imadepurnamayasa\PhpInti\Terbilang;

$terbilang = new Terbilang();
echo $terbilang->konversi(1234567);
// Output: Satu Juta Dua Ratus Tiga Puluh Empat Ribu Lima Ratus Enam Puluh Tujuh
```

### 2. TanggalJam

[](#2-tanggaljam)

Memanipulasi dan menghitung selisih waktu atau tanggal dengan mudah.

```
use Imadepurnamayasa\PhpInti\TanggalJam;

$waktu = new TanggalJam();
echo "Sekarang: " . $waktu->sekarang() . "\n";

$waktu->tambahHari(5);
echo "5 hari kemudian: " . $waktu->sekarang() . "\n";

$selisih = $waktu->selisihHari('2024-01-01 00:00:00');
echo "Selisih hari: " . $selisih . " hari\n";
```

Lisensi
-------

[](#lisensi)

[MIT License](LICENSE)

###  Health Score

12

—

LowBetter than 0% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

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/f1afe80676783b8c0c36b5ad97087fd64629a87c28e29cbaef6b5986c4c4014e?d=identicon)[imadepurnamayasa](/maintainers/imadepurnamayasa)

---

Top Contributors

[![blipur](https://avatars.githubusercontent.com/u/62276883?v=4)](https://github.com/blipur "blipur (110 commits)")

### Embed Badge

![Health badge](/badges/imadepurnamayasa-php-inti/health.svg)

```
[![Health](https://phpackages.com/badges/imadepurnamayasa-php-inti/health.svg)](https://phpackages.com/packages/imadepurnamayasa-php-inti)
```

###  Alternatives

[dtm/dtm-client

A PHP coroutine client for distributed transaction manager DTM. 分布式事务管理器 DTM 的 PHP 协程客户端

34736.2k7](/packages/dtm-dtm-client)[igbinary/igbinary

Igbinary is a drop in replacement for the standard php serializer. Instead of the time and space consuming textual representation used by PHP's serialize(), igbinary stores php data structures in a compact binary form. Savings are significant when using memcached or similar memory based storages for serialized data.

7824.7k](/packages/igbinary-igbinary)

PHPackages © 2026

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