Skip to content
/ lambda Public
forked from jeremeamia/mu

The 6-LOC PHP CLI Microframework. Just cuz.

Notifications You must be signed in to change notification settings

mrferos/lambda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The λ PHP Cli Microframework

Code Climate

Features

It's like µ but for CLI!

Example

$a = new λ();
$a->add('--foo=(?<foo>.*) (?<cool>--cool)', function($params) {
    if (isset($params['cool'])) {
        var_dump($params['foo']);
    }
});

$a->run();

It works, but it's kinda definitely a joke.

Don't use this in production, or really anywhere. It's just for fun. 😄

About

The 6-LOC PHP CLI Microframework. Just cuz.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%