Libraries tagged by user interface
php-extended/php-charset-interface
214884 Downloads
A library to list all the available charsets used over the internet
mouf/html.htmlelement
367258 Downloads
This package contains the HtmlElementInterface interface that can be used to output HTML on a page. It also features base classes implementing this interface.
o2system/spl
19462 Downloads
O2System Standard PHP Library (SPL) it's build based on original standard PHP library. It's made up primarily of commonly needed datastructure classes, iterators, handlers and exceptions for O2System PHP Framework, but also can be used independently outside O2System PHP Framework environment.
wpmetabox/mb-custom-post-type
359 Downloads
Create and manage custom post types and custom taxonomies with an easy-to-use interface in WordPress.
factorio-item-browser/common
6267 Downloads
Common classes and interfaces used throughout the Factorio Item Browser project.
dazzle/behat-drupal-translations
17463 Downloads
Allows you to use the original interface string in Drupal without worrying about the current language.
chiefgroup/laravel-guzzle
1536 Downloads
Chiefgroup Laravel Interface API Use
ccmbenchmark/ting_bundle
99978 Downloads
Symfony bundle for ccmbenchmark/ting. Provides an interface to use a lightweight datamapper in symfony.
bentools/psr7-request-matcher
302562 Downloads
A PSR-7 RequestMatcher interface for use into several projects.
10quality/ayuco
5130 Downloads
Command-Line interface that can be used to execute commands written in PHP.
anzusystems/contracts
12933 Downloads
Interfaces, traits and abstract classes used in AnzuSystems ecosystem.
upmind/provision-provider-base
7183 Downloads
This library contains all the base interfaces, classes and logic to create provision category and provider classes, and register them for use in a laravel application.
mouf/utils.log.log_interface
183617 Downloads
This package contains an interface used by many components to log messages. Please download a logger package that implements this interface (like the utils.log.errorlog_logger package)
mouf/utils.common.url-interface
354198 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.cache.cache-interface
376178 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.