Libraries tagged by interbase
php-extended/php-email-address-interface
193917 Downloads
A library to represent email addresses and mailboxes
php-extended/php-domain-interface
186458 Downloads
A library to manipulate domain names
php-extended/php-datetime-parser-interface
171418 Downloads
A parser that gives datetime objects from string values
php-extended/php-data-provider-interface
189693 Downloads
A generic provider of data in raw form, ready to be interpreted
php-extended/php-charset-interface
216836 Downloads
A library to list all the available charsets used over the internet
php-extended/php-accept-language-interface
11154 Downloads
Interfaces to implement the Accept-Language http header
mouf/utils.common.url-interface
355292 Downloads
This package contains an interface used by many objects to say they represent a URL. The concept is very simple, the object implements a getUrl method, and that's it!
mouf/utils.common.sortable-interface
227924 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
227931 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!
mouf/utils.cache.cache-interface
377313 Downloads
This package only contains the interface that must be implemented by caching classes. Unless you want to implement your own caching method, you should import a cache package that will use this interface. For instance, common.utils.session-cache, or common.utils.file-cache.
mouf/utils.action.action-interface
367760 Downloads
This package contains an interface used by many objects to say they can do stuff. Actually, they can perform one particular action and has been designed for that. The action performed is completely up to the implementer (sending a mail, storing a result in database, displaying something on the screen...) The concept is very simple, and very powerful at the same time.
mouf/mouf-validators-interface
384691 Downloads
The mouf-validators-interface package contains interfaces your classes can implement to provide self-validation in the Mouf interface.
mimmi20/ua-parser-interface
38917 Downloads
Provides a GitHub repository ua-parser-interface for a PHP library, using GitHub actions.
mimmi20/ua-loader-interface
38922 Downloads
Provides a GitHub repository ua-loader-interface for a PHP library, using GitHub actions.
lorddashme/php-static-class-interface
3751 Downloads
A simple package that convert a service class into a static-like class.