|
24 | 24 | <strong>Quality</strong><br>
|
25 | 25 | <a href="https://app.codecov.io/gh/wayofdev/laravel-symfony-serializer" target="_blank"><img alt="Codecov" src="https://img.shields.io/codecov/c/github/wayofdev/laravel-symfony-serializer?style=flat-square&logo=codecov"></a>
|
26 | 26 | <a href="https://dashboard.stryker-mutator.io/reports/github.com/wayofdev/laravel-symfony-serializer/master" target="_blank"><img alt="Mutation testing badge" src="https://img.shields.io/endpoint?style=flat-square&label=mutation%20score&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fwayofdev%2Flaravel-symfony-serializer%2Fmaster"></a>
|
27 |
| - <a href=""><img src="https://img.shields.io/badge/phpstan%20level-6%20of%209-yellowgreen?style=flat-square" alt="PHP Stan Level 6 of 9"></a> |
| 27 | + <a href=""><img src="https://img.shields.io/badge/phpstan%20level-8%20of%209-brightgreen?style=flat-square" alt="PHP Stan Level 6 of 9"></a> |
28 | 28 | </p>
|
29 | 29 | <p align="center">
|
30 | 30 | <strong>Community</strong><br>
|
@@ -201,62 +201,56 @@ class MyController extends Controller
|
201 | 201 |
|
202 | 202 | <br>
|
203 | 203 |
|
204 |
| -## 🧪 Running Tests |
| 204 | +## 🔒 Security Policy |
205 | 205 |
|
206 |
| -### → PHPUnit tests |
| 206 | +This project has a [security policy](.github/SECURITY.md). |
207 | 207 |
|
208 |
| -To run phpunit and pest tests, run the following command: |
209 |
| - |
210 |
| -```bash |
211 |
| -make test |
212 |
| -``` |
| 208 | +<br> |
213 | 209 |
|
214 |
| -### → Static Analysis |
| 210 | +## 🙌 Want to Contribute? |
215 | 211 |
|
216 |
| -Code quality using PHPStan: |
| 212 | +Thank you for considering contributing to the wayofdev community! We are open to all kinds of contributions. If you want to: |
217 | 213 |
|
218 |
| -```bash |
219 |
| -make lint-stan |
220 |
| -``` |
| 214 | +- 🤔 [Suggest a feature](https://github.com/wayofdev/laravel-symfony-serializer/issues/new?assignees=&labels=type%3A+enhancement&projects=&template=2-feature-request.yml&title=%5BFeature%5D%3A+) |
| 215 | +- 🐛 [Report an issue](https://github.com/wayofdev/laravel-symfony-serializer/issues/new?assignees=&labels=type%3A+documentation%2Ctype%3A+maintenance&projects=&template=1-bug-report.yml&title=%5BBug%5D%3A+) |
| 216 | +- 📖 [Improve documentation](https://github.com/wayofdev/laravel-symfony-serializer/issues/new?assignees=&labels=type%3A+documentation%2Ctype%3A+maintenance&projects=&template=4-docs-bug-report.yml&title=%5BDocs%5D%3A+) |
| 217 | +- 👨💻 Contribute to the code |
221 | 218 |
|
222 |
| -### → Coding Standards Fixing |
| 219 | +You are more than welcome. Before contributing, kindly check our [contribution guidelines](.github/CONTRIBUTING.md). |
223 | 220 |
|
224 |
| -Fix code using The PHP Coding Standards Fixer (PHP CS Fixer) to follow our standards: |
225 |
| - |
226 |
| -```bash |
227 |
| -make lint-php |
228 |
| -``` |
| 221 | +[](https://conventionalcommits.org) |
229 | 222 |
|
230 | 223 | <br>
|
231 | 224 |
|
232 |
| -## 🤝 License |
233 |
| - |
234 |
| -[](./LICENSE) |
| 225 | +## 🫡 Contributors |
235 | 226 |
|
| 227 | +<p align="left"> |
| 228 | +<a href="https://github.com/wayofdev/laravel-symfony-serializer/graphs/contributors"> |
| 229 | +<img align="left" src="https://img.shields.io/github/contributors-anon/wayofdev/laravel-symfony-serializer?style=for-the-badge" alt="Contributors Badge"/> |
| 230 | +</a> |
236 | 231 | <br>
|
| 232 | +<br> |
| 233 | +</p> |
237 | 234 |
|
238 |
| -## 🙆🏼♂️ Author Information |
| 235 | +## 🌐 Social Links |
239 | 236 |
|
240 |
| -Created in **2023** by [lotyp / wayofdev](https://github.com/wayofdev) |
| 237 | +- **Twitter:** Follow our organization [@wayofdev](https://twitter.com/intent/follow?screen_name=wayofdev) and the author [@wlotyp](https://twitter.com/intent/follow?screen_name=wlotyp). |
| 238 | +- **Discord:** Join our community on [Discord](https://discord.gg/CE3TcCC5vr). |
241 | 239 |
|
242 | 240 | <br>
|
243 | 241 |
|
244 |
| -## 🙌 Want to Contribute? |
245 |
| - |
246 |
| -Thank you for considering contributing to the wayofdev community! We are open to all kinds of contributions. If you want to: |
| 242 | +## ⚖️ License |
247 | 243 |
|
248 |
| -- 🤔 Suggest a feature |
249 |
| -- 🐛 Report an issue |
250 |
| -- 📖 Improve documentation |
251 |
| -- 👨💻 Contribute to the code |
| 244 | +[](./LICENSE.md) |
252 | 245 |
|
253 | 246 | <br>
|
254 | 247 |
|
255 | 248 | ## 🧱 Credits and Useful Resources
|
256 | 249 |
|
257 |
| -This repository is based on code from following repositories: |
| 250 | +This repository is inspired by the following projects: |
258 | 251 |
|
259 | 252 | - [spiral/serializer](https://github.com/spiral/serializer)
|
260 | 253 | - [spiral-packages/symfony-serializer](https://github.com/spiral-packages/symfony-serializer)
|
261 | 254 | - [jeromegamez/ramsey-uuid-normalizer](https://github.com/jeromegamez/ramsey-uuid-normalizer)
|
262 | 255 | - [wayofdev/laravel-jms-serializer](https://github.com/wayofdev/laravel-jms-serializer)
|
| 256 | +- [symfony/serializer](https://github.com/symfony/serializer) |
0 commit comments