https://github.com/terales/pear-vs-psr-1-2
[RESEARCH] What is a notable difference between PEAR and PSR-1/2 code style?
https://github.com/terales/pear-vs-psr-1-2
pear php psr-1 psr-2
Last synced: about 2 months ago
JSON representation
[RESEARCH] What is a notable difference between PEAR and PSR-1/2 code style?
- Host: GitHub
- URL: https://github.com/terales/pear-vs-psr-1-2
- Owner: terales
- License: mit
- Created: 2017-06-24T06:09:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-24T06:14:08.000Z (almost 8 years ago)
- Last Synced: 2025-01-17T16:37:25.295Z (4 months ago)
- Topics: pear, php, psr-1, psr-2
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## This is a [research code](https://meiert.com/en/blog/20140716/research-and-production/).
# Should I bother about difference between
[PEAR](http://pear.php.net/manual/en/standards.php) and [PSR-1](http://www.php-fig.org/psr/psr-1/) + [PSR-2](http://www.php-fig.org/psr/psr-2/) code styles
or I can safely use latter?This repo prepared to find an answer to my own question
["How to set up two different codestyles inside PhpStorm project?"](https://stackoverflow.com/q/44690377/1363799).