Skip to content

razvanbackpack/micromesh

Repository files navigation

MicroMesh

MicroMesh is a small and lightweight PHP framework, currently being built as a learning project. It is in no way, shape, or form ready to be used in the wild.

What can it do:

  • Basic routing
    • Only GET and POST
  • Blade template engine
  • Built-in DB connection
    • Only mysql implemented for now

How to

Follow the WelcomeController.php example from app/Controllers/

Running

Development

First, you must install composer, and then run:

  • composer create-project razvancode/micromesh=dev-main
  • composer install
  • Run php mesh init to have the .env file created from env.example
  • Run php mesh run to run the PHP server

After you're done developing

  • make /public folder the root

Made using BladeOne, and Symfony Console

About

A small PHP framework

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages