Download the PHP package kiefernwald/affair without Composer
On this page you can find all versions of the php package kiefernwald/affair. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kiefernwald/affair
More information about kiefernwald/affair
Files in kiefernwald/affair
Download kiefernwald/affair
More information about kiefernwald/affair
Files in kiefernwald/affair
Vendor kiefernwald
Package affair
Short Description A library to allow handling of events.
License MIT
Homepage http://github.com/kiefernwald/affair
Package affair
Short Description A library to allow handling of events.
License MIT
Homepage http://github.com/kiefernwald/affair
Please rate this library. Is it a good library?
Informations about the package affair
Affair 😍
Affair is a simple library to take away some work when handling events. It is the core of Oberhavel.jetzt project.
Installation
composer require kiefernwald/affair
Usage
Implement your own EventProvider
, following EventProviderInterface
. It should handle access to your storage:
Instantiate the main service in your code and pass it an instance of your event provider:
Use the service's main methods:
getEvents
to get a list of eventsgetEvent
to get a single event by idcreateEvent
to create and store a new event
All versions of affair with dependencies
PHP Build Version
Package Version
The package kiefernwald/affair contains the following files
Loading the files please wait ....