PHPackages                             achilleskal/kallikratis - 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. achilleskal/kallikratis

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

achilleskal/kallikratis
=======================

A PHP library for working with Greece’s administrative divisions based on the Kallikratis reform.

31PHP

Since May 25Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/AchillesKal/kallikratis)[ Packagist](https://packagist.org/packages/achilleskal/kallikratis)[ RSS](/packages/achilleskal-kallikratis/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Kallikratis Administrative Data PHP Library
===========================================

[](#kallikratis-administrative-data-php-library)

A PHP library providing access to hierarchical administrative data for Greece, based on the Kallikratis reform.

Features
--------

[](#features)

Data Structure
--------------

[](#data-structure)

The library follows the administrative divisions defined by the Kallikratis reform:

- **Regions** (Περιφέρειες)
- **Regional Units** (Περιφερειακές Ενότητες)
- **Municipalities** (Δήμοι)
- **Municipal Units** (Δημοτικές Ενότητες)
- **Communities** (Κοινότητες)
    - Municipal Communities (Δημοτικές Κοινότητες)
    - Local Communities (Τοπικές Κοινότητες)

Installation
------------

[](#installation)

```
composer require achilleskal/kallikratis
```

Usage
-----

[](#usage)

```
use Kallikratis\Repository\KallikratisRepository;

$repository = new KallikratisRepository();

foreach ($repository->allRegions() as $region) {
    echo $region->name;
}
```

Contributing
------------

[](#contributing)

Contributions are welcome!

For major changes, please open an issue first to discuss what you would like to change or improve.

License
-------

[](#license)

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity14

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

---

Top Contributors

[![AchillesKal](https://avatars.githubusercontent.com/u/3607413?v=4)](https://github.com/AchillesKal "AchillesKal (1 commits)")

### Embed Badge

![Health badge](/badges/achilleskal-kallikratis/health.svg)

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

PHPackages © 2026

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