├── CLAUDE.md ├── LICENSE ├── README.md ├── composer.json └── src ├── AbstractData.php ├── AliasesTrait.php ├── Data.php ├── Exception.php ├── Ini.php ├── JSON.php ├── PhpArray.php ├── Yml.php └── functions.php /CLAUDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JBZoo/Data/HEAD/CLAUDE.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JBZoo/Data/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JBZoo/Data/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JBZoo/Data/HEAD/composer.json -------------------------------------------------------------------------------- /src/AbstractData.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JBZoo/Data/HEAD/src/AbstractData.php -------------------------------------------------------------------------------- /src/AliasesTrait.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JBZoo/Data/HEAD/src/AliasesTrait.php -------------------------------------------------------------------------------- /src/Data.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JBZoo/Data/HEAD/src/Data.php -------------------------------------------------------------------------------- /src/Exception.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JBZoo/Data/HEAD/src/Exception.php -------------------------------------------------------------------------------- /src/Ini.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JBZoo/Data/HEAD/src/Ini.php -------------------------------------------------------------------------------- /src/JSON.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JBZoo/Data/HEAD/src/JSON.php -------------------------------------------------------------------------------- /src/PhpArray.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JBZoo/Data/HEAD/src/PhpArray.php -------------------------------------------------------------------------------- /src/Yml.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JBZoo/Data/HEAD/src/Yml.php -------------------------------------------------------------------------------- /src/functions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JBZoo/Data/HEAD/src/functions.php --------------------------------------------------------------------------------