Home >Backend Development >PHP Tutorial >Standardized standards that can be referenced
It is better to believe in books than to have no books - "Mencius"
This is an incisive and thorough reading method that requires readers to be good at thinking independently - Encyclopedia
But when you are struggling to find a feasible standardized copywriting, why not Collect everyone’s benefits and take advantage of them.
PHP Standard Recommendation (PSR) (Translation: PHP PSR Code Standard Chinese Version Translation 2)
Entry.css A configurable, more suitable for reading Chinese articles Style library
Chinese web page reset and typesetting typo.css unifies browser typesetting effects and builds web page layout most suitable for Chinese reading. Includes desktop and mobile platforms.
Chinese character standard format Han Print-like Chinese character typesetting framework
chinese-copywriting-guidelines unify the relevant usage of Chinese copywriting and typesetting, reduce communication costs between team members, and enhance the website’s temperament
Markdown-Syntax-CN Markdown syntax Simplified Chinese version
material_design_zh Material Design Chinese collaborative translation
composer-doc-cn Composer Chinese documentation
CN-Chrome-DevTools Chrome Developer Tools Chinese Manual
pinyin Excellent solution for converting Chinese to Pinyin based on thesaurus
Can I use Browser Capability Query
Modernizr detects browser support for HTML5 and CSS3 Whether the feature is supported, capability detection
html5shiv allows browsers that do not support HTML5 tags to parse these tags normally
Respond.js is used to provide media for IE6-8 and other browsers that do not support CSS3 Media Queries Query the min-width and max-width characteristics to achieve responsive web design
detector client environment identification module, including detecting browser version, operating system version information, etc.
normalize.css style rewriting, allowing Page elements are rendered consistently in most browsers
Composer is a tool used by PHP to manage dependency relationships. At the same time, domestic mirrors are provided
Packagist.org Packagist is the main Composer repository. It aggregates public PHP packages installable with Composer. standards.
The above introduces the standardization standards that can be referred to, including aspects of content. I hope it will be helpful to friends who are interested in PHP tutorials.