violinist-dev / project-data
Project data object for storing project info when sending to workers.
Installs: 192 821
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- symfony/dotenv: ^5||^6||^7
Requires (Dev)
- drupal/violinist_projects: 1.x-dev
- php-coveralls/php-coveralls: ^2.0
- phpstan/extension-installer: ^1.4
- phpstan/phpstan-phpunit: ^1.4
- phpunit/phpunit: ^6.5||^7||^8||^9
- squizlabs/php_codesniffer: ^3.4
README
Project data value object.
About this package
This package exists so one can create a value object from a Drupal node, and then deserialize it in all kinds of application that has nothing to do with Drupal.
This way we can pass it to workers that does not run Drupal, and still access all the values of the node we are interested in.