Skip to content

Gazler/rubyphp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Ruby functions for PHP

$a = array(1,2,3);
$b = Ruby::map($a,function($i){return $i*2;});
$b == array(2,4,6); // TRUE

About

Some ruby functions for those of us who still have to work with php.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%