Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 510 Bytes

File metadata and controls

19 lines (12 loc) · 510 Bytes

PHP Provider Tutorial

This is a simple product provider built from the online guide.

This application uses Slim for request handling and routing.

For simplicity application data is stored statically in the source, or temporarily using APCu. Application data is reset whenever the application is restarted.

Requirements:

  • PHP >= 8.0
  • Slim (via Composer)
  • APCu

Use the run script to start the application on http://localhost:3000/