dialect-katrineholm / laravel-internetx
Internetx API wrapper for laravel
1.0.3
2022-05-06 10:43 UTC
Requires
- guzzlehttp/guzzle: ^7.0.1
Requires (Dev)
- orchestra/testbench: ~3.0
README
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();