├── .gitignore ├── LICENSE ├── README.md ├── autoload.php ├── composer.json └── src └── SimpleAPI.php /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalstars/simple-api/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalstars/simple-api/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digitalstars/simple-api/HEAD/README.md -------------------------------------------------------------------------------- /autoload.php: -------------------------------------------------------------------------------- 1 |