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

338 B

PHP Interfaces

A collection of common interfaces for PHP objects and data transfer patterns.

Installation

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