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

https://github.com/userfrosting/framework

Support package for UserFrosting
https://github.com/userfrosting/framework

php userfrosting

Last synced: about 1 month ago
JSON representation

Support package for UserFrosting

Awesome Lists containing this project

README

        

# UserFrosting 5.1 Framework

[![Version](https://img.shields.io/github/v/release/userfrosting/framework.svg?include_prereleases)](https://github.com/userfrosting/framework/releases)
![PHP](https://img.shields.io/badge/php-%5E8.1-brightgreen)
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE.md)
[![Build](https://img.shields.io/github/actions/workflow/status/userfrosting/framework/Build.yml?branch=5.1&logo=github)](https://github.com/userfrosting/framework/actions)
[![Codecov](https://codecov.io/gh/userfrosting/framework/branch/5.1/graph/badge.svg)](https://app.codecov.io/gh/userfrosting/framework/branch/5.1)
[![StyleCI](https://github.styleci.io/repos/360994768/shield?branch=5.1&style=flat)](https://github.styleci.io/repos/360994768)
[![PHPStan](https://img.shields.io/github/actions/workflow/status/userfrosting/framework/PHPStan.yml?branch=5.1&label=PHPStan)](https://github.com/userfrosting/framework/actions/workflows/PHPStan.yml)
[![Join the chat](https://img.shields.io/badge/Chat-UserFrosting-brightgreen?logo=Rocket.Chat)](https://chat.userfrosting.com)
[![Donate](https://img.shields.io/badge/Open_Collective-Donate-blue?logo=Open%20Collective)](https://opencollective.com/userfrosting#backer)
[![Donate](https://img.shields.io/badge/Ko--fi-Donate-blue?logo=ko-fi&logoColor=white)](https://ko-fi.com/lcharette)

## Installation
```
composer require userfrosting/framework
```

## Documentation & Usage
See main [UserFrosting Documentation](https://learn.userfrosting.com) and documentation for specific parts:
- [Cache](src/Cache/)
- [Config](src/Config/)
- [Fortress](src/Fortress/)
- [i81n](src/I18n)
- [Session](src/Session)
- [Support](src/Support)
- [UniformResourceLocator](src/UniformResourceLocator)

## [Changelog](CHANGELOG.md)

## [Issues](https://github.com/userfrosting/UserFrosting/issues)

## [License](LICENSE.md)

## [Style Guide](https://github.com/userfrosting/.github/blob/main/.github/STYLE-GUIDE.md)

## [Testing](RUNNING_TESTS.md)