PHPackages                             ruiborda/light - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. ruiborda/light

ActiveLibrary[Framework](/categories/framework)

ruiborda/light
==============

Web Framework

v1.0.0(5y ago)115MITPHP

Since Apr 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ruiborda/Light)[ Packagist](https://packagist.org/packages/ruiborda/light)[ RSS](/packages/ruiborda-light/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Light
=====

[](#light)

[![Packagist](https://camo.githubusercontent.com/f86052d76e8a552ed03bd1087436840301ddac33cb45b5fa51102fd5d9062d73/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f727569626f7264612f6c696768742e737667)](https://packagist.org/packages/ruiborda/light)

Web Framework

Installation
------------

[](#installation)

```
composer require ruiborda/light
```

Example
-------

[](#example)

```
namespace Any{
    class User{
        public function method_name(int $id,string $name){
            echo 'id: '. $id;
            echo '';
            echo 'name: '. $name;
        }
    }
}
```

```
