hubert/state-exporter

Util to export whole class states into file with easy import

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/hubert/state-exporter

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

This package is auto-updated.

Last update: 2025-09-17 13:09:45 UTC


README

PHP trait to load var_export

Sample use

class Sample {
  use UseState;
}