Skip to content

antoinefloris/Nymfony

 
 

Repository files navigation

Nymfony

Nymfony is not Symfony

Introduction

A simple exercise for my students to the different steps of developing a framework.

View

Views are stored in the View/ directory. Views are rendered from Controllers.

return $this->render("somepage.php");

Helper\Router

Routes are declared in the /routes.json file. See Router info

Helper\ServiceContainer

Services are declared in the /services.json file. See ServiceContainer info

Helper\CLITableBuilder

See CLITableBuilder info

Helper\CLIShellColor

See CLIShellColor info

MIT License

License

About

Nymfony is Not-Symfony, a toy PHP framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%