wayofdev / laravel-jms-serializer
PHP package template with GitHub Actions
Package info
github.com/wayofdev/laravel-jms-serializer
pkg:composer/wayofdev/laravel-jms-serializer
Fund package maintenance!
v1.0.123
2023-09-14 20:19 UTC
Requires
- php: ^8.1
- jms/serializer: dev-master
Requires (Dev)
- ergebnis/composer-normalize: ^2.31
- nunomaduro/larastan: ^2.6
- orchestra/testbench: ^8.5
- pestphp/pest: ^2.6
- pestphp/pest-plugin-laravel: ^2.0.0
- phpstan/extension-installer: ^1.3
- phpstan/phpstan: ^1.10
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-phpunit: ^1.3
- phpstan/phpstan-strict-rules: ^1.5
- phpunit/phpunit: ^10.1
- roave/security-advisories: dev-latest
- wayofdev/cs-fixer-config: ^1.2
This package is auto-updated.
Last update: 2026-06-07 02:00:47 UTC
README
Laravel Package Template
This is minimal Laravel template which is used by other PHP projects in wayofdev organization.
If you like/use this package, please consider starring it. Thanks!
๐ฟ Installation
โ Using composer
Require as dependency:
$ composer req wayofdev/laravel-jms-serializer
๐งช Running Tests
โ PHPUnit tests
To run tests, run the following command:
$ make test
โ Static Analysis
Code quality using PHPStan:
$ make stan
โ Coding Standards Fixing
Fix code using The PHP Coding Standards Fixer (PHP CS Fixer) to follow our standards:
$ make cs-fix
๐ค License
๐๐ผโโ๏ธ Author Information
Created in 2022 by lotyp / wayofdev
