# 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