Popular Packages
-
-
-
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.
-
PHP
sourcebroker/restrictfe
This extension blocks access to frontend and allows to show it only to some defined exception's like if the request is from an authorized backend user, has specific IP, header, domain, language or GET/POST vars. Useful to protect your staging and production instances.
-
-
-
PHP
devgeniem/wp-noindex-testing-staging-robots
Uses robots.txt to not index development/testing environments of this site with search-engines
-
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
skyscanner/jsonpath
JSONPath implementation for querying and updating JSON objects
Abandoned! See galbar/jsonpath
-
-
-
PHP
byjg/singleton-pattern
A lightweight PHP implementation of the Design Pattern Singleton using trait.