https://github.com/reagordi/support-objects
Designed to work with objects
https://github.com/reagordi/support-objects
framework helpers inflector reagordi support
Last synced: about 2 months ago
JSON representation
Designed to work with objects
- Host: GitHub
- URL: https://github.com/reagordi/support-objects
- Owner: reagordi
- License: bsd-3-clause
- Created: 2024-05-01T09:12:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T13:26:11.000Z (over 1 year ago)
- Last Synced: 2025-07-13T03:59:01.131Z (9 months ago)
- Topics: framework, helpers, inflector, reagordi, support
- Language: PHP
- Homepage: https://reagordi.com
- Size: 16.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
Reagordi Support Objects
[](https://packagist.org/packages/reagordi/support-objects)
[](https://packagist.org/packages/reagordi/support-objects)
[](https://github.com/reagordi/support-objects/actions?query=workflow%3Abuild)
[](https://codecov.io/gh/reagordi/support-objects)
[](https://dashboard.stryker-mutator.io/reports/github.com/reagordi/support-objects/main)
[](https://github.com/reagordi/support-objects/actions?query=workflow%3A%22static+analysis%22)
[](https://shepherd.dev/github/reagordi/support-objects)
[](https://shepherd.dev/github/reagordi/support-objects)
Designed to work with objects
## Requirements
- PHP 8.2 or higher.
## Installation
The package could be installed with composer:
```shell
composer require reagordi/support-objects
```
## General usage
## Testing
### Unit testing
The package is tested with [PHPUnit](https://phpunit.de/). To run tests:
```shell
./vendor/bin/phpunit
```
### Mutation testing
The package tests are checked with [Infection](https://infection.github.io/) mutation framework with
[Infection Static Analysis Plugin](https://github.com/Roave/infection-static-analysis-plugin). To run it:
```shell
./vendor/bin/roave-infection-static-analysis-plugin
```
### Static analysis
The code is statically analyzed with [Psalm](https://psalm.dev/). To run static analysis:
```shell
./vendor/bin/psalm
```
### Code style
Use [Rector](https://github.com/rectorphp/rector) to make codebase follow some specific rules or
use either newest or any specific version of PHP:
```shell
./vendor/bin/rector
```
### Dependencies
Use [ComposerRequireChecker](https://github.com/maglnet/ComposerRequireChecker) to detect transitive
[Composer](https://getcomposer.org/) dependencies.
## License
The Reagordi Support Objects is free software. It is released under the terms of the BSD License.
Please see [`LICENSE`](./LICENSE.md) for more information.
Maintained by [Reagordi Group](https://reagordi.com/).
## Support the project
[](https://opencollective.com/reagordi)
## Follow updates
[](https://reagordi.com/)
[](https://t.me/reagordi_community)