Libraries tagged by interbase
christophwurst/nextcloud
1141052 Downloads
Composer package containing Nextcloud's public API (classes, interfaces)
yetopen/yii2-sms-sender-interface
131240 Downloads
It implements SmsSenderInterface that should be implemented by text message sender classes
testsoft/package-vitual-interface
Downloads
open-orchestra/open-orchestra-model-interface
Downloads
bulldog/router-interface
Downloads
shopsys/plugin-interface
262695 Downloads
General Shopsys Platform plugin interface
quillstack/storage-interface
5948 Downloads
Common interface for Storage classes.
php-extended/php-version-interface
236448 Downloads
A library to specify how to manipulate version numbers
php-extended/php-parser-interface
319185 Downloads
An abstract interface implementation for parsers
php-extended/php-lexer-interface
236257 Downloads
A lexer to prepare the work for any parser of data
php-extended/php-io-interface
239639 Downloads
Interfaces to implement generic input and output operations
php-extended/php-charset-interface
249303 Downloads
A library to list all the available charsets used over the internet
mouf/utils.value.value-interface
561747 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
269544 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
269551 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!