php-symfony-ring-central-notifier

Symfony RingCentral Notifier Bridge

The Symfony RingCentral Notifier Bridge provides RingCentral integration for Symfony Notifier.

xringd

extended ring daemon - monitor phone rings and take action

xringd will monitor a serial line for RING signals and activate various commands when specific "ring-delay sequences" are detected.

libring-mock-clojure

library for creating mock Ring request maps

Ring-mock is a library for creating mock Ring request maps. It is primarily used for testing applications using Ring.

libring-anti-forgery-clojure

Ring middleware to prevent CSRF attacks

ring-anti-forgery is a Ring middleware that prevents CSRF attacks via a randomly-generated anti-forgery token. By default, any request that isn't a HEAD or GET request will require an anti-forgery token, or an "access denied" response will be returned. The token is bound to the session, and accessible via the "anti-forgery-token" variable.

libring-defaults-clojure

Ring middleware that provides sensible defaults

Knowing what middleware to add to a Ring application, and in what order, can be difficult and prone to error.

libring-headers-clojure

Ring middleware for common response headers

ring-headers is a Ring middleware collection for adding and manipulating common response headers. It provides middleware for: