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