Evidence-first API QA, coverage and release-decision platform.
A Laravel-based QA workspace for API review, evidence handling, release readiness and license-aware local usage.
Aptoria is a QA-focused application for API testing support, endpoint review, evidence collection, coverage tracking and release-decision preparation.
The project is designed for practical QA workflows where API checks, imported evidence, findings, reports and release readiness decisions need to be reviewed in one place.
This public package contains the Aptoria application source and the license manager components required for local review and development.
app/ Laravel application code
bootstrap/ Laravel bootstrap files
config/ Application configuration
database/ Migrations, factories and seeders
license-issuer/ License manager / license issuer components
public/ Public entry point and assets
resources/ Blade views, language files and UI resources
routes/ Web, API and console routes
storage/ Empty runtime directory structure with .gitkeep files
Essential project files are also included:
artisan
composer.json
.env.example
.gitignore
LICENSE
NOTICE.md
SECURITY.md
CHANGELOG.md
CREDITS.md
THIRD_PARTY_NOTICES.md
CONTRIBUTING.md
VERSION
start-aptoria.bat
get-license-request.bat
Requirements:
PHP 8.2+
Composer
SQLite extension enabled
Basic setup:
composer install
cp .env.example .env
php artisan key:generate
mkdir -p database
touch database/database.sqlite
php artisan migrate --seed
php artisan serve --host=127.0.0.1 --port=8000Windows / XAMPP users can also use:
start-aptoria.batTo generate a local license request:
get-license-request.batAptoria v1.0.2 is a source-available public review package. It is suitable for code review, local testing and portfolio presentation.
It is not a hosted SaaS distribution and does not include production infrastructure, production databases, issued licenses or signing secrets.
Aptoria is source-available, not open-source.
See:
LICENSE
NOTICE.md
CREDITS.md
THIRD_PARTY_NOTICES.md