Felix Freeman 99ab25ceed README: User model | 5 years ago | |
---|---|---|
bootstrap | 5 years ago | |
config | 5 years ago | |
public | 5 years ago | |
.env.example | 5 years ago | |
.gitignore | 5 years ago | |
GPL-3.0-or-later.LICENSE | 5 years ago | |
MIT-0.LICENSE | 5 years ago | |
README.md | 5 years ago | |
artisan | 5 years ago | |
composer.json | 5 years ago |
Hackware Web Services or "Hawese" is a modular web API which returns JSON responses.
Its structure is based on Laravel/Lumen 5.8+ packages. It can be mounted as a monolithical web service or as various microservices depeding on how you structure your composer.json
.
You can pronounce it as "how easy", but you can also say it as you please.
Please refer to the requirements of each package. Basically the same as of Lumen/Laravel 5.8+ and composer.
composer require hackware/hawese
.env.example
file.public/
path.Find detailed documentation and configuration options in each project.
Copyright 2019 Hackware SpA.
This project license defaults to GPL 3.0 or later. It is required since it links to the following AGPL licensed projects:
hackware/hawese-wallet
hackware/hawese-payment
If you remove that dependencies in the composer.json
file then you can choose to use the MIT-0 license terms.
The core library hackware/hawese-core
is released under the terms of the MIT license. Non listed dependencies are released under permisive licenses too.
I will greatly appreaciate your contributions back. Please free your software too.