Skip to content

Basic MVC PHP API expanded upon to fit the needs of a website data connection for form submissions and data endpoints

Notifications You must be signed in to change notification settings

cryshansen/PHP-API

Repository files navigation

PHP-API

Introduction Description

A Small PHP API found online and expanded upon to create endpoints for forms or data retrieval.

Each data point in this case is given a handler index-{data}.php to manage access and load required controller

At this time the bootstrap.php handles all model loads however this could be handled in isolation within each controller.

Email Support

This project uses PHPMailer for sending emails.
You can install it manually or via Composer if needed.

Note: The phpMailer/ folder is excluded from the repository and should be downloaded separately.

Or better by installing via composer

composer require phpmailer/phpmailer

About

Basic MVC PHP API expanded upon to fit the needs of a website data connection for form submissions and data endpoints

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published