https://github.com/coccoto/cocomone
https://github.com/coccoto/cocomone
framework php
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/coccoto/cocomone
- Owner: coccoto
- License: mit
- Created: 2020-02-04T15:37:10.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-01T17:34:15.000Z (over 1 year ago)
- Last Synced: 2025-12-14T21:34:34.561Z (6 months ago)
- Topics: framework, php
- Language: PHP
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cocomone
It is a simple framework consisting of only basic parts and supports MVC design.
## Prerequisites
- PHP 7.4
## Features
- [Create a routing (coccoto/dotrouter)](https://github.com/coccoto/dotrouter)
- [Supports database operations (coccoto/select-db)](https://github.com/coccoto/select-db)
## Installation
```sh
$ composer create-project coccoto/cocomone {projectName}
```
## License
MIT License