dedsecteam17 / green-validator
A modern PHP validation library with support for complex validation rules
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/dedsecteam17/green-validator
Requires
- php: >=8.1
Requires (Dev)
- phpunit/phpunit: ^10.5
This package is not auto-updated.
Last update: 2025-10-31 05:51:00 UTC
README
Packagist Auto-Update
The packagist-update.yml workflow automatically notifies Packagist to update the package listing whenever:
- Code is pushed to the
masterbranch - A new release is published
Setup Requirements
This workflow requires the PACKAGIST_TOKEN secret to be configured in the repository settings:
- Go to Packagist Profile Settings and copy your API Token
- In this GitHub repository, go to Settings → Secrets and variables → Actions
- Click New repository secret
- Name:
PACKAGIST_TOKEN - Value: Paste your Packagist API token
- Click Add secret
Once configured, the workflow will automatically trigger on every push to master and on new releases, ensuring the package on Packagist stays in sync with the GitHub repository.
Package Details
- Packagist Package: dedsecteam17/green-validator
- GitHub Repository: DedSecTeam17/GreenValidator