Quickly set up a local Gitlab CE server using Vagrant.
Run vagrant up to setup the virtual server.
- Ubuntu 16.04
- Installs latest Docker
| <?php | |
| /* | |
| First, create API Projects at https://www.vimexx.nl/api | |
| Second, replace all vars between [] with credentials from previous step! | |
| Third, see below; | |
| $vimexx = (new \Vimexx([account], 'wefact')); | |
| var_export($vimexx->post('/domains')); | |
| var_dump($vimexx->client('whmcs')->post('/domain/dns', ['sld' => 'achterstraat', 'tld' => 'com'])); | |
| var_export($vimexx->client('wefact')->post('/domains')); | |
| */ |