{"id":28472060,"url":"https://github.com/parallax/coding-style","last_synced_at":"2026-01-28T07:33:56.195Z","repository":{"id":229731389,"uuid":"660147967","full_name":"parallax/coding-style","owner":"parallax","description":"Parallax's Coding Style","archived":false,"fork":false,"pushed_at":"2023-07-03T10:51:22.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-30T00:11:19.214Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/parallax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-06-29T10:49:25.000Z","updated_at":"2023-07-03T10:54:07.000Z","dependencies_parsed_at":"2024-03-26T02:30:56.913Z","dependency_job_id":"d50cd442-4700-4cd3-93a1-8d87a54a05a9","html_url":"https://github.com/parallax/coding-style","commit_stats":null,"previous_names":["parallax/coding-style"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/parallax/coding-style","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parallax%2Fcoding-style","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parallax%2Fcoding-style/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parallax%2Fcoding-style/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parallax%2Fcoding-style/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parallax","download_url":"https://codeload.github.com/parallax/coding-style/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parallax%2Fcoding-style/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263046019,"owners_count":23405117,"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","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":[],"created_at":"2025-06-07T11:09:48.077Z","updated_at":"2026-01-28T07:33:56.142Z","avatar_url":"https://github.com/parallax.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Parallax's Coding Style\n\n## PHP (Laravel Pint)\n\n### Installation\n\n1\\. Add the repository to your `composer.json` using either the JSON format:\n\n```json\n\"repositories\": {\n    \"parallax/coding-style\": {\n        \"type\": \"vcs\",\n        \"url\": \"https://github.com/parallax/coding-style.git\"\n    }\n},\n```\n\nOr the CLI command:\n\n```sh\ncomposer config repositories.parallax/coding-style '{\"type\": \"vcs\", \"url\": \"https://github.com/parallax/coding-style.git\"}' --file composer.json\n```\n\n2\\. Include `parallax/coding-style` in your project's dev dependencies:\n\n```sh\ncomposer require --dev parallax/coding-style\n```\n\n### Usage\n\nRun the Pint command to apply the Parallax coding style:\n\n```sh\n./vendor/bin/pint --config vendor/parallax/coding-style/pint.json\n```\n\nYou can also add a script to your `composer.json` for quicker style application:\n\n```sh\ncomposer config scripts.pint 'pint --config vendor/parallax/coding-style/pint.json' --file composer.json\n```\n\nApply Parallax's coding style using the script:\n\n```sh\ncomposer pint\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparallax%2Fcoding-style","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparallax%2Fcoding-style","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparallax%2Fcoding-style/lists"}