mobles / athos-api
Athos-API
0.0.4
2023-07-06 01:43 UTC
Requires
- firebase/php-jwt: ^6.8
This package is auto-updated.
Last update: 2024-12-08 20:10:58 UTC
README
Athos-API is a lightweight PHP library to set up a basic API.
Installation
You can download the source code directly, or install using composer:
composer require mobles/athos-api
Setup
The samples
directory contains a basic setup for your api, including a demo controller sample
. Copy these files and directory to the root of your web app and you should be good to go!
Additionally, sample_database.sql
contains a sample database structure as used for authentication and sessions.
Once you've set up your api, you can remove the samples
directory.
License
Athos-Foundation is open source software licensed under the MIT license.