Socket
Book a DemoInstallSign in
Socket

@gwack/cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gwack/cli

PHP Framework with vue intergration

0.1.7
latest
npmnpm
Version published
Weekly downloads
433
Maintainers
1
Weekly downloads
 
Created
Source

Gwack CLI

A command-line tool for building full-stack PHP + Vue.js applications. Handles build configurations and frontend-backend integration.

What is this?

Gwack CLI is the companion tool for the Gwack Framework - a PHP framework with Vue.js integration. It provides development tooling and handles project setup and build processes.

Quick Start

# Install globally
npm install -g @gwack/cli

# Or use with npx (no installation required)
npx gwack create my-awesome-app

# Create a new project
gwack create my-awesome-app
# or
npx gwack create my-awesome-app

# Start developing
cd my-awesome-app
gwack dev
# or
npx @gwack/cli dev

That's it! You'll have a running PHP backend and Vue.js frontend with the necessary configuration.

What can it do?

gwack create <project-name>

Creates a new Gwack project with default configuration and file structure.

gwack dev

Starts the development environment with hot reloading for Vue components and PHP backend.

Options:

  • -p, --port <port> - Frontend port (default: 3000)
  • --php-port <port> - PHP server port (default: 8080)
  • -h, --host <host> - Host to bind to (default: localhost)

gwack build

Builds the application for production with optimization and asset minification.

Options:

  • -o, --output <dir> - Where to put the built files (default: dist)

Requirements

  • Node.js 18+
  • PHP 8.3+
  • Composer

Getting Help

For issues, bugs, or feature requests:

  • Check out the main Gwack Framework repository
  • Open an issue on GitHub

License

MIT

Keywords

php

FAQs

Package last updated on 01 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.