Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 911 Bytes

File metadata and controls

37 lines (25 loc) · 911 Bytes


This package provides a wonderful PHP Skeleton to start building your next package idea. This is part of the Projectista (Github) ecosystem, a set of tools to help you build your next project.

If is supposed to be used as a starting point for your next package, scaffolded using the projectista binary.

You can also use this as a standalone package, replacing all the placeholders using the provided build.sh script.

It contains the following features:

  • Pest testing framework
  • PHPStan static analysis
  • Pint integration

Testing

Run tests using Pest

./vendor/bin/pest

Run static analysis using PHPStan

./vendor/bin/phpstan

Lint your code using Pint

./vendor/bin/pint