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
- Host: GitHub
- URL: https://github.com/userfrosting/framework
- Owner: userfrosting
- License: other
- Created: 2021-04-23T20:10:50.000Z (about 4 years ago)
- Default Branch: 5.1
- Last Pushed: 2024-07-06T17:11:52.000Z (11 months ago)
- Last Synced: 2024-10-07T07:48:03.073Z (8 months ago)
- Topics: php, userfrosting
- Language: PHP
- Homepage: https://github.com/userfrosting/UserFrosting
- Size: 2.21 MB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# UserFrosting 5.1 Framework
[](https://github.com/userfrosting/framework/releases)

[](LICENSE.md)
[](https://github.com/userfrosting/framework/actions)
[](https://app.codecov.io/gh/userfrosting/framework/branch/5.1)
[](https://github.styleci.io/repos/360994768)
[](https://github.com/userfrosting/framework/actions/workflows/PHPStan.yml)
[](https://chat.userfrosting.com)
[](https://opencollective.com/userfrosting#backer)
[](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)