Posted on Jul 24, 2010 by
Swift Rabbit
With phar we could create one file applications. All phar apps can be namespaced, so we could write modular applications based on plugin architecture. You only need to add new phar to application and you get new features.
Comment #1
Posted on Jul 29, 2010 by Swift OxI second this! Phar is a great container to distribute your PHP applications in! In addition, openssl could be compiled in to allow for code signing and verification in phar (important if you allow_url_include by default).
Status: New
Labels:
Type-Defect
Priority-Medium