So this is something someone (I think Merth or KermM) suggested somewhere around eight years ago, but I finally got around to starting to do it. Whoo!
clrhome-tools-php is (going to be) a bunch of stuff open-sourced from ClrHome's massive codebase. It's taking me a bit of time to clean it up enough to publish (mostly because my web code from eight years ago was moderately atrocious), but the first batch of utilities are ready if anyone would like to use them for their own projects.
Probably most interesting is
Program.class.php, a class for reading and writing prgm variables that comes with a (pretty robust) tokenizer. Same syntax as
IES (whence the original code) and
TokenIDE (the original inspiration).