for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Arcanesoft\Foundation;
class Foundation
{
/* ------------------------------------------------------------------------------------------------
| Constants
| ------------------------------------------------------------------------------------------------
*/
const VERSION = '0.1.1';
| Constructor
public function __construct()
//
}
| Getters & Setters
/**
* Get the package version.
*
* @return string
public function version()
return self::VERSION;