Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Looks very much like Sinatra - http://sinatra.rubyforge.org/ - PHPized.

In Sinatra you don't even need the methods. For example:

  get '/say/*/to/*' do
    # put code here
  end

  post '/somewhere_else' do
    # put code here
  end
If the original developer hasn't seen Sinatra it'd be worth checking out for some ideas - Sinatra is becoming quite popular in Rubyland lately so the ideas are reasonably sticky and probably worth porting to PHP.


Not familiar with Sinatra. Will look into it, thanks!




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: