Add note on usage

This commit is contained in:
Nero 2019-08-15 19:56:30 +00:00
parent 559d12f011
commit 41d5792a48
1 changed files with 5 additions and 0 deletions

View File

@ -15,3 +15,8 @@ Testing is done by clicking around in `test.php`.
- session_start() needs to be called from the parent application
- openssl is required for CRSF token generation
- class autoloading needs to be done from parent application
# How to use it
Include it via git checkout or submodule into the class autoload directories, under `Post/`.
There is no packaging for compose etc, this is mostly meant for conventional php applications.