Libraries tagged by interface
alleyinteractive/wp-type-extensions
428762 Downloads
PHP interfaces and implementations for WordPress.
zendframework/zendgdata
287589 Downloads
provide programmatic interface to some of Google's online services
pear/versioncontrol_git
988548 Downloads
VersionControl_Git is a library that provides OO interface to handle Git repository.
michaelhue/li3_flash_message
85204 Downloads
The Flash Message plugin for Lithium provides a straightforward interface for displaying status messages to the user.
mcs/amazon-mws
163004 Downloads
Library to interface with Amazon MWS
laravel/cashier-mollie
78586 Downloads
Laravel Cashier provides an expressive, fluent interface to Mollie's subscription billing services.
http-interop/http-server-middleware
303829 Downloads
Common interface for HTTP server-side middleware
http-interop/http-factory
872793 Downloads
Common interface for HTTP message factories
christophwurst/nextcloud
1136573 Downloads
Composer package containing Nextcloud's public API (classes, interfaces)
bartlett/php-reflect
95653 Downloads
Adds the ability to reverse-engineer classes, interfaces, functions, constants, namespaces, traits and more.
yetopen/yii2-sms-sender-interface
126385 Downloads
It implements SmsSenderInterface that should be implemented by text message sender classes
php-extended/php-parser-interface
314243 Downloads
An abstract interface implementation for parsers
mouf/utils.value.value-interface
557456 Downloads
This package contains an interface used by many objects to say they represent a value that can be computed. The concept is very simple, and very powerful at the same time.
mouf/utils.common.sortable-interface
265640 Downloads
This package contains an interface used by objects to say they can sort data. The concept is very simple, the object implements a sort method that takes a key (the sort column) and a direction, and that's it!
mouf/utils.common.paginable-interface
265647 Downloads
This package contains an interface used by objects to say they can paginate data. The concept is very simple, the object implements a paginate method that takes a limit and an offset, and that's it!