efiku/cryfex

1.0 2015-08-19 11:43 UTC

This package is not auto-updated.

Last update: 2024-05-11 15:40:43 UTC


README

ಠ_ಥ("PHP !");

Build Status Latest Stable Version Total Downloads Latest Unstable Version License Code Climate

##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