figuren-theater / code-quality
Development tools to measure and test the code quality of figuren.theater, the WordPress Multisite network for puppeteers.
Installs: 1 546
Dependents: 23
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 11
pkg:composer/figuren-theater/code-quality
- dev-main
- 2.0.0
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.1
- 1.0.0
- 0.9.0
- 0.8.1
- 0.8.0
- 0.7.1
- 0.7.0
- 0.6.7
- 0.6.6
- 0.6.5
- 0.6.4
- 0.6.3
- 0.6.2
- 0.6.1
- 0.6.0
- 0.5.1
- 0.5.0
- 0.4.5
- 0.4.4
- 0.4.3
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.1
- 0.3.0
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.0
- dev-dependabot/github_actions/actions/setup-node-6.0.0
- dev-dependabot/composer/ergebnis/composer-normalize-2.48.2
- dev-dependabot/github_actions/actions/setup-node-5.0.0
- dev-dependabot/github_actions/actions/checkout-5
- dev-dependabot/composer/dealerdirect/phpcodesniffer-composer-installer-1.1.2
- dev-update/update-all-deps-07-2025
- dev-develop
This package is auto-updated.
Last update: 2025-10-20 11:56:38 UTC
README
figuren.theater | Code Quality
Development tools to measure and test the code quality of figuren.theater, the WordPress Multisite network for puppeteers.
Read our blog
See the network in action
•
Join the network
•
Create your own network
About
This is the long desc
- list closed tracking-issues or
docsfiles here - Do you have any ideas ?
Background & Motivation
See the workflow running for the figuren.theater platform
| Repo | Code Quality | |
|---|---|---|
| 1. | ft-admin-ui | |
| 2. | ft-core | |
| 3. | ft-coresites | |
| 4. | ft-data | |
| 5. | └── ft-network-sourcelinks | |
| 6. | ft-interactive | |
| 7. | ft-maintenance | |
| 8. | ft-media | |
| 9. | ft-onboarding | |
| 10. | ├── ft-core-block-domaincheck | |
| 11. | └── install.php | |
| 12. | ft-options | |
| 13. | ft-performance | |
| 14. | ft-platform | |
| 15. | ft-platform-collection | |
| 16. | ft-privacy | |
| 17. | ft-routes | |
| 18. | ft-security | |
| 19. | ft-seo | |
| 20. | ft-site-editing | |
| 21. | ├── ft-network-block-editor | |
| 22. | └── ft-network-block-patterns | |
| 23. | ft-theater | |
| 24. | ├── label-printing | |
| 25. | ├── theater-production-blocks | |
| 25. | └── theater-production-subsites | |
| 26. | ft-themes | |
| 27. | ft-theming | |
| 28. | .github | |
| 29. | code-quality | |
| 30. | ├── phpstan | (No Build, no tests :) |
| 31. | └── coding-standards | |
| 32. | new-ft-module | |
| 33. | status.figuren.theater | |
| 34. | BLOGS | |
| 35. | ├── websites.fuer.figuren.theater/demos | |
| 36. | └── katharina-muschiol.de |
Install
- Install via command line
composer require --dev figuren-theater/code-quality@* - Create a phpstan.neon file in the root of the repository
- Create a .phpcs.xml file in the root of the repository
Usage
composer normalize
vendor/bin/phpstan analyse -nvv
vendor/bin/phpcs . -v
Built with & uses
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Versioning
We use Semantic Versioning. For the versions available, see the tags on this repository.
Authors
- Carsten Bach - Provided idea & code - figuren.theater/crew
See also the list of contributors who participated in this project.
License
This project is licensed under the GPL-3.0-or-later, see the LICENSE file for details
Acknowledgments
- @szepeviktor for all wonderful sharings over the last years especially everything related coding-standards and semi-automated tests.
- altis by humanmade, as our digital role model and inspiration
- @roborourke for his clear & understandable coding guidelines
- python-project-template for their nice template->repo renaming workflow