Best laravel framework open-source packages.

Alertus

A storage system that makes use of Google Cloud Storage Platform to store audio file in Google Cloud Storage bucket.
Updated 3 years ago

ALERTUS Storage System

Guidelines

ALERTUS Storage System uses Google Cloud Storage Platform to store audio file in Google Cloud Storage bucket.

HOW TO SETUP:

RESTful URLs

  • Upload an audio to google cloud storage bucket:
    • POST /api/store field: recording_sid,recording_url
  • To get all google storage url uploaded:
    • GET /api/store
  • To get one audio uploaded by id:
    • GET /api/store/{id}