klaviyo / php-klaviyo

PHP wrapper for the Klaviyo API
59 stars 47 forks source link

Refactor #14

Closed smoucka closed 4 years ago

smoucka commented 4 years ago

@siddwarkhedkar I had started working on this back in December and then poked around with it over the past few months. You are welcome to pull this down and keep working on it if you want a starting point. The lists and and base classes are working. Feel free to use as much of this as you want or absolutely none of it.

There is a good, if not a bit outdated, wrapper here: https://github.com/GollyGood/klaviyo-api-php. I borrowed quite a bit especially with the profile and event models. Also followed some of the conventions Rem set in his Python wrapper.

siddwarkhedkar commented 4 years ago

Almost all files require a new line at the end, will take care of it in the new unit test push