Libraries tagged by user interface
daandesmedt/phpheadlesschrome
181818 Downloads
A PHP wrapper for using Google Chrome Headless mode. Convert URL or HTML to a PDF / screenshot. Easy to use and OOP interfaced.
sandrokeil/interop-config
387747 Downloads
Provides interfaces and a concrete implementation to create instances depending on configuration via factory classes and ensures a valid config structure. It can also be used to auto discover factories and to create configuration files.
planetteamspeak/ts3-php-framework
81484 Downloads
Modern use-at-will framework that provides individual components to manage TeamSpeak 3 Server instances
rinvex/laravel-repositories
16877 Downloads
Rinvex Repository is a simple, intuitive, and smart implementation of Active Repository with extremely flexible & granular caching system for Laravel, used to abstract the data layer, making applications more flexible to maintain.
dawood/phpchromepdf
69547 Downloads
A slim PHP wrapper around google-chrome to convert url to pdf or to take screenshots , easy to use and clean OOP interface
diegobanos/php-glicko2
114172 Downloads
A PHP glicko2 implementation with an easy to use interface
alazzi-az/odoo-xmlrpc
10061 Downloads
PHP package that provides a simple and easy-to-use interface for interacting with the Odoo XML-RPC API
securetrading/http
406555 Downloads
Secure Trading's HTTP package - provides a generic HTTP interface and an implementation that uses cURL. Supports logic for retries; SSL verification; etc.
plesk/wappspector
8628 Downloads
Command-line interface utility to analyze the file structure of a web hosting server and identify the frameworks and CMS used in the websites hosted on it.
mvdpoel/php-ews
176157 Downloads
The PHP Exchange Web Services library (php-ews) is intended to make communication with Microsoft Exchange servers using Exchange Web Services easier. It handles the NTLM authentication required to use the SOAP services and provides an object-oriented interface to the complex types required to form a request.
kodus/session
35978 Downloads
A simple interface for storing and retrieving session data without the use of PHP's native session handling
jamm/memory
24206 Downloads
Key-value storage in memory. As a storage can be used: APC, Redis, Memcache, Shared memory. All storage objects have one interface, so you can switch them without changing the working code. Contains PHP Redis client.
mouf/utils.value.value-interface
508919 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
221324 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
221332 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!