Does anyone know a good way to suggest to Oracle that they use a namespace for their PHP SDK? There's currently no namespace on it, and I'm getting conflicts with our framework (which sadly is only partially namespaced, and outside our control). I've seen a LOT of github repos where people have wrapped up the SDK in a namespace for themselves, but this needs updating every time there's an update to the SDK, and nobody seems to do that. Really, the SDK should be in a namespace.