n3ttech / content
1.3
2019-12-02 08:22 UTC
Requires
- php: >=7.3
- anahkiasen/underscore-php: ^2.0
- n3ttech/messeging: ^1.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.15
- n3ttech/checking: ^1.1
- phpstan/phpstan: ^0.11.19
- phpunit/phpunit: ^8.4
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2025-03-29 00:37:11 UTC
README
###Library for managing content
#####Content
- names
array(<string>)
- leads
array(<string>)
- contents
array(<string>)
#####Release
- releaseDate
<DateTime>
- hidden
<bool>
#####Blog
Category
- uuid
<string>
- parent
<Category>
- names
array(<string>)
- sites
array(<string>)
Entry
- uuid
<string>
- creationDate
<DateTime>
- release
<Release>
- content
<Content>
- categories
array(<string>)
#####News
- uuid
<string>
- creationDate
<DateTime>
- release
<Release>
- content
<Content>
- sites
array(<string>)
#####Page
- key
<string>
- content
<Content>
#####Translation
- key
<string>
- sites
array(<string>)
- values
array(<string>)