for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* © 2018 - Phoponent
* Author: Nicolas Choquet
* Email: [email protected]
* LICENSE GPL ( GNU General Public License )
*/
namespace phoponent;
use phoponent\framework\traits\static_class;
use phoponent\framework\static_classe\xphp;
class index {
use static_class;
public static function start($argv) {
return xphp::parse($argv[1]);
}