Skip to content

Commit

Permalink
REST-64: Add description about project in readme (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshayaT authored Aug 11, 2023
1 parent c140c48 commit 0928951
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# php-lint-workflow-guide

This repository serves as an example PHP project with the CI setup done for performing linting and code analysis as part of PHP coding standards check.

This project is based on the Symfony (v6.3) framework and created on a system with PHP 8.2.

The configuration for the CI workflow, PHPCS and Phan are in the following files:

- `.github/workflows/php-lint.yml`: Configuration for the CI workflow
- `.phan/config.php`: Configuration for Phan
- `.phpcs.xml`: Configuration for PHPCS

0 comments on commit 0928951

Please sign in to comment.