2017 © Pedro Peláez
 

library libc4group

Library for reading/writing Clonk(tm) files

image

ckanibal/libc4group

Library for reading/writing Clonk(tm) files

  • Tuesday, November 18, 2014
  • by ckanibal
  • Repository
  • 2 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

libc4group

A (hopefully) sophisticated approach to creating a full-featured php library to read/(write?) RedWolfDesign's Clonk(tm) files., (*1)

Examples

$missions = libc4group\C4Group::fromFile("files/Missions.c4f");
$img = $missions->get('Frontier.c4s')->getTitleImage();
$script = $missions->get('Rocks.c4s')->get('System.c4g')->get('BigRock.c');
$author = $missions->get('Low.c4s')->get('Bread.c4d')->getAuthor();

The Versions

18/11 2014

dev-master

9999999-dev

Library for reading/writing Clonk(tm) files

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Avatar ckanibal

clonk c4group