google85/php-mvc-core

PHP MVC - core package

v1.0.7 2022-05-18 13:40 UTC

This package is auto-updated.

Last update: 2024-09-18 20:12:36 UTC


README

last version on GitHub Last version on Packagist Last commit Total Downloads

php-mvc-core

PHP MVC core package, based on TheCodeHolic's video

Video src: @https://www.youtube.com/watch?v=6ERdu4k62wI&

Last update: 2022-05-18

Contains:

  • models for registration, user

  • form models

  • migrations with methods for creating / running them

Usage:

  • As it is also published on package list website, it must be installed via composer
$ composer require google85/mvc-core

Changelog:

  • 2022-05-18

    • added LICENSE file
    • also in composer.json
    • added badge of total downloads
    • small fixes
  • 2022-03-11

    • added textareaField() method in Form