av / bonefish-traits
Abstract traits
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Installs: 131
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
pkg:composer/av/bonefish-traits
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