efiku / cryfex
ಠ_ಥ
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/efiku/cryfex
Requires
- php: >=5.5.0
Requires (Dev)
- phpunit/phpunit: ~4.6
This package is not auto-updated.
Last update: 2025-10-26 00:19:33 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