2017 © Pedro Peláez
 

library kit_php

PHP classes for compiling CodeKit's Kit Language (for HTML).

image

aklump/kit_php

PHP classes for compiling CodeKit's Kit Language (for HTML).

  • Thursday, October 23, 2014
  • by aklump
  • Repository
  • 2 Watchers
  • 1 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Summary

A PHP implementation to parse CodeKit's Kit language by Bryan Jones ., (*1)

Usage

To compile all .kit files in a directory, use the following snippet of code as a starting point. Refer to the class documentation for more info. The first argument is the source directory to look for .kit files and the second argument is the output directory., (*2)

$obj = new Compiler('kit', 'html');
$obj->apply();

Testing

PHPUnit tests are provided., (*3)

Aaron-Klumps-MacBook-Pro:kit_php aklump$ cd tests
Aaron-Klumps-MacBook-Pro:tests aklump$ phpunit .
PHPUnit 3.7.28 by Sebastian Bergmann.

..........

Time: 24 ms, Memory: 9.50Mb

OK (10 tests, 46 assertions)

Contact

  • In the Loft Studios
  • Aaron Klump - Developer
  • PO Box 29294 Bellingham, WA 98228-1294
  • aim: theloft101
  • skype: intheloftstudios
  • d.o: aklump
  • http://www.InTheLoftStudios.com

The Versions

23/10 2014

dev-master

9999999-dev http://github.com/aklump/kit_php

PHP classes for compiling CodeKit's Kit Language (for HTML).

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

codekit the kit language

23/10 2014

dev-develop

dev-develop http://github.com/aklump/kit_php

PHP classes for compiling CodeKit's Kit Language (for HTML).

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

codekit the kit language

26/10 2013

0.2.4

0.2.4.0 http://github.com/aklump/kit_php

PHP classes for compiling CodeKit's Kit Language (for HTML).

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

The Development Requires

codekit the kit language

25/10 2013

0.2.3

0.2.3.0 http://github.com/aklump/kit_php

PHP classes for compiling CodeKit's Kit Language (for HTML).

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

The Development Requires

codekit the kit language

24/10 2013

0.2.2

0.2.2.0 http://github.com/aklump/kit_php

PHP classes for compiling CodeKit's Kit Language (for HTML).

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

The Development Requires

codekit the kit language

24/10 2013

0.2.1

0.2.1.0 http://github.com/aklump/kit_php

PHP classes for compiling the Kit Language by Bryan Jones.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

The Development Requires

codekit the kit language

24/10 2013

0.2

0.2.0.0 http://github.com/aklump/codekit_php

A PHP implementation to parse the CodeKit language.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

The Development Requires

codekit php wrapper

24/10 2013

0.1

0.1.0.0 http://github.com/aklump/codekit_php

A PHP implementation to parse the CodeKit language.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3.0

 

The Development Requires

codekit php wrapper