Hackware Web Services

Felix Freeman 99ab25ceed README: User model 4 years ago
bootstrap 3b6f2fa59f Bugfix: load app config file 4 years ago
config 6bb723527b CORS support 4 years ago
public ea18127941 Initial commit. Core, Wallet, Payment and Seeds. 5 years ago
.env.example 501f30d9bd WALLET_ADD_FUNDS_URL env var 4 years ago
.gitignore ea18127941 Initial commit. Core, Wallet, Payment and Seeds. 5 years ago
GPL-3.0-or-later.LICENSE ea18127941 Initial commit. Core, Wallet, Payment and Seeds. 5 years ago
MIT-0.LICENSE ea18127941 Initial commit. Core, Wallet, Payment and Seeds. 5 years ago
README.md 99ab25ceed README: User model 4 years ago
artisan ea18127941 Initial commit. Core, Wallet, Payment and Seeds. 5 years ago
composer.json d79d1e29f6 Change project name to hackware/hawese 4 years ago

README.md

Hackware Web Services

Description

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.

Features (packages)

  • Core: Lightweight base class for table based models, standardized JSON responses and User model.
  • Wallet: Digital wallet that associates transactions and balance to unique users.
  • Payment: Payment through various payment gateways. Currently Khipu and Flow.

How to pronounce Hawese?

You can pronounce it as "how easy", but you can also say it as you please.

Run it

Requirements

Please refer to the requirements of each package. Basically the same as of Lumen/Laravel 5.8+ and composer.

Installation

  1. composer require hackware/hawese
  2. Setup your environment variables based on the .env.example file.
  3. Run from the public/ path.

Find detailed documentation and configuration options in each project.

Copyright and licensing

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.