Skip to content

hajimehoshi/ruby-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

* What is this

  A library to use PHP's == operator in Ruby.

* How to use

  Add following line to your Ruby script:

  require 'php'

* Example

  p 42 == '42' # => false
  require 'php'
  p 42 == '42' # => true

* Author

  Hajime Hoshi <hajimehoshi@gmail.com>

About

Let's use PHP's == operator in Ruby!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages