Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.19 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.19 KB

Introduction

SensioLabsInsight Build Status

Idea to create this repository is to help developers to enhance there skills and who want to learn new things in PHP beyond average coding.

Please remember branch will be treated as Chapter.

Topics which we will cover up:

  • Directory Structure.
  • SOLID and DRY Principle.
  • PSR's standards.
  • Raw Sql query vs ORM.
  • Design patterns such as Repository, Command Oriented and much more.
  • Security Checks.
  • Tight Coding.
  • PHP 7 (Will be covered in few chapters)
  • Package building and injection.
  • Database Normalization.
  • Seeders and Migration.
  • When to build custom framework.
Note:
  • Repository is in development mode, more things can be added for more clarity.
  • Contribute to make more clear understanding of programming concept and topic listed above.
  • You can add your own topics if you need such as design patterns, but make sure example should be related to banking.