Hi,
We would like to use external PHP libraries that use namespaces, for example, Braintree SDK with our custom phabricator installation. I think PHP libraries with namespace is probably more common in 2017 than it was in 2015 https://secure.phabricator.com/D14498 .
Can this be supported? May be using something like https://github.com/nikic/PHP-Parser make it easier to implement this feature.
Thanks.