Download the PHP package athlan/press-server-api-client without Composer
On this page you can find all versions of the php package athlan/press-server-api-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package press-server-api-client
PressServer API Client
This library allows you to receive callback request from Press Server.
Recommendations
-
Keep in mind that order of events matters. Try to retreive operations, reverse it order and store/process in correct order because of occuring dependencies. For example an announcement add event depends on category creation event.
-
Store events locally for further processing.
Try to retreive events data from Press Server and store them locally for futher processing to not cause Press Server wait for your processing. Just store event content to your local event sotre (files, database) and process them in separate thread or in scheduled task (for example cron).
The example with simple filestore is included in
/example
directory.
Example usage
Example usage is in /example
directory.