Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Microsandbox PHP SDK

A minimal PHP SDK for the Microsandbox project.

Installation

composer require yourusername/microsandbox

Usage

<?php

require_once 'vendor/autoload.php';

use Microsandbox\Hello;

// Print a greeting
Hello::greet('World');

License

Apache 2.0