https://github.com/unisharp/uni-cms
https://github.com/unisharp/uni-cms
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/unisharp/uni-cms
- Owner: UniSharp
- License: mit
- Created: 2017-11-20T07:04:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-02T10:12:48.000Z (over 7 years ago)
- Last Synced: 2025-01-10T12:49:19.842Z (over 1 year ago)
- Language: PHP
- Size: 72.3 KB
- Stars: 2
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Project Skeleton
A PHP project skeleton integration with PHPUnit, PHP CodeCoverage and PHP CodeSniffer.
[](https://travis-ci.org/UniSharp/uni-cms)
[](https://coveralls.io/github/UniSharp/uni-cms?branch=master)
## Quick Start
### Installation
```bash
$ git clone https://github.com/UniSharp/uni-cms.git
$ cd unit-test
$ make init
`````
### Run Test
```bash
$ make test
```