grzegorz-jamroz / foundations
There is no license information available for the latest version (1.0.2) of this package.
Project contains fundamental interfaces for iFrost packages.
1.0.2
2025-10-27 11:14 UTC
Requires
- php: >=8.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.89
- phpstan/phpstan: ^2.1
README
A PHP library which contains fundamental interfaces for iFrost packages.
Installation
composer require grzegorz-jamroz/foundations
Development with Docker
Build and run the containers:
docker compose up -d
Copy vendor folder from container to host
docker compose cp app:/app/vendor ./vendor
Run static analysis
docker compose exec app bin/fix
Enable xdebug
docker compose exec app xdebug on
Disable xdebug
docker compose exec app xdebug off