n3ttech / content
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/n3ttech/content
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-09-29 02:28:36 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>)