papimod / date
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/papimod/date
Requires
- php: >=8.5.0
- papi/papi: ^1.0
Requires (Dev)
- papimod/dotenv: ^1.0.0
- phpunit/phpunit: ^12.4
- squizlabs/php_codesniffer: ^4.0
README
Description
Help defining the API date format with time zone in your papi.
Also provide a DateService class to convert dates.
Prerequisites Modules
Configuration
DATE_FORMAT (.ENV)
| Required | No |
| Type | string |
| Description | DateTime format |
| Default | Y-m-d H:i:s |
DATE_TIMEZONE (.ENV)
| Required | No |
| Type | string |
| Description | Global API timezone |
| Default | Europe/Paris |