From 579d274a5c441ffb7a229bb0ca5f28aae3d78e6c Mon Sep 17 00:00:00 2001 From: "Bradley D. Thornton" Date: Thu, 31 Oct 2019 19:48:28 -0700 Subject: [PATCH] Update and rename README to README.md Improve appearance and change README to README.md markdown format for a better presentation --- README | 7 ------- README.md | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 032e09f..0000000 --- a/README +++ /dev/null @@ -1,7 +0,0 @@ -HBWrapper is simple PHP class that wraps php_curl and php 5+ magic methods -into easy to use interface. - -HostBill website: http://hostbillapp.com/ -HostBill API: http://api.hostbillapp.com/ - -Sample usage: see example.php file diff --git a/README.md b/README.md new file mode 100644 index 0000000..80207b6 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# HBWrapper: A PHP Wrapper based on the HostBill API + +## HBWrapper: + +HBWrapper is a simple PHP class that wraps php_curl and php 5+ magic methods +into an easy to use interface. + +## HostBill Website and API resources + +Resource | URL +--- | --- +HostBill website: | http://hostbillapp.com/ +HostBill API: | http://api.hostbillapp.com/ + +Sample usage: see `example.php` file