Skip to content

Scaffold a new php package using projectista. This repository is part of projectista.

License

Notifications You must be signed in to change notification settings

projectista/php-package

Repository files navigation


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

About

Scaffold a new php package using projectista. This repository is part of projectista.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published