From 61d20f44273482cfc0d40de6c5d429a18aa868b3 Mon Sep 17 00:00:00 2001 From: Anthony Gauthier Date: Wed, 26 Apr 2017 13:54:34 -0400 Subject: [PATCH] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b02ad87 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# MySimpleORM +MySimpleORM is a simple PHP/MySQL Object-relational mapping library. It started out as a personal and educational project, but turned into this little project you see here. + +# Documentation is still being written! Coming soon!