claud/my-php-mvc

Small PHP MVC framework

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 1

Forks: 1

Open Issues: 0

Language:CSS

Type:project

0.6.0 2024-01-05 15:30 UTC

This package is auto-updated.

Last update: 2024-04-05 16:06:09 UTC


README

Latest Stable Version Total Downloads License

The My PHP MVC is a small project that aims to simplify and study PHP for simple web applications. Use it, have fun and call it yours.

Resources

  • Easy to use
  • Simple and intuitive
  • Support for routes with parameters
  • Functions or controller methods associated with routes

Installing

You can clone this repository or install via Composer:

composer create-project claud/my-php-mvc

After installing, you can serve te application using the PHP built-in web server:

php -S localhost:8000 -t public

The application will be available at http://localhost:8000.

Contributing

If you would like to contribute to this project, please follow these steps:

  1. Fork the repository
  2. Create a branch with a meaningful description: git checkout -b my-feature
  3. Make your changes and add relevant code comments
  4. Make sure to run unit tests, if applicable
  5. Submit a pull request describing your changes

License

The My PHP MVC is open-sourced software licensed under the MIT license.

ContACT

If you have any questions or need help, please feel free to contact: