PHPackages                             kissifrot/geojson - 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. kissifrot/geojson

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

kissifrot/geojson
=================

GeoJSON implementation for PHP

3.0(4y ago)022.3kMITPHPPHP &gt;=8.0

Since Nov 26Pushed 2y agoCompare

[ Source](https://github.com/kissifrot/geojson)[ Packagist](https://packagist.org/packages/kissifrot/geojson)[ Docs](https://github.com/kissifrot/geojson)[ RSS](/packages/kissifrot-geojson/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (2)Dependencies (1)Versions (7)Used By (0)

Original library jmikola/geojson is now up to date, this repository is not needed anymore
-----------------------------------------------------------------------------------------

[](#original-library-jmikolageojson-is-now-up-to-date-this-repository-is-not-needed-anymore)

GeoJson PHP Library
===================

[](#geojson-php-library)

[![CircleCI](https://camo.githubusercontent.com/c5452f1940572e033af2b02dbb435ae9e860f5d6ccd867cb7e51f31d2cc830df/68747470733a2f2f636972636c6563692e636f6d2f67682f6b6973736966726f742f67656f6a736f6e2f747265652f6d61737465722e7376673f7374796c653d737667)](https://circleci.com/gh/kissifrot/geojson/tree/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/8ce17303e346eaa3917f21c49eda4233be451926425457e66385e94cdefb054f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6b6973736966726f742f67656f6a736f6e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/kissifrot/geojson/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/543b3d4d54ccdadd022bd92bd72c4ec71d3ddf06ccf95b15380828287d787c32/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6b6973736966726f742f67656f6a736f6e2f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/kissifrot/geojson/?branch=master)

This library implements the [GeoJSON format specification](http://www.geojson.org/geojson-spec.html).

The `GeoJson` namespace includes classes for each data structure defined in the GeoJSON specification. Core GeoJSON objects include geometries, features, and collections. Geometries range from primitive points to more complex polygons. Classes also exist for bounding boxes and coordinate reference systems.

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

[](#installation)

The library is published as a [package](https://packagist.org/packages/kissifrot/geojson) and is installable via [Composer](http://getcomposer.org/):

```
$ composer require "kissifrot/geojson=~2.0"

```

More Resources
--------------

[](#more-resources)

- [Documentation](http://jmikola.github.io/geojson)
- [API reference](http://jmikola.github.io/geojson/api)

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 68.8% 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 ~621 days

Recently: every ~707 days

Total

6

Last Release

1538d ago

Major Versions

1.0.2 → 2.02021-12-30

2.x-dev → 3.02022-06-01

PHP version history (3 changes)v1.0.0PHP &gt;=5.3.3

2.0PHP &gt;=7.1

3.0PHP &gt;=8.0

### Community

Maintainers

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

---

Top Contributors

[![jmikola](https://avatars.githubusercontent.com/u/244663?v=4)](https://github.com/jmikola "jmikola (33 commits)")[![kissifrot](https://avatars.githubusercontent.com/u/105998?v=4)](https://github.com/kissifrot "kissifrot (5 commits)")[![gnutix](https://avatars.githubusercontent.com/u/310134?v=4)](https://github.com/gnutix "gnutix (2 commits)")[![toooni](https://avatars.githubusercontent.com/u/241080?v=4)](https://github.com/toooni "toooni (2 commits)")[![pborreli](https://avatars.githubusercontent.com/u/77759?v=4)](https://github.com/pborreli "pborreli (1 commits)")[![sasezaki](https://avatars.githubusercontent.com/u/42755?v=4)](https://github.com/sasezaki "sasezaki (1 commits)")[![MiniCodeMonkey](https://avatars.githubusercontent.com/u/220535?v=4)](https://github.com/MiniCodeMonkey "MiniCodeMonkey (1 commits)")[![eymengunay](https://avatars.githubusercontent.com/u/242627?v=4)](https://github.com/eymengunay "eymengunay (1 commits)")[![aewalker](https://avatars.githubusercontent.com/u/684646?v=4)](https://github.com/aewalker "aewalker (1 commits)")[![munkie](https://avatars.githubusercontent.com/u/102297?v=4)](https://github.com/munkie "munkie (1 commits)")

---

Tags

geogeospatialgeojson

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kissifrot-geojson/health.svg)

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

###  Alternatives

[jmikola/geojson

GeoJSON implementation for PHP

3079.9M96](/packages/jmikola-geojson)[mjaschen/phpgeo

Simple Yet Powerful Geo Library

1.6k9.5M30](/packages/mjaschen-phpgeo)[stevebauman/location

Retrieve a user's location by their IP Address

1.3k8.9M97](/packages/stevebauman-location)[brick/geo

GIS geometry library

2501.5M25](/packages/brick-geo)[phpmyadmin/shapefile

ESRI ShapeFile library for PHP

281.5M1](/packages/phpmyadmin-shapefile)[geokit/geokit

Geo-Toolkit for PHP

251977.2k6](/packages/geokit-geokit)

PHPackages © 2026

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