Search by

Fluffy Paws - Web application framework. Treats included ;)

Maintainers

Package info

github.com/fluffy-space/paws

Type:project

pkg:composer/fluffy-space/paws

Transparency log

Statistics

Installs: 86

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0.18 2026-08-31 17:00 UTC

This package is auto-updated.

Last update: 2026-09-02 07:51:07 UTC


README

Fluffy Paws — the web application layer on top of the Fluffy framework. Treats included ;)

Where Fluffy gives you the server, the ORM and the build, Paws gives you the things every web application needs before it can do anything interesting:

  • Accounts and sessions — registration, login, password reset, email confirmation, session limits and token rotation.
  • Permissions — a bitmask of capabilities and roles on the user, checked per controller method.
  • Admin UI (Pupils) — a ready admin area: dashboard, CRUD scaffolding, data tables, forms and the layout around them.
  • Shared components (SharedPaws) — the models and Viewi components reused by both the admin and the application side.

Packages

Directory Contains
FluffyPaws Server-side application layer: auth, permissions, settings, mail, controllers
Pupils The admin interface — layouts, CRUD pages, data tables
SharedPaws Models and Viewi components shared between server and browser

Status

Used in production — it is the application layer behind urlicer.com. The same caveat as Fluffy applies: public APIs still change between versions, and the docs are thinner than the code. See the Fluffy README for the fuller picture.