Download the PHP package aklump/kit_php without Composer
On this page you can find all versions of the php package aklump/kit_php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aklump/kit_php
More information about aklump/kit_php
Files in aklump/kit_php
Download aklump/kit_php
More information about aklump/kit_php
Files in aklump/kit_php
Vendor aklump
Package kit_php
Short Description PHP classes for compiling CodeKit's Kit Language (for HTML).
License BSD-3-Clause
Homepage http://github.com/aklump/kit_php
Package kit_php
Short Description PHP classes for compiling CodeKit's Kit Language (for HTML).
License BSD-3-Clause
Homepage http://github.com/aklump/kit_php
Keywords CodeKitThe Kit Language
Please rate this library. Is it a good library?
Informations about the package kit_php
Summary
A PHP implementation to parse CodeKit's Kit language by Bryan Jones .
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.
$obj = new Compiler('kit', 'html');
$obj->apply();
Testing
PHPUnit tests are provided.
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
All versions of kit_php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package aklump/kit_php contains the following files
Loading the files please wait ....