attlaz / skeleton
Skeleton to start a new Attlaz PHP project
Package info
github.com/Attlaz-Platform/Project-Skeleton-PHP
Type:project
pkg:composer/attlaz/skeleton
1.2.1
2026-07-21 13:54 UTC
Requires
- php: ^8.4
- attlaz/adapter-base: ^1.20
- attlaz/project-base: ^1.18
Requires (Dev)
- bramus/monolog-colored-line-formatter: ~3.0
- monolog/monolog: ^3.0
- phpunit/phpunit: ^12.0
This package is auto-updated.
Last update: 2026-07-21 14:09:28 UTC
README
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
- Issue Tracker — questions, bug reports and feature requests
- Developer support: developers@attlaz.com