psiphp / description
Allow third-party libraries to add descriptions to an object instance
Installs: 106
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
pkg:composer/psiphp/description
Requires
- php: ^7.0
Requires (Dev)
- phpbench/phpbench: ~0.12.0
- phpunit/phpunit: ^5.5
This package is auto-updated.
Last update: 2023-11-29 02:38:16 UTC
README
This component is part of the Psi Content Management Framework
The description component allows you to retrieve standard descriptions of object instances. A description is an object made up of standardized descriptors which are populated by description enhancers.
Documentation
Documentation is in progress, there may be documentation in doc/index.rst.
Installation
Require in composer.json
:
$ composer require 'psiphp/description'
Contributing
All contributions are welcome, go ahead and make a PR!