An open API service indexing awesome lists of open source software.

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?

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).