Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 288 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 288 Bytes

guesty-php-sdk

An PHP Implementation of the new guesty API.

Instruction

Ideally when test against SDK implementation, we run:

composer test  -- --testsuite GuestyUnitTests

And for testing guesty API availability, simply:

composer test -- --testsuite GuestyApiTest