Files
Interfaces/README.md
2025-12-12 09:53:07 +04:00

19 lines
338 B
Markdown

# PHP Interfaces
A collection of common interfaces for PHP objects and data transfer patterns.
## Installation
```bash
composer require diffhead/php-interfaces
```
## Features
- **ArrayInstantiable** — Interface for objects that can be created from arrays
- **HasUuid** — Interface for objects with UUID support
## License
MIT