README.md
# Blog Core Package for CSlant Blog 👋
<p align="center">
<a href="#"><img src="https://img.shields.io/github/license/cslant/blog-core.svg?style=flat-square" alt="License"></a>
<a href="https://packagist.org/packages/cslant/blog-core"><img src="https://img.shields.io/github/release/cslant/blog-core.svg?style=flat-square" alt="Latest Version"></a>
<a href="https://github.com/cslant/blog-core/actions/workflows/setup_test.yml"><img src="https://img.shields.io/github/actions/workflow/status/cslant/blog-core/setup_test.yml?label=tests&branch=main" alt="Test Status"></a>
<a href="https://scrutinizer-ci.com/g/cslant/blog-core"><img src="https://img.shields.io/scrutinizer/g/cslant/blog-core.svg?style=flat-square" alt="Quality Score"></a>
<a href="https://codeclimate.com/github/cslant/blog-core/maintainability"><img src="https://api.codeclimate.com/v1/badges/a9d5858f6ce356763095/maintainability" alt="Maintainability"/></a>
</p>
```text
██████╗███████╗██╗ █████╗ ███╗ ██╗████████╗ ██████╗ ██╗ ██████╗ ██████╗
██╔════╝██╔════╝██║ ██╔══██╗████╗ ██║╚══██╔══╝ ██╔══██╗██║ ██╔═══██╗██╔════╝
██║ ███████╗██║ ███████║██╔██╗ ██║ ██║ ██████╔╝██║ ██║ ██║██║ ███╗
██║ ╚════██║██║ ██╔══██║██║╚██╗██║ ██║ ██╔══██╗██║ ██║ ██║██║ ██║
╚██████╗███████║███████╗██║ ██║██║ ╚████║ ██║ ██████╔╝███████╗╚██████╔╝╚██████╔╝
╚═════╝╚══════╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═╝ ╚═════╝ ╚══════╝ ╚═════╝ ╚═════╝
```
This is a package for CSlant's blog Core.
## 📋 Requirements
- PHP ^8.1
- [Composer](https://getcomposer.org/)
## 🔧 Installation
```bash
composer require cslant/blog-core
```
## Commit template
If you want to use a commit template, you can use the following command in the root directory of this project:
```bash
git config --local commit.template .github/commit_message.txt
```
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.