Download the PHP package solitweb/laravel-directadmin without Composer
On this page you can find all versions of the php package solitweb/laravel-directadmin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download solitweb/laravel-directadmin
More information about solitweb/laravel-directadmin
Files in solitweb/laravel-directadmin
Package laravel-directadmin
Short Description Laravel 5 DirectAdmin API wrapper
License MIT
Homepage https://github.com/solitweb/laravel-directadmin
Informations about the package laravel-directadmin
Laravel 5 DirectAdmin API wrapper
Installation
You can install this package via Composer using:
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
Laravel 5.5+:
If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
Optionally, register the facade:
To publish the config file to app/config/laravel-directadmin.php run:
Usage
Import the facade at the top of your file.
Examples
This will return an array of all users currently owned the reseller:
This will return an array of the user's usages:
For more commands check the DirectAdmin API docs.
You have to copy the command without the CMD_API_
.
Magic Methods
It's also possible to make use of magic methods to get the data from the API as shown below:
Arguments are also supported when using a magic method:
Magic Methods are named after the method (get/post) followed by the command without CMD_API_
in CamelCase. So, if you want to make a GET request with the CMD_API_SHOW_ALL_USERS command, the magic method would be getShowAllUsers()
.
JSON Support
It's possible to use JSON support, this allows using the HTTP code for feedback. No more annoying login screen errors on invalid login parameters.
Also added magic methods support:
Change user during runtime
It's also possible to change the user during runtime as shown below:
Credits
- Phi1 'l0rdphi1' Stier
- Joshua de Gier / Pendo
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-directadmin with dependencies
illuminate/support Version ^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
solitweb/directadmin Version ^3.0.1