Skip to content

Library details

Marcos Porto Mariño edited this page Dec 24, 2025 · 1 revision

Library details

src/Dotenvx/             (Rodas\Dotenvx\ namespace)
├── Decryptor.php
├── Dotenvx.php
├── Adapter/
│   ├── ArrayAdapter.php
│   ├── ArrayMultiAdapter.php
│   └── DecryptableAdapterInterface.php
├── Middleware/
│   ├── DecryptorMiddleware.php
│   ├── InsertMiddleware.php
│   └── MiddlewareInterface.php
└── Provider/
    ├── KeyProviderInterface.php
    └── StaticKeyProvider.php

Clone this wiki locally