Labels: enhancement, config
Context: CodeIgniter 4 with .env-based configuration
Description:
The SDK does not detect environment variables set in .env. Developers must hardcode API keys in code, which violates best practices.
Expected:
Provide helper: Openapi::fromEnv('OPENAPI_KEY', 'OPENAPI_URL');
Impact:
Reduced security and configuration portability between environments.