PHPackages                             ezadev/peta - 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. ezadev/peta

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

ezadev/peta
===========

Peta Extensions

0.0.4(4y ago)015MITPHPPHP &gt;=7.0.0CI failing

Since Aug 29Pushed 4y ago1 watchersCompare

[ Source](https://github.com/khairu-aqsara/peta)[ Packagist](https://packagist.org/packages/ezadev/peta)[ Docs](https://github.com/khairu-aqsara/peta)[ RSS](/packages/ezadev-peta/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

Extensi Peta Untuk Ezadev Admin
-------------------------------

[](#extensi-peta-untuk-ezadev-admin)

```
composer require ezadev/peta -vvv

```

Konfig:

```
config/admin.php

'extensions' => [

        'peta' => [
            'enable' => true,
            'default' => 'google',
            'providers' => [
                'google' => [
                    'api_key' => '',
                ]
            ]
        ]
    ]

```

Usaga Di Form

```
$form->peta('latitude', 'longitude', 'Position');

// Set the map height
$form->peta('latitude', 'longitude', 'Position')->height(500);

// Set default position
$form->peta('latitude', 'longitude', 'Position')->default(['lat' => 90, 'lng' => 90]);

```

Usage di Show

```
$show->field('Position')->peta('lat_column', 'long_column', $height = 400);

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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 ~241 days

Total

4

Last Release

1728d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/258ddf0fad9d93b294524e43669c893c4cf44cabe3088b799cc0bd870fecd3c7?d=identicon)[khairu-aqsara](/maintainers/khairu-aqsara)

---

Top Contributors

[![khairu-aqsara](https://avatars.githubusercontent.com/u/25432146?v=4)](https://github.com/khairu-aqsara "khairu-aqsara (1 commits)")

---

Tags

extensionezadev-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ezadev-peta/health.svg)

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

###  Alternatives

[richardfan1126/yii2-js-register

Yii2 widget to register JS into view

1357.2k7](/packages/richardfan1126-yii2-js-register)

PHPackages © 2026

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