general code cleanup:
- added spaces throughout Client.php following PSR-2 guidelines that were skipped in the previous commit
- added visibility to constructor and destructor methods following PSR-2 recommendations
- declare user and password properties and visibility following PSR-2 recommendations
- updated README to add recently added functions/methods
- minor general changes to the README