Kit-PHPEncoder icon indicating copy to clipboard operation
Kit-PHPEncoder copied to clipboard

Highly customizable alternative to var_export for PHP code generation

Results 2 Kit-PHPEncoder issues
Sort by recently updated
recently updated
newest added

Thanks for this project. I have been using it for several months to prettify a configuration array that is modified by a UI and written to a file. It would...

I have a specific need, can it be implemented in this library? I want to have dumped array with comments like this: ```php return [ 'a' => [ 'a1' =>...