Skip to content

Simple RESTful API for data manipulation. Uses PHP + Firebase

Notifications You must be signed in to change notification settings

rsmarques/php-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST API

Simple RESTful API for data manipulation.

Implementation

  • Requests handled with PHP
  • Google Firebase for data storage

Requirements

In order to build the application a PHP web server is needed (e.g., Apache, NGINX), and a Google Firebase account.

Usage

  1. Configure your Firebase credentials in /app/config/database.php
  2. Define your routes/models/controllers
  3. composer install (for unit testing)
  4. You can test a running version here

About

Simple RESTful API for data manipulation. Uses PHP + Firebase

Resources

Stars

Watchers

Forks

Packages

No packages published