wecodemore / astrofields-html5
HTML5 Extension for the AstroFields framework
Installs: 20
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/wecodemore/astrofields-html5
Requires
- php: >=5.3.2
- wecodemore/astrofields-core: *
Requires (Dev)
- phpunit/phpunit: 4.3.*
This package is not auto-updated.
Last update: 2025-10-07 05:47:07 UTC
README
Currently there are classes for the following types:
color
, email
, number
, range
, tel
and url
Future Versions
The types of date
, month
, week
, time
, datetime
and datetime-local
are
not that easy. Date and time are extremely different from region to region, country
to country, etc. these types need a deep thought before starting on it.
They will also need accompanying Receivers and Commands to Sanitize their passed values.
If you want to take a try, just go for it and send a Pull Request to start the discussion.