Easily produce Adapter classes and dummy-responses for testing them
kmuenkel/conduit is a Laravel package for easily produce adapter classes and dummy-responses for testing them.
It currently has 0 GitHub stars and 309 downloads on Packagist (latest version v2.2.2).
Install it with composer require kmuenkel/conduit.
Discover more Laravel packages by kmuenkel
or browse all Laravel packages to compare alternatives.
Last updated
This package allows for easy creation of API adapters. Extendable to include support for things like SOAP or FTP. Eloquent\Model-like structure, i.e. one class per endpoint that doubles as a response Struct. And Mockery-like ability to cordon off external calls and send back dummy-responses for the sake of PhpUnit.
This borrows a lot of inspiration from Eloquent in how it's structured.