An open API service indexing awesome lists of open source software.

https://github.com/philippebeck/php-mvc

Instructional Template to start a Web Application with a PHP MVC Architecture
https://github.com/philippebeck/php-mvc

mvc-architecture php7

Last synced: 13 days ago
JSON representation

Instructional Template to start a Web Application with a PHP MVC Architecture

Awesome Lists containing this project

README

        

# PHP-MVC

Instructional Template to start a Web Application with a PHP MVC Architecture

## Overview

This project is a pedagogic template to start a Web application with a PHP MVC architecture...

Issues presents what steps are necessary to build it.

Wiki presents the procedure to create your own PHP MVC application with this example.

## Summary

- [Download](#download)
- [Support](#support)
- [Open-Source](#open-source)
- [Documentation](#documentation)
- [Issues](#issues)
- [Pull Requests](#pull-requests)
- [Contributing](#contributing)
- [Versioning](#versioning)
- [Creator](#creator)
- [Copyright](#copyright)

---

## Download

[Latest Release](https://github.com/philippebeck/php-mvc/releases)

`git clone https://github.com/philippebeck/php-mvc.git`

[![Repo Size](https://img.shields.io/github/repo-size/philippebeck/php-mvc.svg?label=Repo+Size)](https://github.com/philippebeck/php-mvc/tree/master)

---

## Support

php-mvc has no continuous support !

[![Project Maintained](https://img.shields.io/maintenance/no/2020.svg?label=Maintained)](https://github.com/philippebeck/php-mvc)
[![GitHub Last Commit](https://img.shields.io/github/last-commit/philippebeck/php-mvc.svg?label=Last+Commit)](https://github.com/philippebeck/php-mvc/commits/master)

---

## Open-Source

[![GitHub Stars](https://img.shields.io/github/stars/philippebeck/php-mvc.svg?label=GitHub+:+php-mvc+|+Stars)](https://github.com/philippebeck/php-mvc)

---

## Documentation

Documentation is available !

[![WebSite Status](https://img.shields.io/website-up-down-green-red/https/github.com/philippebeck/php-mvc/wiki.svg?label=Documentation)](https://github.com/philippebeck/php-mvc/wiki)

---

## Issues

Issues can be created here

[![GitHub Open Issues](https://img.shields.io/github/issues/philippebeck/php-mvc.svg?label=Issues)](https://github.com/philippebeck/php-mvc/issues)

---

## Pull Requests

And Pull Requests can be created there

[![GitHub Open Pull Requests](https://img.shields.io/github/issues-pr/philippebeck/php-mvc.svg?label=Pull+Requests)](https://github.com/philippebeck/php-mvc/pulls)

---

## Contributing

php-mvc needs you if you like it : sends pull requests on GitHub to improve it !!

[![GitHub Contributors](https://img.shields.io/github/contributors/philippebeck/php-mvc.svg?label=Contributors)](https://github.com/philippebeck/php-mvc/graphs/contributors)

---

## Versioning

php-mvc is maintained under the [Semantic Versioning 2.0.0](https://semver.org)

[![GitHub Version](https://img.shields.io/github/tag/philippebeck/php-mvc.svg?label=Version)](https://github.com/philippebeck/php-mvc/blob/master/composer.json)

---

## Creator

Philippe Beck

[![WebSite Status](https://img.shields.io/website-up-down-green-red/https/philippebeck.net.svg?label=https://philippebeck.net)](https://philippebeck.net)
[![GitHub Followers](https://img.shields.io/github/followers/philippebeck.svg?label=GitHub+:+philippebeck+|+Followers)](https://github.com/philippebeck)
[![Twitter Follow](https://badgen.net/twitter/follow/philippepjbeck)](https://twitter.com/philippepjbeck)

---

## Copyright

Code released under the MIT License

[![GitHub License](https://img.shields.io/github/license/philippebeck/php-mvc.svg?label=License)](https://github.com/philippebeck/php-mvc/blob/master/LICENSE)