gathern/casdoor-api

A skeleton repository for my packages

v0.2.2 2025-03-25 18:50 UTC

This package is auto-updated.

Last update: 2025-04-25 17:04:38 UTC


README

This package provides a wonderful Casdoor-api to start building your next package idea.

Requires PHP 8.1+

๐Ÿงน Keep a modern codebase with Pint:

composer lint

โœ… Run refactors using Rector

composer refacto

โš—๏ธ Run static analysis using PHPStan:

composer test:types

โœ… Run unit tests using PEST

composer test:unit

๐Ÿš€ Run the entire test suite:

composer test