PHPackages                             martinlindhe/php-tiled-tmx - 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. martinlindhe/php-tiled-tmx

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

martinlindhe/php-tiled-tmx
==========================

Library for reading Tiled .tmx map files and rendering as JSON

1.1.0(11y ago)25.1k1MITPHPPHP &gt;=5.4.0

Since Sep 13Pushed 6y ago1 watchersCompare

[ Source](https://github.com/martinlindhe/php-tiled-tmx)[ Packagist](https://packagist.org/packages/martinlindhe/php-tiled-tmx)[ Docs](https://github.com/martinlindhe/php-tiled-tmx)[ RSS](/packages/martinlindhe-php-tiled-tmx/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (3)Versions (6)Used By (0)

About
-----

[](#about)

[![Build Status](https://camo.githubusercontent.com/9b24f2030d9f4e6629c42755ae6da06289fd29f3a3e85fb9caf94f0b90550ad3/68747470733a2f2f7472617669732d63692e6f72672f6d617274696e6c696e6468652f7068702d74696c65642d746d782e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/martinlindhe/php-tiled-tmx)

Library for reading Tiled .tmx map files.

Example:

```
use TiledTmx\JsonMapWriter as Writer;
use TiledTmx\Parser;

$map = (new Parser)->parseFile('./test/data/testMap1.tmx');
echo Writer::render($map);
```

The Tiled Map Editor can be downloaded at

The Tiled TMX format is documented here:

Usage
-----

[](#usage)

To improve network performance, make sure that your web server has enabled gzip compression for the generated output.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Total

5

Last Release

4042d ago

PHP version history (2 changes)1.0.0PHP &gt;=5.3.0

1.0.1PHP &gt;=5.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/93df11d6507d6b99fca1ecaf7dc8e6a42a3393a7010d1bdacb3a1a18865b4eb7?d=identicon)[martinlindhe](/maintainers/martinlindhe)

---

Top Contributors

[![martinlindhe](https://avatars.githubusercontent.com/u/181531?v=4)](https://github.com/martinlindhe "martinlindhe (14 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/martinlindhe-php-tiled-tmx/health.svg)

```
[![Health](https://phpackages.com/badges/martinlindhe-php-tiled-tmx/health.svg)](https://phpackages.com/packages/martinlindhe-php-tiled-tmx)
```

PHPackages © 2026

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