Diferencia entre revisiones de «PHP»

De Wiki Proyectos Beta
Ir a la navegación Ir a la búsqueda
([fix] Change PHP information)
Etiqueta: Reemplazo
(feat: add SEO)
 
(No se muestran 50 ediciones intermedias de 2 usuarios)
Línea 1: Línea 1:
= Recursos =  
== Recursos ==


= Temario =  
* Sitio oficial de PHP [https://www.php.net/ EN]
* Documentación oficial de PHP [https://www.php.net/docs.php EN]
* PHP 7 ChangeLog: [https://www.php.net/ChangeLog-7.php EN]
* PHP 8 ChangeLog: [https://www.php.net/ChangeLog-8.php EN]
* PHP: The Right Way: [https://phptherightway.com/ EN]
* RFC PHP [https://wiki.php.net/rfc EN]
* PHP Standards Recommendations [https://www.php-fig.org/psr/ EN]
* Roadmap BackEnd PHP: [https://dev-to-uploads.s3.amazonaws.com/uploads/articles/2ma4v7424vdtxfb9b8wr.jpg EN]
* Código fuente [https://github.com/php/php-src EN]
 
=== News and blogs ===
 
* Stitcher: [https://stitcher.io/ EN]
* PHP watch: [https://php.watch/ EN]
 
=== Canales YouTube ===
 
* Amir Kamizi: [https://www.youtube.com/channel/UCdIrfxV5xbiDrJjME9QQkHw EN]
* PHP Annotated: [https://www.youtube.com/@phpannotated EN]
* Brent On PHP: [https://www.youtube.com/user/BrenDtRoose EN]
* Derick Rethans: [https://www.youtube.com/c/DerickRethansXdebug EN]
* JustSteveKing: [https://www.youtube.com/c/JustSteveKing EN]
* PHP London: [https://www.youtube.com/c/PHPLondon EN]
* PHP South Wales: [https://www.youtube.com/channel/UCzQRSSaIV2Ajvl81BxPQDZA EN]
* Program With Gio: [https://www.youtube.com/c/ProgramWithGio EN]
* Vitalij Mik: [https://www.youtube.com/c/VitalijMik DE]
 
=== Tutoriales ===
 
* Laravel Bootcamp: [https://bootcamp.laravel.com/ EN]
 
=== Cheatsheet ===
 
* PHP Changes Cheatsheet: [https://eusonlito.github.io/php-changes-cheatsheet/EN]
 
=== Extras ===
 
* Imagen oficial docker: [https://hub.docker.com/_/php EN]
 
=== Packages ===
 
* Packagist (The PHP Package Repository): [https://packagist.org/ EN]
 
== General ==


* [[Introducción]]
* [[Introducción]]
* [[PHP básico]]
* [[PHP básico]]
* [[POO en PHP]]
* [[PHP avanzado]]
* [[PHP avanzado]]
* [[Patrones de diseño en PHP]]
* [[Microservicios en PHP]]
* [[Herramientas en PHP]]
* [[App Server en PHP]]
=== Versiones ===
* [[PHP 8.4]]
* [[PHP 8.3]]
* [[PHP 8.2]]
* [[PHP 8.1]]
* [[PHP 8.0]]
* [[PHP 7.4]]
* [[PHP 7.3]]
* [[PHP 7.2]]
* [[PHP 7.1]]
* [[PHP 7.0]]
=== Librerías ===
* FPDF: Se recomienda utilizar la librería FPDF para la generación de documentos PDF directamente desde PHP.
=== Frameworks ===
* [[Codeigniter]]
* [[Laravel]]
* [[Symfony]]
==== Micro Frameworks ====
* [[Slim]]
=== Nativo ===
* [[NativePHP]]

Revisión actual - 10:04 17 ago 2024

Recursos

  • Sitio oficial de PHP EN
  • Documentación oficial de PHP EN
  • PHP 7 ChangeLog: EN
  • PHP 8 ChangeLog: EN
  • PHP: The Right Way: EN
  • RFC PHP EN
  • PHP Standards Recommendations EN
  • Roadmap BackEnd PHP: EN
  • Código fuente EN

News and blogs

  • Stitcher: EN
  • PHP watch: EN

Canales YouTube

  • Amir Kamizi: EN
  • PHP Annotated: EN
  • Brent On PHP: EN
  • Derick Rethans: EN
  • JustSteveKing: EN
  • PHP London: EN
  • PHP South Wales: EN
  • Program With Gio: EN
  • Vitalij Mik: DE

Tutoriales

  • Laravel Bootcamp: EN

Cheatsheet

  • PHP Changes Cheatsheet: [1]

Extras

  • Imagen oficial docker: EN

Packages

  • Packagist (The PHP Package Repository): EN

General

Versiones

Librerías

  • FPDF: Se recomienda utilizar la librería FPDF para la generación de documentos PDF directamente desde PHP.

Frameworks

Micro Frameworks

Nativo