amethyst / attribute
Installs: 143
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/amethyst/attribute
Requires
- php: >=8.2
- amethyst/core: 0.3.*
- amethyst/relation-schema: 0.3.*
- doctrine/dbal: ^3.6
Requires (Dev)
- amethyst/foo: 0.3.*
- friendsofphp/php-cs-fixer: ^3.52
- orchestra/testbench: *
This package is auto-updated.
Last update: 2025-10-06 15:59:52 UTC
README
Requirements
PHP 8.2 and later.
Installation
You can install it via Composer by typing the following command:
composer require amethyst/attribute-schema
The package will automatically register itself.
Documentation
Testing
- Clone this repository
- Copy the default
phpunit.xml.dist
tophpunit.xml
- Change the environment variables as you see fit
- Launch
./vendor/bin/phpunit