An open API service indexing awesome lists of open source software.

https://github.com/hubertkuch/php-state-exporter

PHP trait to load var_export
https://github.com/hubertkuch/php-state-exporter

cache export exporter import library php trait

Last synced: over 1 year ago
JSON representation

PHP trait to load var_export

Awesome Lists containing this project

README

          

# php-state-exporter
PHP trait to load var_export

Sample use

```php
class Sample {
use UseState;
}
```