PHPackages                             totox777/tiki - 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. totox777/tiki

ActiveLibrary

totox777/tiki
=============

Tiki Online Wrapper

217PHP

Since May 16Pushed 11y ago1 watchersCompare

[ Source](https://github.com/totox777/Tiki-Laravel)[ Packagist](https://packagist.org/packages/totox777/tiki)[ RSS](/packages/totox777-tiki/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel-4-TIKI \[\]
===============================================

[](#laravel-4-tiki-httpwwwtiki-onlinecom)

Laravel 4 ongkir tiki, curl based

---

add this line to your composer.json

```
"totox777/tiki": "dev-master"

```

and then, Run :

`composer update` to pull down the latest version.

add this line to your app.php provider array:

```
'Totox777\Tiki\TikiServiceProvider',

```

and add this line to app.php aliases array:

```
'Tiki' => 'Totox777\Tiki\Facades\Profiler',

```

Sample Usage:

```
$xxx = Tiki::getCost("denpasar", "bandung",1);
if($xxx!=null){
    foreach ($xxx as $hasil)
    {
        echo 'Layanan: ' . $hasil['layanan'] . ', dengan harga : Rp. ' . $hasil['harga'] . ',- ';
    }
}
else{
    echo "Tidak ditemukan jalur pengiriman, silahkan coba kota terdekat";
}

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1da4c89a68ed012500fe9bed10abcb87e9e663f7eb25d0109af314ba5766b791?d=identicon)[totox777](/maintainers/totox777)

---

Top Contributors

[![theoperaxxx](https://avatars.githubusercontent.com/u/69523821?v=4)](https://github.com/theoperaxxx "theoperaxxx (3 commits)")

### Embed Badge

![Health badge](/badges/totox777-tiki/health.svg)

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

PHPackages © 2026

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