Name | Lines of code | Maintainability | Test coverage |
.gitattributes | |||
.github/workflows/php.yml | |||
.gitignore | |||
Dockerfile | |||
LICENSE | |||
README.md | |||
composer.json | |||
docker-compose.yml | |||
phpunit.xml.dist | |||
src/Client.php | 221 | A 3 hrs | C 76% |
src/Endpoint/Activities.php | 11 | A 0 mins | A 100% |
src/Endpoint/Base.php | 71 | A 0 mins | A 100% |
src/Endpoint/Campaigns.php | 99 | A 0 mins | A 100% |
src/Endpoint/Collections.php | 75 | A 1 hr | A 100% |
src/Endpoint/Customers.php | 123 | A 0 mins | A 91% |
src/Endpoint/Customers/Devices.php | 36 | A 0 mins | A 100% |
src/Endpoint/Events.php | 13 | A 0 mins | A 100% |
src/Endpoint/Exports.php | 29 | B 5 hrs | A 100% |
src/Endpoint/MessageTemplates.php | 24 | A 0 mins | A 100% |
src/Endpoint/Messages.php | 20 | A 0 mins | A 100% |
src/Endpoint/Newsletters.php | 38 | A 0 mins | A 100% |
src/Endpoint/Page.php | 20 | A 0 mins | A 100% |
src/Endpoint/Segments.php | 91 | B 4 hrs | A 100% |
src/Endpoint/Send.php | 28 | A 55 mins | A 100% |
src/Endpoint/SenderIdentities.php | 29 | B 5 hrs | A 100% |
src/Region.php | 21 | A 0 mins | A 100% |
src/Region/InvalidRegionException.php | 7 | A 0 mins | F 0% |
src/Region/RegionEu.php | 14 | A 0 mins | A 100% |
src/Region/RegionInterface.php | 8 | A 0 mins | F 0% |
src/Region/RegionUs.php | 14 | A 0 mins | A 100% |