1.

What is PSR?

Answer»

PSR Stands for PHP Standard Recommendations. These are some GUIDELINES created by the community to bring a standard to projects/Libraries and have a common language which EVERYONE can SPEAK and understand.

  • Basic coding standard
  • Coding style. Guide
  • Logger interface
  • Autoloading standard
  • Caching interface
  • HTTP MESSAGE interface
  • Container interface
  • Hypermedia links
  • Http Handlers
  • Simple cache
  • HTTP Factories
  • HTTP CLIENT


Discussion

No Comment Found