2017 © Pedro Peláez
 

library cgi

Run CGI-based applications with Rackem

image

rackem/cgi

Run CGI-based applications with Rackem

  • Thursday, January 23, 2014
  • by tamagokun
  • Repository
  • 2 Watchers
  • 4 Stars
  • 261 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Rack'em CGI

Use these to serve CGI compliant applications via Rack'em., (*1)

Example

return \Rackem::run(new \Rackem\Php(null, __DIR__));

This will serve the current directory as a PHP CGI application. The first parameter can be used to pass in a Rack'em application so you can also use this as a middleware., (*2)

Web Applications

This is a great way to run some PHP applications locally (for development), so I included a Rewritable app to do just that., (*3)

return \Rackem::run(new \Rackem\Rewritable(null, __DIR__.'/wordpress'));

This will serve a Wordpress site that is located in ./wordpress/, (*4)

The Rewritable class can also serve other web applications like Drupal etc., (*5)

The Versions

23/01 2014

dev-master

9999999-dev http://github.com/ripeworks/rackem-cgi

Run CGI-based applications with Rackem

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

server cgi rack rackem

23/01 2014

v0.3.2

0.3.2.0 http://github.com/ripeworks/rackem-cgi

Run CGI-based applications with Rackem

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

server cgi rack rackem

02/01 2014

v0.3.1

0.3.1.0 http://github.com/ripeworks/rackem-cgi

Run CGI-based applications with Rackem

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

server cgi rack rackem

02/01 2014

v0.3

0.3.0.0 http://github.com/ripeworks/rackem-cgi

Run CGI-based applications with Rackem

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

server cgi rack rackem

02/01 2014

v0.2.1

0.2.1.0 http://github.com/ripeworks/rackem-cgi

Run CGI-based applications with Rackem

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

server cgi rack rackem

02/01 2014

v0.2

0.2.0.0 http://github.com/ripeworks/rackem-cgi

Run CGI-based applications with Rackem

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

server cgi rack rackem

08/07 2013

v0.1

0.1.0.0 http://github.com/tamagokun/rackem-cgi

Run CGI-based applications with Rackem

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

server cgi rack rackem