PHPackages                             mammutgroup/cedarmap - 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. [API Development](/categories/api)
4. /
5. mammutgroup/cedarmap

ActiveDev[API Development](/categories/api)

mammutgroup/cedarmap
====================

cedar maps api package

0.5.0(8y ago)261HTMLPHP &gt;=5.6.0

Since Jan 22Pushed 8y agoCompare

[ Source](https://github.com/honarkhah/cedarmap)[ Packagist](https://packagist.org/packages/mammutgroup/cedarmap)[ RSS](/packages/mammutgroup-cedarmap/feed)WikiDiscussions master Synced today

READMEChangelog (5)DependenciesVersions (6)Used By (0)

CedarMap Package
================

[](#cedarmap-package)

### Requirements:

[](#requirements)

- php ~5.6.\*

Instalation:
============

[](#instalation)

First add package name to your composer requirements

```
"require": {
    "mammutgroup/cedarmap": "dev"
}
```

Next, update Composer from the Terminal:

> composer update

Next, add your new provider to the providers array of config/app.php:

```
'providers' => [
    // ...
    Cedar\CedarServiceProvider::class,
    // ...
  ]
```

Next, add class alias to the aliases array of config/app.php:

```
'aliases' => [
   // ...
      'Cedar' => Cedar\CedarFacade::class
    // ...
]
```

Finally, run:

> php artisan vendor:publish

Ho to use:
==========

[](#ho-to-use)

```
$geocode = (new Cedar\Cedar('v1'))
    ->load('geocode')
    ->setParamByKey('title', 'ونک');

    dd($geocode->getJson())
```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.7% 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 ~45 days

Total

5

Last Release

3265d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/904829?v=4)[Honarkhah](/maintainers/honarkhah)[@honarkhah](https://github.com/honarkhah)

---

Top Contributors

[![honarkhah](https://avatars.githubusercontent.com/u/904829?v=4)](https://github.com/honarkhah "honarkhah (11 commits)")[![sayadaazami](https://avatars.githubusercontent.com/u/11436168?v=4)](https://github.com/sayadaazami "sayadaazami (1 commits)")

---

Tags

composerphpmapsiranCedar

### Embed Badge

![Health badge](/badges/mammutgroup-cedarmap/health.svg)

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

###  Alternatives

[yandex/geo

PHP-library for interactions with geo-coding Yandex.Maps

116313.2k3](/packages/yandex-geo)[jeroendesloovere/geolocation-php-api

This Geolocation PHP class connects to Google Maps API to find latitude/longitude or address.

76321.1k4](/packages/jeroendesloovere-geolocation-php-api)[dantsu/php-osm-static-api

PHP library to easily get static image from OpenStreetMap (OSM), add markers and draw lines.

97154.8k1](/packages/dantsu-php-osm-static-api)[biscolab/google-maps-php-sdk

Google Maps PHP SDK.

15221.6k](/packages/biscolab-google-maps-php-sdk)

PHPackages © 2026

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