19 lines
338 B
Markdown
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
|