Skip to content

CodeIgniter 4: Missing support for .env configuration #12

@francescobianco

Description

@francescobianco

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions