efiku/cryfex

ಠ_ಥ

Maintainers

Details

github.com/efiku/cryfex

Source

Issues

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 6

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/efiku/cryfex

1.0 2015-08-19 11:43 UTC

This package is not auto-updated.

Last update: 2025-10-26 00:19:33 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