hubert/state-exporter

Util to export whole class states into file with easy import

v1.0.1 2023-03-17 07:14 UTC

This package is auto-updated.

Last update: 2024-05-17 09:49:17 UTC


README

PHP trait to load var_export

Sample use

class Sample {
  use UseState;
}