New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@userfrosting/sprinkle-admin

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
s

@userfrosting/sprinkle-admin

Admin Sprinkle for UserFrosting 6

6.0.0-alpha.3
latest
74

Supply Chain Security

100

Vulnerability

87

Quality

90

Maintenance

100

License

Version published
Weekly downloads
103
45.07%
Maintainers
0
Weekly downloads
 
Created
Issues
0

UserFrosting 5.2 Admin Sprinkle

Version NPM Version PHP Version License Build Codecov StyleCI PHPStan Join the chat Donate Donate

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 Admin sprinkle contains the routes and controllers to implement the administrative user management interface, as well as the group, role, and permission management interfaces.

Installation

  • Require in your UserFrosting project :

    composer require userfrosting/sprinkle-admin
    
  • Add the Sprinkle to your Sprinkle Recipe :

    public function getSprinkles(): array
    {
        return [
            \UserFrosting\Sprinkle\Admin\Admin::class,
        ];
    }
    
  • Bake

    php bakery bake
    

Documentation

See main UserFrosting Documentation for more information.

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.

FAQs

Package last updated on 02 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts