Skip to content

RazielRodrigues/30-tips-of-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

30 tips of code PHP

I'm gathering in this repository some tips, or I would also say curiosities, about PHP. Here, I'll accumulate random knowledge about the language, which will allow us to add small tools to our Swiss army knife.

Tech Stack

There are some tips with Symfony and others with pure PHP.

Getting started

docker compose up || php -S localhost:8080 index.php || symfony console server:start