Libraries tagged by it

mxp100/plastic

9 Favers
21874 Downloads

Plastic is an Elasticsearch ODM and mapper for Laravel. It renders the developer experience more enjoyable while using Elasticsearch by providing a fluent syntax for mapping , querying and storing eloquent models.

Go to Download


muqsit/asynciterator

19 Favers
1015 Downloads

A virion that simplifies writing tasks that traverse iterators

Go to Download


mouf/utils.session.session-manager

2 Favers
250910 Downloads

This package is used to manage sessions. It provides a DefaultSessionManager class that you can use to configure your PHP sessions, and a SessionManagerInterface that you can implement if you want to provide your own session management.

Go to Download


mouf/utils.constants.secret

0 Favers
372018 Downloads

This package contains a simple installer for Mouf that will create a constant 'SECRET' in your project and initialize it to some random value.

Go to Download


mouf/utils.constants.debug

0 Favers
359625 Downloads

This package contains a simple installer for Mouf that will create a constant 'DEBUG' in your project and initialize it to true. Useful for packages supporting a 'debug' mode.

Go to Download


mouf/utils.common.url-interface

0 Favers
351619 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!

Go to Download


mouf/utils.common.sortable-interface

1 Favers
204036 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!

Go to Download


mouf/utils.common.paginable-interface

1 Favers
204044 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!

Go to Download


mouf/utils.cache.in-memory-cache

1 Favers
354073 Downloads

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.

Go to Download


mouf/mvc.splash-common

4 Favers
354481 Downloads

Splash is a PHP router. It takes an HTTP request and dispatches it to the appropriate controller.

Go to Download


mouf/html.utils.weblibrarymanager.component-installer

0 Favers
353967 Downloads

This Mouf package contains a Composer installer that will automatically create WebLibrary instances when a 'component' package is installed in Composer. It is designed to be used only with Mouf's WebLibraryManager.

Go to Download


mouf/html.utils.weblibrarymanager

0 Favers
356329 Downloads

The Javascript/CSS library manager is a PHP class in charge of keeping track of the JS and CSS files that have been included so far in a web page. Basically, you tell the Javascript/CSS library manager to import a JS/CSS file and it will make sure it is included, only once, and that all dependencies are included as well.

Go to Download


mouf/html.renderer

0 Favers
355534 Downloads

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.

Go to Download


mouf/html.htmlelement

2 Favers
363924 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.

Go to Download


moox/core

1 Favers
2794 Downloads

The Moox Core package cares for many common features. It is required by all Moox packages.

Go to Download


<< Previous Next >>