Libraries tagged by webiik
webiik/middleware
65 Downloads
The Middleware is middleware launcher that allows automatic constructor DI and sending custom data among middleware.
webiik/mail
65 Downloads
The Mail brings common interface for sending emails, no matter what mail library you want to use. Out of the box it supports PHPMailer and SwiftMailer.
webiik/login
26 Downloads
The Login manages the user login state.
webiik/log
64 Downloads
The Log provides simple solution for advanced logging.
webiik/flash
7 Downloads
The Flash provides multilingual flash notifications.
webiik/error
67 Downloads
The Error provides more control over displaying and logging PHP errors.
webiik/database
67 Downloads
The Database is PDO connection container.
webiik/data
73 Downloads
The Data is simple, read/write-only, key-value data container.
webiik/curlhttpclient
115 Downloads
The CurlHttpClient allows to easily send HTTP request via curl.
webiik/csrf
67 Downloads
The Csrf provides CSRF protection.
webiik/cookie
84 Downloads
The Cookie provides safe way to work with cookies.
webiik/container
70 Downloads
The Container adds handy methods to most common Pimple functions and then adds automatic injection of dependencies from container to class constructor.
webiik/cli-analyse
48 Downloads
The simple CLI tool that helps you to analyze code quality.
webiik/attempts
3 Downloads
The Attempts provides common interface for user actions monitoring.
webiik/arr
74 Downloads
The Arr provides dot notation for PHP arrays.