ghostwriter / nixify
Nix tool for PHP
Fund package maintenance!
ghostwriter
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
pkg:composer/ghostwriter/nixify
Requires
- php: ~8.4.0 || ~8.5.0
- ext-mbstring: *
- ghostwriter/case-converter: ^2.2.0
- ghostwriter/clock: ^3.0.1
- ghostwriter/collection: ^2.0.0
- ghostwriter/config: ^2.0.1
- ghostwriter/console: ^0.1.2
- ghostwriter/container: ^6.0.1
- ghostwriter/event-dispatcher: ^6.0.2
- ghostwriter/filesystem: ^0.1.2
- ghostwriter/json: ^3.0.1
- ghostwriter/option: ^2.0.0
- ghostwriter/result: ^2.0.0
- ghostwriter/shell: ^0.1.1
- ghostwriter/uuid: ^1.0.3
- nikic/php-parser: ^5.7.0
- symfony/process: ^8.0.0
Requires (Dev)
- ext-xdebug: *
- ghostwriter/coding-standard: dev-main
- mockery/mockery: ^1.6.12
- phpunit/phpunit: ^12.5.3
- symfony/var-dumper: ^8.0.0
- 0.1.x-dev
- dev-composer/ghostwriter/coding-standard/dev-main
- dev-phar/psalm/6.14.1
- dev-phar/phpunit/12.5.3
- dev-phar/phpdocumentor/3.9.1
- dev-phar/phpbench/1.4.3
- dev-phar/phar-io/phive/0.16.0
- dev-phar/composer/2.9.2
- dev-phar/infection/0.31.9
- dev-phar/composer-unused/0.9.5
- dev-phar/composer-require-checker/4.19.0
- dev-phar/composer-normalize/2.48.2
- dev-composer/phpunit/phpunit/12.5.3
This package is auto-updated.
Last update: 2025-12-11 21:59:29 UTC
README
Nix tool for PHP projects.
Installation
You can install the package via composer:
composer require ghostwriter/nixify
Star ⭐️ this repo if you find it useful
You can also star (🌟) this repo to find it easier later.
Usage
vendor/bin/nixify
Generates a default.nix file for the project.
vendor/bin/nixify make:default-nix
Generates a flake.nix file for the project.
vendor/bin/nixify make:flake-nix
Generates a shell.nix file for the project.
vendor/bin/nixify make:shell-nix
Locks Nix dependencies to latest versions.
vendor/bin/nixify lock
Updates Nix files to the latest version.
vendor/bin/nixify update
Credits
Changelog
Please see CHANGELOG.md for more information on what has changed recently.
License
Please see LICENSE for more information on the license that applies to this project.
Security
Please see SECURITY.md for more information on security disclosure process.