library libc4group
Library for reading/writing Clonk(tm) files
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
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();
dev-master
9999999-dev
Library for reading/writing Clonk(tm) files
Sources
Download
MIT
The Requires
by
ckanibal
clonk
c4group