sikessem / values
Objects with strict types to manage PHP variables and values.
Requires
- php: ^8.2||^8.3
Requires (Dev)
- sikessem/devtools: ^0.8.0
This package is auto-updated.
Last update: 2024-10-27 17:08:21 UTC
README
PHP Value Objects
Objects with strict types to manage PHP variables and values.
Warning
This package is no longer maintained. Please use sikessem/core instead.
π Contents
π Requirements
- Requires PHP >=8.0 (at least 8.0.30 recommended to avoid potential bugs).
- Requires Composer v2+ to manage PHP dependencies.
π Getting Started
β‘οΈ Installation
Use Composer to install sikessem/values
:
composer require sikessem/values
π§βπ» Usage
<?php use Sikessem\Values\Value; $two = Value::from(2); // 2 $two->update(fn($val) => $val * $val); // 4 $two->set(5); // 5
π§ͺ Testing and debugging
π§Ή Keep a modern codebase with Pint:
composer lint
βοΈ Run static analysis:
- Using PHPStan:
composer analyse
- Using Psalm:
composer inspect
β Run unit tests using PEST
composer test
π Check all code bugs:
composer debug
π Fix the entire code:
composer fix
π Documentation
The full documentation for the Sikessem Values can be found on this address.
π Contribution
The main purpose of this repository is to continue evolving Sikessem. We want to make contributing to this project as easy and transparent as possible, and we are grateful to the community for contributing bug fixes and improvements. Read below to learn how you can take part in improving Sikessem.
π· Code of Conduct
Sikessem has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.
π₯ Contributing Guide
Read our Contributing Guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Sikessem.
ποΈ Good First Issues
We have a list of good first issues that contain bugs which have a relatively limited scope. This is a great place to get started, gain experience, and get familiar with our contribution process.
π¬ Discussions
Larger discussions and proposals are discussed in Sikessem's GitHub discussions.
π Security Reports
If you discover a security vulnerability within Sikessem, please email SIGUI KessΓ© Emmanuel at contact@sigui.ci. All security vulnerabilities will be promptly addressed.
π License
The Sikessem Values is open-sourced software licensed under the MIT License - see the LICENSE file for details.
Made with β€οΈ by @siguici.