struktal / struktal-dev-core
DEV-Core library for the Struktal PHP framework
Requires
- php: >=8.3.0
- pestphp/pest: ^4.5.0
- playwright-php/playwright: ^1.2.0
This package is auto-updated.
Last update: 2026-04-16 09:08:28 UTC
README
DEV-Core library for the Struktal PHP framework
Note
The Struktal-DEV-Core library provides tools and utilities for developers working with the Struktal PHP framework. Right now, it wraps the Pest testing framework and Playwright for PHP, which could also both be included in the project directly to be able to use the latest features. However, if you choose to require this wrapper "library", you will receive less update notifications for those libraries and with each update for this DEV-Core library, you will be informed if there are any breaking changes connected to the Struktal framework, and how they can be resolved.
Installation
To install this library, include it in your project using Composer:
composer require --dev struktal/struktal-dev-core
Dependencies
- Pest: GitHub: pestphp/pest, licensed under MIT license
- Playwright for PHP: GitHub: playwright-php/playwright, licensed under MIT license
License
This software is licensed under the MIT license. See the LICENSE file for more information.