Coder Social home page Coder Social logo

learn-php's Introduction

Learn modern

A curated list of resources for PHP

Table of Contents

Must read

Tutorials

Videos

Books

Online schools

Reference

LAMP: Linux, Apache, MySql, PHP

The LAMP stack:

HTML / HTML 5

CSS

JavaScript

Protocols

Tools

IDEs

Graphic tools

Frontend

  • jQuery (The most widely deployed JavaScript library, DOM manipulation, Ajax)
  • HTML5
  • CSS
  • Bootstrap (The most popular HTML, CSS, and JS framework in the world)
  • Font Awesome (The web’s most popular icon set)

Webdesign

View libraries (frontend)

Templating

Frameworks

  • CakePHP (A MVC, CRUD, Scaffolding framework, inspired by Ruby on Rails)
  • Laravel (A very popular framework)
  • Symfony (A modular enterprise framework)
  • Zend (A modular enterprise framework)

Micro Frameworks

  • Slim Framework (A PHP micro framework that helps you quickly write simple yet powerful web applications and APIs)

Libraries

Model-View-Controller

Most frameworks in PHP follow some sort of MVC structure. The theory is simple:

The user interfaces with the view, which passes information to a controller. The controller then passes that information to a model (layer), and the model passes information back to the controller. The controller effectively stands between the view and the model. (Brandon James Savage)

Object-oriented programming

"Write shy code -
modules that don't reveal anything unnecessary to other
modules and that don't rely on other modules' implementations."

Design patterns

Best Practices

KISS

Simplicity is prerequisite for reliability.
— Edsger W. Dijkstra

YAGNI

DRY

"DRY ‐ Don't Repeat Yourself
Every piece of knowledge must have a single,
unambiguous, athoritative representation within a system."

SOLID

Other

Database basics

Relational database management system (RDBMS)

Database books

Database normalization

Bad programmers worry about the code. Good programmers worry about data structures and their relationships.

Prepared Statements

Database libraries

Database tools

NoSQL

  • NoSQL
  • Redis (In-memory data structure store, used as a database, cache and message broker)
  • MongoDB (Document-oriented database)

Standards

Follow common PHP conventions for object-oriented code, and established industry best practices: PSR-1, PSR-2, PSR-4.

Errors and exception handling

Debugging

Unit testing

“Software testers do not make software; they only make them better.” – Anonymous

Documentation

Code never lies, comments sometimes do.

PHP Sessions

Text translations

Dependency injection

Regular Expressions

XML

  • XML (Extensible Markup Language )
  • XSD (XML Schema Definition)

API

RESTful API

SOAP API

Version control

Security

A good programmer looks both ways before crossing a one-way street.

Architecture

Domain Driven Design (DDD)

Continuous integration (CI) and Continuous Delivery (CD)

Community / News

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.