From bf60e9fcbff756c04912ad82b6e7d0bbe561a5ea Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Tue, 20 Mar 2018 14:05:37 +0900 Subject: [PATCH] Readme update --- README.md | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fb121a21..502f4ee4 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,25 @@ -PHP Core Library -================ +# PHP Core Library Base PHP class files to setup any project -* login -* database wrapper -* basic helper class for debugging and other features -* admin/frontend split -* domain controlled database/settings split -* dynamic layout groups + * login + * database wrapper + * basic helper class for debugging and other features + * admin/frontend split + * domain controlled database/settings split + * dynamic layout groups + +## NOTE + +There are three branches: + +### master + +This is currently the legacy branch set live. This will change to the namespace branch once development is finished + +### legacy + +The old non namepsace format layout. This will only get bug fixes and no new development + +### namespace + +The new namespace branch. Once development is finished this branch will be removed or renamed to development only branch