Download the PHP package innmind/lab-station without Composer
On this page you can find all versions of the php package innmind/lab-station. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download innmind/lab-station
More information about innmind/lab-station
Files in innmind/lab-station
Download innmind/lab-station
More information about innmind/lab-station
Files in innmind/lab-station
Vendor innmind
Package lab-station
Short Description CLI tool to automate part of the development process
License MIT
Homepage http://github.com/Innmind/LabStation
Package lab-station
Short Description CLI tool to automate part of the development process
License MIT
Homepage http://github.com/Innmind/LabStation
Please rate this library. Is it a good library?
Informations about the package lab-station
Lab Station
Development tool to automate certain parts of the dev cycle.
Automatisations:
- Propose to update dependencies when starting working on the project
- Launch BlackBox proofs when
src
,proofs
,fixtures
orproperties
folders are modified - Launch PHPUnit tests when
src
,tests
orfixtures
folders are modified - Launch Psalm checks (if a
psalm.xml
exists) whensrc
folder is modified - Verify the code style (if a
.php_cs.dist
or.php-cs-fixer.dist.php
file exists) whensrc
,tests
,proofs
,fixtures
orproperties
folders are modified - Start docker compose when there is a
docker-compose.yml
at the project root
https://github.com/Innmind/LabStation/assets/851425/cbb99153-20db-450a-ac3a-bf68980c9ad1
Installation
Usage
In the project you want to work on (at the same level of composer.json
):
That's it, no configuration needed.
All versions of lab-station with dependencies
PHP Build Version
Package Version
Requires
php Version
~8.2
innmind/url Version ~4.0
innmind/cli Version ~3.4
innmind/operating-system Version ~5.0
innmind/json Version ^1.1
innmind/immutable Version ~5.2
innmind/mantle Version ~2.0
innmind/url Version ~4.0
innmind/cli Version ~3.4
innmind/operating-system Version ~5.0
innmind/json Version ^1.1
innmind/immutable Version ~5.2
innmind/mantle Version ~2.0
The package innmind/lab-station contains the following files
Loading the files please wait ....