Upgrade to Pro — share decks privately, control downloads, hide ads and more …

PHP Moderno

PHP Moderno

Jonata Weber

October 23, 2017
Tweet

More Decks by Jonata Weber

Other Decks in Programming

Transcript

  1. PSRs PHP Standards Recommendations 1 - Basic Coding Standard 2

    - Coding Style Guide 3 - Logger Interface 4 - Autoloading Standard 6 - Caching Interface 7 - HTTP Message Interface 11 - Container Interface 13 - Hypermedia Links 16 - Simple Cache
  2. SPL Standard PHP Library • Estrutura de Dados • Iteradores

    • Interfaces • Exceções • Manipulação de Arquivos • Classes e Interfaces Genéricas
  3. PHP 7 https://secure.php.net/manual/pt_BR/migration7 0.new-features.php • Scalar Type Hints • Return

    Type Declarations • Spaceship Operator (<=>) • Null Coalesce Operator (??) • Arrays Constantes • Performance
  4. Servers • PaaS - Plataform as a Service • Virtual

    ou Dedicated Servers • nginx e PHP-FPM • Docker e Vagrant