Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 515 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 515 Bytes

Cloud Extractor

This web based application enables api access for the iCloud API with an easy-to-use web-interface.

Development Environment

Requirements

  • PHP 7.4
  • PHP ext-ctype
  • PHP ext-iconv
  • Composer

Getting Started

Enter the following commands to run the server:

composer install
php -S 127.0.0.1:8080 -t public