av / bonefish-traits
There is no license information available for the latest version (v1.0.1) of this package.
Abstract traits
This package's canonical repository appears to be gone and the package has been frozen as a result.
v1.0.1
2015-09-12 12:55 UTC
Requires
- php: >=5.6.0
This package is not auto-updated.
Last update: 2023-10-14 11:58:00 UTC
README
Simple package with some abstract traits
- CacheHelperTrait
- DirectoryCreator
- Parametrized
CacheHelperTrait
Allows you to set a prefix for your cache and return unique keys with your prefix and identifier
DirectoryCreator
Simple wrapper for mkdir with file_exists check
Parametrized
Add parameters to your class and a simple getter and setter