Webisters API Project

Maintainers

Package info

github.com/webisters/api

Homepage

Forum

Documentation

Type:project

pkg:composer/webisters/api

Transparency log

Fund package maintenance!

Webisters Sponsor

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0.5 2026-05-01 16:44 UTC

This package is auto-updated.

Last update: 2026-07-01 00:15:00 UTC


README

Webisters API Project This project is intended as an application-level codebase that can be configured and extended for local or deployed environments.

What Is Included

  • Practical building blocks for API-first workflows and endpoint interaction.
  • A project-oriented foundation for building and organizing application features.
  • Configuration and dependency wiring that supports repeatable local setup.

Setup

composer global require webisters/webisters
# Optional (Windows): automatically adds Composer global bin-dir to PATH
composer global exec webisters setup

# Create the project (preferred)
webisters new-api api

# If `webisters` is not on PATH yet, use the no-PATH fallback:
# composer global exec webisters new-api api

cd api
composer install

Run Locally

php webisters start

If the custom runtime command is unavailable, use: php -S localhost:8000 -t public.

Testing

vendor/bin/phpunit

Project Structure

  • app/: Application code, modules, and domain logic.
  • boot/: Bootstrap and startup configuration scripts.
  • public/: Public web root and entrypoint files.
  • tests/: Automated tests and supporting fixtures.

Support

License

MIT