2017 © Pedro Peláez
 

library php-tiled-tmx

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

image

martinlindhe/php-tiled-tmx

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

  • Thursday, April 16, 2015
  • by martinlindhe
  • Repository
  • 1 Watchers
  • 0 Stars
  • 22 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

About

Build Status, (*1)

Library for reading Tiled .tmx map files., (*2)

Example:, (*3)

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 http://www.mapeditor.org/, (*4)

The Tiled TMX format is documented here: https://github.com/bjorn/tiled/wiki/TMX-Map-Format, (*5)

Usage

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

The Versions

16/04 2015

dev-master

9999999-dev https://github.com/martinlindhe/php-tiled-tmx

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

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Martin Lindhe

16/04 2015

1.1.0

1.1.0.0 https://github.com/martinlindhe/php-tiled-tmx

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

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Martin Lindhe

15/04 2015

1.0.3

1.0.3.0 https://github.com/martinlindhe/php-tiled-tmx

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

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Martin Lindhe

14/04 2015

1.0.2

1.0.2.0 https://github.com/martinlindhe/php-tiled-tmx

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

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Martin Lindhe

13/04 2015

1.0.1

1.0.1.0 https://github.com/martinlindhe/php-tiled-tmx

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

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Martin Lindhe

13/09 2014

1.0.0

1.0.0.0 https://github.com/martinlindhe/php-tiled-tmx

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

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Martin Lindhe