Diferencia entre revisiones de «PHP»

De Wiki Proyectos Beta
Ir a la navegación Ir a la búsqueda
([feat] Add information about PHP)
(feat: add SEO)
 
(No se muestran 33 ediciones intermedias del mismo usuario)
Línea 1: Línea 1:
= Recursos =
== Recursos ==


* Sitio oficial de PHP [https://www.php.net/ EN]
* Sitio oficial de PHP [https://www.php.net/ EN]
Línea 7: Línea 7:
* PHP: The Right Way: [https://phptherightway.com/ EN]
* PHP: The Right Way: [https://phptherightway.com/ EN]
* RFC PHP [https://wiki.php.net/rfc 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]
* Código fuente [https://github.com/php/php-src EN]


== News and blogs ==
=== News and blogs ===


* Stitcher: [https://stitcher.io/ EN]
* Stitcher: [https://stitcher.io/ EN]
* PHP watch: [https://php.watch/ EN]
* PHP watch: [https://php.watch/ EN]


== Canales YouTube ==
=== Canales YouTube ===


* Vitalij Mik [https://www.youtube.com/c/VitalijMik DE]
* 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]


== Extras ==
=== Tutoriales ===


* Imagen oficial docker: [https://hub.docker.com/_/php EN]
* Laravel Bootcamp: [https://bootcamp.laravel.com/ EN]


= Herramientas =
=== Cheatsheet ===


= Gestores de paquetes =
* PHP Changes Cheatsheet: [https://eusonlito.github.io/php-changes-cheatsheet/EN]


* [[Composer]]
=== Extras ===


== Editores de texto ==
* Imagen oficial docker: [https://hub.docker.com/_/php EN]
 
* [[Visual Studio Code]]


== IDES ==
=== Packages ===


* Eclipse PDT
* Packagist (The PHP Package Repository): [https://packagist.org/ EN]


= Temario =  
== 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]]


= Características =
=== Versiones ===


= 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]]
* [[PHP 7.0]]
* [[PHP 7.1]]
* [[PHP 7.2]]
* [[PHP 7.3]]
* [[PHP 7.4]]
* [[PHP 8.0]]
* [[PHP 8.1]]
* [[PHP 8.2]]


= Frameworks =
=== Librerías ===
 
* FPDF: Se recomienda utilizar la librería FPDF para la generación de documentos PDF directamente desde PHP.
 
=== Frameworks ===


* [[Codeigniter]]
* [[Codeigniter]]
* [[Laravel]]
* [[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