blib / blibphp
There is no license information available for the latest version (1.1.3) of this package.
Blib is a useful helper for legacy projects, many usefuls like build string for Sql and others, check modules.
1.1.3
2025-01-16 17:53 UTC
Requires
- php: >=7.0.0
README
- Blib is a set of useful functions in PHP mainly aimed at legacy projects or those close to pure PHP.
- Access src and the module to see the documentation for each feature.
BlibSql
- This functionality brings some facilities such as building string for update and insert protected from sql injection and also treatment for sql fields such as Date and DateTime treatment. docs
BlibArr
- Functions to transform arrays, solutions. Array changes and others docs
Todo:
- BlibSql adapting to DateTime