PHP Chord
Quick overview of what PHP Chord can do.
Download
Download PHP Chord v1.0
All you need is PHP5 with the GD extension enabled.
Examples
PHP Chord is very easy to use, a chord can be drawn within 2 lines of code:
<?php
$c = new chord(array('x',3,2,0,1,0));
$c->draw();
?>
PHP Chord's package come with loads of examples for you to test. You can browse the example page online if you wish.
License
This work is published under the Creative Commons Attribution-NonCommercial 3.0 license http://creativecommons.org/licenses/by-nc/3.0/
To obtain a commercial license please contact me.
PHP Chord on the web
The Code Project: http://www.codeproject.com/KB/PHP/phpchord.aspx
PHPClasses: http://www.phpclasses.org/phpchord
PHPKode: http://www.phpkode.com/scripts/item/php-chord-v1.0/