Popular Packages
-
-
PHP
mouf/utils.cache.in-memory-cache
This package contains the most basic cache mechanism. It stores cache items in an array. It means the cache is flushed as soon as the script returns. It is very basic, but also very fast. You will usually use this mechanism with another one just behind.
-
PHP
mouf/html.renderer
This package contains the rendering mechanism of the Mouf framework. It is a mechanism allowing packages/templates/developers to overload a default template for various HTML objects.
-
dnhb/api-client
A client for the Hypotheekbond APIs
-
-
PHP
rinvex/country
Rinvex Country is a simple and lightweight package for retrieving country details with flexibility. A whole bunch of data including name, demonym, capital, iso codes, dialling codes, geo data, currencies, flags, emoji, and other attributes for all 250 countries worldwide at your fingertips.
Abandoned! See rinvex/countries
-
PHP
mouf/utils.common.url-interface
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!
-
-
-
PHP
mirzabusatlic/laravel-schedule-monitor
Monitor the output of scheduled tasks in a database table
-
-
-
PHP
silverstripe/realme
Adds support to SilverStripe for authentication via RealMe (https://www.realme.govt.nz/)
-
-
PHP
mouf/utils.composite-exception
This project contains a simple PHP exception that can aggregate multiple exceptions in one.