PHPackages                             spacha/finnish-zips - 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. spacha/finnish-zips

ActiveLibrary

spacha/finnish-zips
===================

Tool for handling finnish zips in Laravel

0.2.1(7y ago)04901[2 issues](https://github.com/Spacha/finnish-zips/issues)MITPHP

Since Apr 17Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Spacha/finnish-zips)[ Packagist](https://packagist.org/packages/spacha/finnish-zips)[ Docs](https://github.com/spacha/finnish-zips)[ RSS](/packages/spacha-finnish-zips/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (5)Versions (4)Used By (0)

FinnishZips
===========

[](#finnishzips)

[![Latest Version on Packagist](https://camo.githubusercontent.com/66e35f216df855046b51e64366ee1ebe2ea4f74e1444d88670eaad8658bb23ab/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7370616368612f66696e6e6973687a6970732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/spacha/finnishzips)[![Total Downloads](https://camo.githubusercontent.com/956a9b3c9b721e522798a3597e699591dddfcc431ac45f37eaa676d03af1183f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7370616368612f66696e6e6973687a6970732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/spacha/finnishzips)[![Build Status](https://camo.githubusercontent.com/e25640ac347f8343d09e086d2a22d128a9bceff2dc007e8216d0b3d4f4ae72dd/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f7370616368612f66696e6e6973687a6970732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/spacha/finnishzips)[![StyleCI](https://camo.githubusercontent.com/cb13a877afd1dbe223c631789c3f922d3ace958fdb334a9cce9b26afefbc2ebd/68747470733a2f2f7374796c6563692e696f2f7265706f732f31323334353637382f736869656c64)](https://styleci.io/repos/12345678)

This is where your description should go. Take a look at [contributing.md](contributing.md) to see a to do list.

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

[](#installation)

Via Composer

```
$ composer require spacha/finnish-zips
```

Add the service provider and the facade to `config/app.php`.

```
Spacha\FinnishZips\FinnishZipsServiceProvider::class,

// ...

'FinnishZips' => Spacha\FinnishZips\Facades\FinnishZips::class,
```

Usage
-----

[](#usage)

After you have installed the package and also set up the service provider and facade, you can start using it right away.

```
use FinnishZips;
```

Basic Usage
-----------

[](#basic-usage)

You can get the area name for given zip code easily. You can pass the code either as `integer` or numeric `string`.

```
echo FinnishZips::getArea(00100);       // => "PK-seutu"
echo FinnishZips::getArea('90520');     // => "Oulun seutu"
```

You can also get a numeric key specific for the area. It can be useful when it's used in computing.

```
echo FinnishZips::getAreaKey('90520');  // => 7
```

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

[](#contributing)

Please see [contributing.md](contributing.md) for details and a todolist.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Miika Sikala](https://github.com/spacha)
- [All Contributors](../../contributors)

License
-------

[](#license)

license. Please see the [license file](license.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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

Total

3

Last Release

2581d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f65ee90d116f9a5926f363bdff9d6c7e60330ec69ad7d2951895bdee6fb465b5?d=identicon)[Spacha](/maintainers/Spacha)

---

Top Contributors

[![Spacha](https://avatars.githubusercontent.com/u/6149382?v=4)](https://github.com/Spacha "Spacha (9 commits)")

---

Tags

laravelpostalzipFinnishZips

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/spacha-finnish-zips/health.svg)

```
[![Health](https://phpackages.com/badges/spacha-finnish-zips/health.svg)](https://phpackages.com/packages/spacha-finnish-zips)
```

###  Alternatives

[zanysoft/laravel-zip

laravel-zip is the world's leading zip utility for file compression and backup.

3142.8M15](/packages/zanysoft-laravel-zip)[madnest/madzipper

Easier zip file handling for Laravel applications.

1382.3M6](/packages/madnest-madzipper)

PHPackages © 2026

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