PHP-Mindbody-API-Library icon indicating copy to clipboard operation
PHP-Mindbody-API-Library copied to clipboard

A PHP-based library for interfacing with Mindbody's SOAP API

Results 4 PHP-Mindbody-API-Library issues
Sort by recently updated
recently updated
newest added

In MindbodyClient.php on line 61 an exception is thrown that doesn't exist. `throw new UnexpectedValueException("{$type} is not a valid type associated with ".get_called_class());`

I am using your library but i am not able to get all clients lists it's showing me success but getting no result from it

Running your basic example from the `README` and I get the following error. > **Fatal error:** Class 'MindbodyAPI/services/SiteService' not found in **_/full/path_/MindbodyAPI/MindbodyClient.php** on line **9** - Permissions are correct. -...