{"id":15014494,"url":"https://github.com/medunes/noise-php","last_synced_at":"2025-07-22T11:03:11.429Z","repository":{"id":46217384,"uuid":"319040473","full_name":"MedUnes/noise-php","owner":"MedUnes","description":"A starter-kit for your PHP project.","archived":false,"fork":false,"pushed_at":"2021-11-06T06:21:45.000Z","size":62,"stargazers_count":50,"open_issues_count":6,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-22T11:02:39.411Z","etag":null,"topics":["continuous-delivery","continuous-integration","continuous-testing","github-actions","opensource","php","php7","phpstan","phpunit","psalm","skeleton-application","skeleton-template","sonarcloud","sonarqube","starter","starter-kit","starter-template","travis-ci"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MedUnes.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-06T13:31:56.000Z","updated_at":"2024-11-19T11:50:31.000Z","dependencies_parsed_at":"2022-09-25T05:40:22.564Z","dependency_job_id":null,"html_url":"https://github.com/MedUnes/noise-php","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/MedUnes/noise-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MedUnes%2Fnoise-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MedUnes%2Fnoise-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MedUnes%2Fnoise-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MedUnes%2Fnoise-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MedUnes","download_url":"https://codeload.github.com/MedUnes/noise-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MedUnes%2Fnoise-php/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266481734,"owners_count":23935938,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["continuous-delivery","continuous-integration","continuous-testing","github-actions","opensource","php","php7","phpstan","phpunit","psalm","skeleton-application","skeleton-template","sonarcloud","sonarqube","starter","starter-kit","starter-template","travis-ci"],"created_at":"2024-09-24T19:45:41.819Z","updated_at":"2025-07-22T11:03:11.400Z","avatar_url":"https://github.com/MedUnes.png","language":"PHP","readme":"\u003ch1 align=\"center\"\u003e\nPHP Noise\n    \u003cbr\u003e\n    \u003cimg src=\"https://github.com/medunes/noise-php/blob/master/logo.png\" width=\"200\"\u003e\n\u003c/h1\u003e\n\n\u003ch5\u003eA starter-kit for your PHP project. It includes frequently needed boilerplate setups (ci, badges, etc.)\u003c/h3\u003e\n\n[![release](https://img.shields.io/packagist/v/medunes/noise-php?style=flat-square)](https://packagist.org/packages/medunes/noise-php)\n[![Build Status](https://github.com/medunes/noise-php/workflows/build/badge.svg?style=flat-square)](https://github.com/MedUnes/noise-php/actions?query=workflow%3A%22build%22)\n[![Author](https://img.shields.io/badge/author-@medunes-blue.svg?style=flat-square)](https://twitter.com/medunes2)\n[![codecov](https://codecov.io/gh/medunes/noise-php/branch/master/graph/badge.svg)](https://codecov.io/gh/medunes/noise-php/branch)\n[![SonarQube Quality](https://sonarcloud.io/api/project_badges/measure?project=MedUnes_noise-php\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=MedUnes_noise-php)\n[![PHPStan](https://img.shields.io/badge/PHPStan-Level%205-brightgreen.svg?style=flat\u0026logo=php)](https://shields.io/#/)\n[![Psalm](https://img.shields.io/badge/Psalm-Level%205-brightgreen.svg?style=flat\u0026logo=php)](https://shields.io/#/)\n[![Psalm Coverage](https://shepherd.dev/github/MedUnes/noise-php/coverage.svg)](https://shepherd.dev/github/MedUnes/noise-php/coverage.svg)\n\n[![Total Downloads](https://img.shields.io/packagist/dt/medunes/noise-php?style=flat-square)](https://packagist.org/packages/medunes/noise-php)\n\n\u003cbr\u003e\n\n## 📦 Installation\n\nTo install this application, first ensure you have [Composer](https://getcomposer.org/download//) installed, then: \n\n\n```bash\n# Create your skeleton app (feel free to change the folder name instead of the demo one)\n$ composer create-project medunes/noise-php my-demo-project\n\n# Enter your app folder\n$ cd my-demo-project\n\n# Install dependencies\n$ composer setup:clean\n\n# Run the build script (tests, etc.)\n$ composer build\n\n```\n\n## ℹ️ FAQ\n\n#### So what is this?\nThis is PHP Noise !\n\nAn empty skeleton, a list of ready to customize setups.\n\nThese setups are commonly used when publishing PHP opensource projects or libraries.\n\nI use this skeleton as a basis when I start a new project on Github.\n\nInstead of spending time setting up configs from scratch, I'd rather customize them.\n\n\n#### More details?\nNowadays, you don't just write some \"working\" code and ship it to the community.\n\nThere are a couple of disciplines you should follow in order to have your library acceptable by the community (or by yourself :) )\n\nFor example, code quality, tests, README, Documentation, License, logo, CHANGELOG, CI and many others.\n\nI call these requirement: **noise**, not in a  pejorative way, but maybe because writing new code is more fun than spending time fixing, testing, validating or documenting it.\n\n#### Which kind of noise?\n\nCurrently, we support the following noise, but feel free to increase the volume:\n\n* [PHPUnit](https://phpunit.de/announcements/phpunit-9.html)\n* [PHPStan](https://github.com/phpstan/phpstan)\n* [Psalm](https://github.com/vimeo/psalm)\n* [SonarQube](https://docs.travis-ci.com/user/sonarcloud/)\n* [Github Actions](https://github.com/marketplace/actions/setup-php-action)\n* [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer#usage)\n* [README](https://github.com/medunes/noise-php/blob/master/README.md)\n* [CONTRIBUTING](https://github.com/medunes/noise-php/blob/master/CONTRIBUTING.md)\n* [LICENSE](https://github.com/medunes/noise-php/blob/master/LICENSE.md)\n* [LOGO](https://github.com/medunes/noise-php/blob/master/logo.png)\n* [CHANGELOG](https://github.com/medunes/noise-php/blob/master/CHANGELOG.md)\n\n#### Where to go next?\n\nWriting noise projects for other languages: Javascript, Go, C, C++, ..\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmedunes%2Fnoise-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmedunes%2Fnoise-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmedunes%2Fnoise-php/lists"}