Skip to content

HubertKuch/php-state-exporter

Repository files navigation

php-state-exporter

PHP trait to load var_export

Sample use

class Sample {
  use UseState;
}