Skip to content

This repository contains a CRUD RESTful API built with pure PHP without any frameworks. It's designed to provide a simple yet powerful interface for creating, reading, updating, and deleting resources.

Notifications You must be signed in to change notification settings

MmmarRTha/CRUDwithPHPandRestAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

CRUD RESTful API with Pure PHP

Overview

This repository contains a CRUD RESTful API built with pure PHP without any frameworks. It's designed to provide a simple yet powerful interface for creating, reading, updating, and deleting resources.

Features

  • Create: Add new entries to your resource. create
  • Read All: Retrieve a list of all entries. read
  • Read Single: Fetch details of a single entry. read_single
  • Update: Modify an existing entry. update
  • Delete: Remove an entry from the resource. delete

About

This repository contains a CRUD RESTful API built with pure PHP without any frameworks. It's designed to provide a simple yet powerful interface for creating, reading, updating, and deleting resources.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages