phpfacile/event-db-zend

This service basically stores an event in a database (using zend-db) and get list of stored events as JSON string.

1.0.5 2018-11-22 18:05 UTC

This package is auto-updated.

Last update: 2024-04-23 06:25:39 UTC


README

This service basically stores an event in a database (using zend-db) and get list of stored events as JSON string.

This is part of the phpfacile/event suite.

Installation

At the root of your project type

composer require phpfacile/event-db-zend

Or add "phpfacile/event-db-zend": "^1.0" to the "require" part of your composer.json file

"require": {
    "phpfacile/event-db-zend": "^1.0"
}