Libraries tagged by Typi
typicms/pages
17491 Downloads
typicms/objects
22558 Downloads
typicms/news
5359 Downloads
typicms/menus
20365 Downloads
typicms/history
21150 Downloads
typicms/files
21328 Downloads
typicms/events
1481 Downloads
typicms/dashboard
21364 Downloads
typicms/blocks
20579 Downloads
typisttech/wp-password-argon-two
403 Downloads
Securely store WordPress user passwords in database with Argon2i hashing and SHA-512 HMAC using PHP's native functions.
typisttech/sunny
7 Downloads
Automatically purge CloudFlare cache, including cache everything rules.
nolikein/objectable-struct
2732 Downloads
A way the use structs with the soft typing of phpa
n2n/valobj
107 Downloads
Contains typical n2n implementations of common value objects.
mouf/utils.common.validators
163026 Downloads
This package contains typical validators to be used in your application. A validator is a class that decides whether a string is valid or not. For instance, you could use an EmailValidator to validate that a string is a mail, etc...
mouf/utils.common.lock
67076 Downloads
A simple package that provides functions to get a lock. Typically, you want to use locks when you want to be sure that 2 actions do not happen at the same time. For instance, if you regularly schedule cron tasks, you might want to be sure the last cron task finished before running the new one. A lock can help you do that.