efiku / cryfex
ಠ_ಥ
1.0
2015-08-19 11:43 UTC
Requires
- php: >=5.5.0
Requires (Dev)
- phpunit/phpunit: ~4.6
This package is not auto-updated.
Last update: 2024-11-09 18:46:44 UTC
README
ಠ_ಥ("PHP !");
##Download with composer:
composer require "efiku/cryfex"
##Small preview
<?php function divide($a, $b){ return ($b !== 0) ? $a/$b : throw new ಠ_ಥ("Why you do this.."); } try{ divide( 10 / 0 ); } catch( ಠ_ಥ $e ){ die( $e->getMessage() ); }
License: LICENSE