attlaz/skeleton

Skeleton to start a new Attlaz PHP project

Maintainers

Package info

github.com/Attlaz-Platform/Project-Skeleton-PHP

Homepage

Type:project

pkg:composer/attlaz/skeleton

Transparency log

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

1.2.1 2026-07-21 13:54 UTC

This package is auto-updated.

Last update: 2026-07-21 14:09:28 UTC


README

Latest Stable Version

The starting point for a PHP project on Attlaz, a cloud-based iPaaS (Integration Platform as a Service). It scaffolds a ready-to-run project already wired to attlaz/project-base, with a sample command, configuration and dependency-injection setup.

Requirements

  • PHP 8.4+
  • Docker 18+ (optional — for running via the Attlaz PHP images without a local PHP install)

Installation

Create a new project from the skeleton:

composer create-project attlaz/skeleton my-project

Quick start

Run the console to see the available commands:

# Mac / Linux
bin/console help

# Windows
bin\console help

From here, add your own commands under src/App/ and configure the project in src/App/etc/.

Documentation

Full documentation at docs.attlaz.com.

Getting help

License

MIT