waryway / php-traits-library
General use traits
Installs: 308 412
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires (Dev)
- phpunit/phpunit: 6.4.3
This package is auto-updated.
Last update: 2025-03-09 13:43:31 UTC
README
General PHP traits for ease of development
Status
Usage
- Include this package through composer.
- Use the composer autoloader
- Reference through through psr-4 namespaces
Singleton
Prevent instantiation of 'single instance' object. The standard php singleton trait.
Hydrator
Rest likes standard class objects. Hydrating php object can be easy. Follow the hydrator pattern.
Generator
The generator trait currently supports reading from a file with an optional line parser