PHPackages                             otis22/php-interfaces - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. otis22/php-interfaces

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

otis22/php-interfaces
=====================

Interfaces for OOP php projects

1.1.1(5y ago)01.3k2MITPHP

Since Nov 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/otis22/php-interfaces)[ Packagist](https://packagist.org/packages/otis22/php-interfaces)[ RSS](/packages/otis22-php-interfaces/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (7)Used By (2)

[![GitHub CI](https://github.com/otis22/php-interfaces/workflows/CI/badge.svg)](https://github.com/otis22/php-interfaces/workflows/CI/badge.svg)

php-interfaces
==============

[](#php-interfaces)

php interfaces for OOP projects

Installation
------------

[](#installation)

```
composer require otis22/php-interfaces

```

KeyValue Interface
------------------

[](#keyvalue-interface)

Interface for objects which can be convert to simple assoc array key =&gt; value

```
