dev-master
9999999-devcommon interfaces I use in an app. Mostly for teaching OOP
MIT
The Requires
by Midori Koçak
common interfaces I use in an app. Mostly for teaching OOP
Most common interfaces I use in apps. Mostly for teaching OOP., (*1)
You can use this library in your app to create your classes designed by contract., (*3)
After you go into the app directory, you should execute following commands. OS X & Linux:, (*4)
composer require midorikocak/interfaces
You should use the interfaces, and your class should implement the interface you want to use. An interface has only public methods. I use php 7 in this lib, so that all methods should have exact parameter and return types, defined in the interfaces., (*5)
To run all tests of the app, execute these commands in the app directory., (*6)
composer install phpunit
Midori Kocak – @midorikocak – midori@mynameismidori.com, (*7)
Distributed under the MIT license. See LICENSE
for more information., (*8)
common interfaces I use in an app. Mostly for teaching OOP
MIT