https://github.com/wayofdev/laravel-jms-serializer
Laravel wrapper around JMS Serializer
https://github.com/wayofdev/laravel-jms-serializer
laravel php php8
Last synced: 6 months ago
JSON representation
Laravel wrapper around JMS Serializer
- Host: GitHub
- URL: https://github.com/wayofdev/laravel-jms-serializer
- Owner: wayofdev
- License: mit
- Created: 2023-06-02T07:41:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T16:11:58.000Z (12 months ago)
- Last Synced: 2025-05-08T02:01:44.037Z (9 months ago)
- Topics: laravel, php, php8
- Language: PHP
- Homepage: https://wayof.dev
- Size: 785 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
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:
```bash
$ composer req wayofdev/laravel-jms-serializer
```
## ๐งช Running Tests
### โ PHPUnit tests
To run tests, run the following command:
```bash
$ make test
```
### โ Static Analysis
Code quality using PHPStan:
```bash
$ make stan
```
### โ Coding Standards Fixing
Fix code using The PHP Coding Standards Fixer (PHP CS Fixer) to follow our standards:
```bash
$ make cs-fix
```
## ๐ค License
[](./LICENSE)
## ๐๐ผโโ๏ธ Author Information
Created in **2022** by [lotyp / wayofdev](https://github.com/wayofdev)