Update of "hybrid7 libraries"
Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Artifact ID: | 4192ee792071b1d14f2e2b875c518d8abc0d77f0 |
---|---|
Page Name: | hybrid7 libraries |
Date: | 2015-01-05 20:28:47 |
Original User: | mario |
Parent: | 8c1fc1f25e684286856cc735857d09a6a6a3a1a1 (diff) |
Next | c2837c9ce60e37f5bcc357431fe42232d61f7000 |
Content
hybrid7 libraries
This repository contains a few asorted components for common PHP tasks, which follow a more hybrid/fluent interface approach.
- input wraps PHP superglobal input vars with on-the-spot filtering backends.
- db provides a convenient wrapper and complex array placeholders atop PDO.
- curl adds a fluent and conveniently prefix-free API onto curl and curl_multi.
- log is an experimental struct-logging backend, with Ruby-style :token params.
- template was a concept for plainer ties between application code and output logic. (obsolete, unused)
The repo name "hybrid7" alludes to the previous project name (overcome by "events" ;) and the original intend to have at least 7 reusable/universal components. However unless it provides a sufficient benefit over existing code or warrants the hybrid title, I don't feel like reinventing further wheels here.
Some subprojects that originated in this context, like shared.phar, have been externalized already. The log module might be suitable as independent project as well.