{"id":24262977,"url":"https://github.com/projectcleverweb/peers","last_synced_at":"2026-03-06T18:02:53.645Z","repository":{"id":15337785,"uuid":"18068317","full_name":"ProjectCleverWeb/PEERS","owner":"ProjectCleverWeb","description":"PHP Easy Efficiency \u0026 Readability Standards (PEERS)","archived":false,"fork":false,"pushed_at":"2014-09-06T04:40:48.000Z","size":200,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-04T22:45:52.804Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ProjectCleverWeb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-24T15:58:03.000Z","updated_at":"2014-03-24T16:03:07.000Z","dependencies_parsed_at":"2022-08-26T06:41:18.582Z","dependency_job_id":null,"html_url":"https://github.com/ProjectCleverWeb/PEERS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ProjectCleverWeb/PEERS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectCleverWeb%2FPEERS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectCleverWeb%2FPEERS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectCleverWeb%2FPEERS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectCleverWeb%2FPEERS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProjectCleverWeb","download_url":"https://codeload.github.com/ProjectCleverWeb/PEERS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectCleverWeb%2FPEERS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30189483,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T17:33:53.563Z","status":"ssl_error","status_checked_at":"2026-03-06T17:33:51.678Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-01-15T07:25:28.654Z","updated_at":"2026-03-06T18:02:53.600Z","avatar_url":"https://github.com/ProjectCleverWeb.png","language":null,"readme":"# PEER Standards [![CC BY SA 4.0 and MIT License Badge](http://img.shields.io/badge/Licenses-CC--BY--SA%204.0%20and%20MIT-37BF79.svg?style=flat)](https://raw.githubusercontent.com/ProjectCleverWeb/PEERS/master/LICENSE)\n\naka *\"PHP Easy Efficiency \u0026 Readability Standards\"*\n\n\u0026nbsp;\n\nThese are quick-apply coding standards, based around the fundamentals of\nkeeping everything easy to read for everyone while not wasting time trying to\nexplain how to handle every edge case scenario.\n\n**Status:** *[In Develpment](https://github.com/ProjectCleverWeb/PEERS/commits/master)*\n\nCopyright \u0026copy; 2014 Nicholas Jordon - All Rights Reserved\n\n\u0026nbsp;\n\n## Overview\n\nEach standard serves a logical purpose and is modular, meaning can you use\nPEERS as a whole or pick-and-choose standards.\n\n**There are 7 standards, They are as follows:**\n\n- PEERS-0 Style Guide ([link](#))\n- PEERS-1 Naming Conventions ([link](#))\n- PEERS-2 Filesystem Conventions ([link](#))\n- PEERS-3 Autoloading ([link](#))\n- PEERS-4 Paradigms ([link](#))\n- PEERS-5 Child Languages ([link](#))\n- PEERS-6 Comments And Logging ([link](#))\n\n## Getting Started\n\n#### Learning The Standards\n\nStandards are split into 2 parts, **The Summery** and **The Extended Documentation**.\n\nEach standard has a summery file in its' directory. It is recommended that you\nstart with reading each of the summeries that apply to your project; and then\nif you are not sure about a part (or parts) of a standard, read the extended\ndocumentation files that apply to those parts of the standard.\n\nThis means, that you'll get the gist of the standard and be able start working\nsooner. Then, when an edge case scenario comes into play, just check the\nextended documentation.\n\n#### Referencing Standards\n\nIf you're applying all of the PEER Standards, it is recommended that you\nreference them with a link to this repository. **Like this:**\n\n- This project uses [PEER Standards](https://github.com/ProjectCleverWeb/PEERS).\n- This project uses [PEERS](https://github.com/ProjectCleverWeb/PEERS).\n\nAlternatively, if you are only using specific standards, it is recommended that\nyou link the specific standards in use. **Like this:**\n\n- This project uses PEER Standards [1](#), [3](#), and [5](#).\n- This project uses [PEERS-1](#), [PEERS-3](#), and [PEERS-5](#).\n- This project uses PEERS-[1](#)[3](#)[5](#).\n\n#### Extended Documentation VS Summery\n\nThere is a carefully managed balance between what is allowed in the summery,\nand what must only be in the extended documentation. In order to make the\nextended documentation easier to navigate, each section of a standard is given\nits' own file with its' sub-sections linked in the summery file.\n\nThis means that if you are reading the summery for a standard, and you are\nconfused about any section or sub-section, you can easily find a link to more\ninformation on that section or sub-section.\n\n## FAQs, Contributing, \u0026amp; Definitions\n\nIf you are curious about any of these topics please click the corrisponding\nlink for each below:\n\n- [FAQs](https://github.com/ProjectCleverWeb/PEERS/blob/master/FAQ.md)\n- [Contributing](https://github.com/ProjectCleverWeb/PEERS/blob/master/CONTRIBUTING.md)\n- [Definitions](https://github.com/ProjectCleverWeb/PEERS/blob/master/DEFINITIONS.md)\n\n## Licensing\n\n\nThe PEER Standards documentation by Nicholas Jordon is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).\n\nThe PEER Standards source code by Nicholas Jordon is licensed under the [MIT License](http://opensource.org/licenses/MIT).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprojectcleverweb%2Fpeers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprojectcleverweb%2Fpeers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprojectcleverweb%2Fpeers/lists"}