cassis.js
Including CASSIS
Use the following code to include cassis.js:
Clientside in HTML:
<script type="text/javascript" src="cassis.js"></script>
Serverside in PHP:
include 'cassis.php';
In PHP using Composer:
"require": {
"tantek/cassis": "0.1.*"
},
require_once 'vendor/autoload.php';
Tests
To run the PHP tests:
$ phpunit.phar