cndrsdrmn / spreadsheet-installer
Composer plugin to install go-spreadsheet binary
Installs: 96
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:composer-plugin
Requires
- php: ^8.2
- composer-plugin-api: ^2.0
- ext-zip: *
- symfony/filesystem: ^7.3
- symfony/http-client: ^7.3
- symfony/process: ^7.3
Requires (Dev)
- composer/composer: ^2.0
- laravel/pint: ^1.0
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^10.5
- rector/rector: ^2.1
- symfony/var-dumper: ^7.2
This package is auto-updated.
Last update: 2025-09-22 11:41:26 UTC
README
PHP Scaffold
A boilerplate for modern PHP libraries. This repository provides a clean, opinionated starting point for building, testing, and maintaining PHP packages.
- PHP 8.2+
- Pre-configured testing (PHPUnit)
- Static analysis (PHPStan)
- Code style (Laravel Pint)
- Automated refactoring (Rector)
- GitHub Actions workflow for CI
Quick start
- Use as a GitHub template:
Click "Use this template" on the repository page to create your new package with this setup.
- Use Composer to scaffold a new package:
composer create-project cndrsdrmn/php-scaffold --prefer-source my-package
Contributing
Contributions are welcome! Please read the contribution guidelines first.
PHP Scaffold was created by Candra Sudirman under the MIT license.