Libraries tagged by utlis

newman/laravel-graphql-test-utils

1 Favers
4174 Downloads

Laravel GraphQL test utilities package. Helps you to test your GraphQL queries & mutations easily.

Go to Download


mwstake/mediawiki-component-utils

0 Favers
16204 Downloads

Go to Download


mouf/utils.value.value-interface

1 Favers
484553 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.

Go to Download


mouf/utils.session.session-manager

2 Favers
250359 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.session.optimistic-session-handler

6 Favers
1669 Downloads

Session handler that releases session lock quickly. Useful for multiple ajax calls on the same page.

Go to Download


mouf/utils.log.psr.multi-logger

2 Favers
195197 Downloads

This package contains a PSR-3 compatible logger that wrap a set of loggers

Go to Download


mouf/utils.log.psr.errorlog_logger

0 Favers
388689 Downloads

This package contains a PSR-3 compatible logger that logs messages directly to the PHP error log (using the error_log PHP function)

Go to Download


mouf/utils.constants.secret

0 Favers
371297 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
358902 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.composite-exception

1 Favers
247513 Downloads

This project contains a simple PHP exception that can aggregate multiple exceptions in one.

Go to Download


mouf/utils.common.url-interface

0 Favers
350916 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
200948 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
200956 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.purge-ui

0 Favers
183262 Downloads

This package contains a user interface that will add a 'Purge cache' button to Mouf, allowing you to purge any PSR-6, PSR-16, Doctrine and Mouf cache easily.

Go to Download


mouf/utils.cache.in-memory-cache

1 Favers
353361 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


<< Previous Next >>