dialect-katrineholm/laravel-internetx

Internetx API wrapper for laravel

1.0.3 2022-05-06 10:43 UTC

This package is auto-updated.

Last update: 2024-04-11 18:31:06 UTC


README

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