Build a PHP Package from A to Z

Build a PHP Package from A to Z

ยท

1 min read

๐Ÿ‘‰ Source code of the project: github.com/pH-7/CuteLinkNames

โœ” Let's learn how to build a simple PHP project following the best practices ๐Ÿ’ช

โœ” Learn how to publish your library to packagist.org dev.to/pierre/publish-a-php-library-to-pack..

โœ” Learn how to create unit tests + TDD.

โœ” Learn how to add a CI GitHub Action to automatically run the unit tests on git push/pull requests dev.to/pierre/create-ci-unit-tests-github-a..

โœ” Learn how to create a great READNE (and SEO friendly) page easily for your project.

โœ” Learn how to license your open source project without any hassles: youtube.com/watch?v=FLAcvWCxqqM

โœ” You will learn to build this new project through PHPStorm IDE. However, you will be free to use any other IDEs such as VS Code.

ย