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

https://github.com/coolephp/skeleton

This is an official framework application template for Coole. - 这是一个官方提供的 Coole 框架应用模板。
https://github.com/coolephp/skeleton

cooler framework skeleton template

Last synced: 14 days ago
JSON representation

This is an official framework application template for Coole. - 这是一个官方提供的 Coole 框架应用模板。

Awesome Lists containing this project

README

          

Coole

> This is an official framework application template for [Coole](https://github.com/guanguans/coole). - 这是一个官方提供的 [Coole](https://github.com/guanguans/coole) 框架应用模板。

[![tests](https://github.com/coolephp/skeleton/actions/workflows/tests.yml/badge.svg)](https://github.com/coolephp/skeleton/actions/workflows/tests.yml)
[![check & fix styling](https://github.com/coolephp/skeleton/actions/workflows/php-cs-fixer.yml/badge.svg)](https://github.com/coolephp/skeleton/actions/workflows/php-cs-fixer.yml)
[![Latest Stable Version](https://poser.pugx.org/coolephp/skeleton/v)](//packagist.org/packages/coolephp/skeleton)
[![Total Downloads](https://poser.pugx.org/coolephp/skeleton/downloads)](//packagist.org/packages/coolephp/skeleton)
[![License](https://poser.pugx.org/coolephp/skeleton/license)](//packagist.org/packages/coolephp/skeleton)

## Documentation

[www.guanguans.cn/coole](https://www.guanguans.cn/coole/)

## Requirement

* PHP >= 7.3

## Installation

``` bash
$ composer create-project coolephp/skeleton -vvv
```

## Quick start service

``` php
$ php bin/coole serve
```

## Testing

``` bash
$ composer test
```

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Contributing

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

## Security Vulnerabilities

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

## Credits

* [guanguans](https://github.com/guanguans)
* [All Contributors](../../contributors)

## License

The MIT License (MIT). Please see [License File](LICENSE) for more information.