PHP - What are the best/popular libraries for developing CLI apps/scripts?

Posted by John Himmelman on Stack Overflow See other posts from Stack Overflow or by John Himmelman
Published on 2010-04-15T18:01:30Z Indexed on 2010/04/15 18:03 UTC
Read the original article Hit count: 760

Many of the component libraries and toolkits I'm familiar with lack CLI-specific libraries (zend, kohana, etc..). Are there any libraries/tools that are designed specifically for developing CLI application (such as an abstraction of php's multi-threading library, pcntl/posix)?

© Stack Overflow or respective owner

Related posts about php

Related posts about php-cli