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.
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/phpfacile/event-db-zend
Requires
- php: >=7.0.0
- phpfacile/event-json: ^1.0
- phpfacile/zend-db-ext: ^1.0.1
- zendframework/zend-db: ^2.5
Requires (Dev)
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"
}