Skip to content

jasperf/laravel-internetx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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();

About

API wrapper for laravel

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%