Looking to hire Laravel developers? Try LaraJobs

laravel-internetx maintained by dialect-katrineholm

Description
Internetx API wrapper for laravel
Last update
2022/05/06 12:43 (dev-master)
License
Downloads
828

Comments
comments powered by Disqus

Build Status

laravel-internetx

API wrapper for Internetx. This is currently a work in progress and doesn't support everything in the API.

Basic usage

Set INTERNETX_USERNAME and INTERNETX_PASSWORD in the .env or publish the config file.

Domains

Internetx::domains()->where('name', 'LIKE', '*.com')->get();
Internetx::domains()->where('name', '=', 'example.com')->first();

Documentation

https://help.internetx.com/display/APIXMLEN/XML+API+Basics