https://github.com/mavision/app
https://github.com/mavision/app
framework mavision php web
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mavision/app
- Owner: mavision
- Created: 2017-12-10T05:54:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-11T13:10:20.000Z (over 8 years ago)
- Last Synced: 2024-04-19T00:41:54.488Z (almost 2 years ago)
- Topics: framework, mavision, php, web
- Language: PHP
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## About
Mavision is a web application framework with easy syntax.
#### Server Requirements
You will need to make sure your server meets the following requirements :
- PHP >= 5.5.12
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
## Install
```bash
composer create-project mavision/app my-app-name
```
## License
The Mavision framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).