From 41d5792a488c8766d0b77e00141c52ef132ad80c Mon Sep 17 00:00:00 2001 From: Ain <41307858+nero@users.noreply.github.com> Date: Thu, 15 Aug 2019 19:56:30 +0000 Subject: [PATCH] Add note on usage --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d3cf9cb..f2f63e2 100644 --- a/README.md +++ b/README.md @@ -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.