Skip to content

sergiosusa/php-test-skeleton

Repository files navigation

PHP Test Skeleton

Empty php skeleton ready to use to start any test.

This is part of the episode #2: "¿Cómo pasar las pruebas técnicas?" of my podcast "¿Qué me estás container?".

Prerequisites

Includes

  • Docker infrastructure / Nginx + PHP + Mysql (using Docker Compose to orchestrate containers).
  • Basic standard project structure with an simple example.

Usage

  • Go to the project root and execute docker-compose up -d to build and run the docker containers.
  • To execute enter to php-fpm container to execute php scripts run docker exec -it test_fpm bash.

That's it!

Author

Sergio Susa (https://sergiosusa.com)

If you want to support my work, consider to use this script when you buy on amazon spain.

About

Empty php skeleton ready to use, include infrastructure via installed using docker-compose.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published