albet/asmvc

A Simple PHP MVC Framework

Installs: 25

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 1

Open Issues: 0

Type:project

3.0 2023-01-16 03:16 UTC

This package is auto-updated.

Last update: 2024-04-10 16:44:26 UTC


README

Created By Albet Novendo.

Requiresment

  • Apache2 with:
    • Rewrite
    • Override
  • MySQL (If you need it)
  • PHP 8.0 and upper
  • Composer

How to install?

Manual Way

  1. Clone this repository;
  2. Type php asmvc (This will perform composer install if you haven't install the dependencies first);
  3. You're good to go.

Composer Way

composer create-project albet/asmvc project-name

Documentation

The documentation of ASMVC can be found in: ASMVC Docs

License

This project is licensed under MIT. Copyright 2022

Contribution and Issues

You can contribute to this project freely. It can be feature contributions, bug fix, bug report and many more.