https://github.com/sikessem/framework
⚡️ The @Sikessem framework.
https://github.com/sikessem/framework
composer framework php sikessem
Last synced: 9 months ago
JSON representation
⚡️ The @Sikessem framework.
- Host: GitHub
- URL: https://github.com/sikessem/framework
- Owner: Sikessem
- License: mit
- Created: 2022-10-25T15:27:51.000Z (over 3 years ago)
- Default Branch: 0.x
- Last Pushed: 2025-04-22T13:52:53.000Z (12 months ago)
- Last Synced: 2025-04-22T14:45:48.593Z (12 months ago)
- Topics: composer, framework, php, sikessem
- Language: PHP
- Homepage: https://packagist.org/packages/sikessem/framework
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# The [
](https://github.com/Sikessem "Sikessem") Framework
This framework is a [Laravel](https://laravel.com) customization for [Sikessem/Starter](https://packagist.org/packages/sikessem/starter).
[![php-icon]][php-link]
[![packagist-version-icon]][packagist-version-link]
[![packagist-download-icon]][packagist-download-link]
[![license-icon]][license-link]
[![actions-icon]][actions-link]
[![twitter-icon]][twitter-link]
***
## 🔖 Contents
- [📋 Requirements](#-requirements)
- [⚡️ Installation](#️-installation)
- [👏 Contribution](#-contribution)
- [Code of Conduct](#code-of-conduct)
- [👥 Contributing Guide](#-contributing-guide)
- [🔒️ Good First Issues](#️-good-first-issues)
- [💬 Discussions](#-discussions)
- [🔐 Security Reports](#-security-reports)
## 📋 Requirements
> - **Requires [PHP 8.2+](https://php.net/releases/)** (at least 8.2.28 recommended to avoid potential bugs).
> - **Requires [Composer v2+](https://getcomposer.org/)** to manage PHP dependencies.
## ⚡️ Installation
Install [Framework](https://packagist.org/packages/sikessem/framework) using [Composer](https://getcomposer.org/):
- By adding the `sikessem/framework` dependency to your `composer.json` file:
```json
{
"require" : {
"sikessem/framework": "^0.9"
}
}
```
- Or by including the dependency:
```bash
composer require sikessem/framework
```
## 👏 Contribution
The main purpose of this repository is to continue evolving Sikessem. We want to make contributing to this project as easy and transparent as possible, and we are grateful to the community for contributing bug fixes and improvements. Read below to learn how you can take part in improving Sikessem.
### [Code of Conduct][conduct-link]
Sikessem has adopted a Code of Conduct that we expect project participants to adhere to.
Please read the [full text][conduct-link] so that you can understand what actions will and will not be tolerated.
### 👥 [Contributing Guide][contrib-link]
Read our [**Contributing Guide**][contrib-link] to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Sikessem.
### 🔒️ Good First Issues
We have a list of [good first issues][gfi] that contain bugs which have a relatively limited scope. This is a great place to get started, gain experience, and get familiar with our contribution process.
[gfi]: https://github.com/sikessem/framework/labels/good%20first%20issue
### 💬 Discussions
Larger discussions and proposals are discussed in [**sikessem/community**][discuss-link].
## 🔐 Security Reports
If you discover a security vulnerability within [Sikessem](https://sikessem.com), please email [Sigui Kessé Emmanuel](https://github.com/siguici) at [siguici@proton.me](mailto:siguici@proton.me). All security vulnerabilities will be promptly addressed.
***
Made with ❤︎ by @siguici.
[php-icon]: https://img.shields.io/badge/PHP-ccc.svg?style=flat&logo=php
[php-link]: https://github.com/sikessem/framework/search?l=php "PHP code"
[packagist-version-icon]: https://img.shields.io/packagist/v/sikessem/framework
[packagist-version-link]: https://packagist.org/packages/sikessem/framework "Framework Releases"
[packagist-download-icon]: https://img.shields.io/packagist/dt/sikessem/framework
[packagist-download-link]: https://packagist.org/packages/sikessem/framework "Framework Downloads"
[actions-icon]: https://github.com/sikessem/framework/workflows/CI/badge.svg
[actions-link]: https://github.com/sikessem/framework/actions "Framework status"
[twitter-icon]: https://img.shields.io/twitter/follow/SikessemHQ.svg?label=@SikessemHQ
[twitter-link]: https://twitter.com/intent/follow?screen_name=SikessemHQ "Ping Sikessem"
[license-icon]: https://img.shields.io/badge/license-MIT-blue.svg
[license-link]: https://github.com/sikessem/framework/blob/HEAD/LICENSE "Framework License"
[conduct-link]: https://github.com/sikessem/.github/blob/HEAD/CODE_OF_CONDUCT.md
[contrib-link]: https://github.com/sikessem/.github/blob/HEAD/CONTRIBUTING.md
[discuss-link]: https://github.com/orgs/sikessem/discussions