grzegorz-jamroz / foundations
Project contains fundamental interfaces for iFrost packages.
Installs: 203
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/grzegorz-jamroz/foundations
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