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