Libraries tagged by interbase
php-extended/php-ensurer-interface
179746 Downloads
A library to specify how to ensure strong typing of arbitrary data
php-extended/php-email-address-interface
192966 Downloads
A library to represent email addresses and mailboxes
php-extended/php-domain-interface
181037 Downloads
A library to manipulate domain names
php-extended/php-datetime-parser-interface
170651 Downloads
A parser that gives datetime objects from string values
php-extended/php-data-provider-interface
188920 Downloads
A generic provider of data in raw form, ready to be interpreted
php-extended/php-charset-interface
215173 Downloads
A library to list all the available charsets used over the internet
php-extended/php-accept-language-interface
10383 Downloads
Interfaces to implement the Accept-Language http header
mouf/utils.value.value-interface
510154 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
222488 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
222496 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!
dhii/output-renderer-interface
47259 Downloads
An interface for objects that can perform rendering.
barberry/interfaces
58515 Downloads
usox/hack-http-factory-interfaces
26334 Downloads
PSR-17 like http factory interfaces
dhii/stringable-interface
48974 Downloads
Interoperability interface for objects that can be cast to string
wovosoft/laravel-typescript
1073 Downloads
Transforms Laravel Models to Typescript Interfaces/Types