Download the PHP package userfrosting/sprinkle-core without Composer
On this page you can find all versions of the php package userfrosting/sprinkle-core. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download userfrosting/sprinkle-core
More information about userfrosting/sprinkle-core
Files in userfrosting/sprinkle-core
Package sprinkle-core
Short Description Core module for UserFrosting.
License MIT
Homepage https://github.com/userfrosting/UserFrosting
Informations about the package sprinkle-core
UserFrosting 5.1 Core Sprinkle
By Alex Weissman and Louis Charette
Copyright (c) 2013-2024, free to use in personal and commercial software as per the license.
UserFrosting is a secure, modern user management system written in PHP and built on top of the Slim Microframework, Twig templating engine, and Eloquent ORM.
This Core Sprinkle provides most of the "heavy lifting" PHP code. It provides all the necessary services for database, templating, error handling, mail support, request throttling, and more.
Installation in your UserFrosting project
To use this sprinkle in your UserFrosting project, follow theses instructions (N.B.: This sprinkle is enabled by default when using the base app template).
-
Require in your UserFrosting project :
-
Add the Sprinkle to your Sprinkle Recipe :
- Bake
Install locally and run tests
You can also install this sprinkle locally. This can be useful to debug or contribute to this sprinkle.
-
Clone repo :
-
Change directory
-
Install dependencies :
- Run bake command :
From this point, you can use the same command as with any other sprinkle.
Tests can be run using the bundled PHPUnit :
Same for PHPStan, for code quality :
Documentation
See main UserFrosting Documentation for more information.
- Changelog
- Issues
- License
- Style Guide
Contributing
This project exists thanks to all the people who contribute. If you're interested in contributing to the UserFrosting codebase, please see our contributing guidelines as well as our style guidelines.
All versions of sprinkle-core with dependencies
composer/semver Version ^3.2.4
doctrine/dbal Version ^3.5
filp/whoops Version ^2.14
illuminate/cache Version ^10.0
illuminate/database Version ^10.0
illuminate/events Version ^10.0
illuminate/filesystem Version ^10.0
league/csv Version ^9.2.1
league/flysystem Version ^3.22
lcharette/webpack-encore-twig Version ^1.1
monolog/monolog Version ^3.5
phpmailer/phpmailer Version ^6.0.7
slim/csrf Version ^1.3
slim/twig-view Version ^3.0
vlucas/phpdotenv Version ^5.3
userfrosting/framework Version ~5.1.0