DEV Community

Zacchaeus Bolaji
Zacchaeus Bolaji

Posted on

Eyowo-php: A PHP Wrapper for Eyowo API

Over the weekend, I decided to go through eyowo API docs. I attempted to consume the APIs using PHP.

The API docs include sample codes for curl, javascript, kotlin, ruby and java. No sample codes for PHP yet.

So, I went ahead to create a PHP wrapper for the API, for those who might want to use the API in their PHP application. The package named eyowo-php is framework-agnostic, meaning it can work in any PHP framework or application.

Go ahead and check it out here https://github.com/djunehor/eyowo-php

Top comments (0)