gathern / casdoor-api
A skeleton repository for my packages
v0.2.2
2025-03-25 18:50 UTC
Requires
- php: ^8.1.0
- eventsauce/object-hydrator: ^1.6
- saloonphp/saloon: ^3.0
Requires (Dev)
- laravel/pint: ^1.18.1
- pestphp/pest: ^3.5.1
- pestphp/pest-plugin-type-coverage: ^3.1
- phpstan/phpstan: ^1.12.7
- rector/rector: ^1.2.8
- symfony/var-dumper: ^7.1.6
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