Skip to content

The Volteric Metal API wrapper for PHP applications.

License

Notifications You must be signed in to change notification settings

volteric/metal-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Volteric Metal PHP Wrapper

Welcome to the home of the Volteric Metal API PHP wrapper, our in-house development team maintains this for public use.

In order to get started, you need to download the VoltericCloud.php file and require it in your desired file. To initialize a session, take a look below:

require('VoltericMetal.php');
$token = "YOUR_API_TOKEN";

$volteric = new VoltericCloud();
$volteric->login($token);

Once the session has been initialized, you can use the $volteric variable as you would with our API making sure you remove the /v2 from your request. Feel free to reach out to us at [email protected] if you run into any problems.

About

The Volteric Metal API wrapper for PHP applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published