Libraries tagged by nida
nia/sql-operation
498 Downloads
Component which contains simple CRUD operations using the `nia/sql-adapter` component.
nia/sql-adapter-pdo
520 Downloads
Implementation of the `nia/sql-adapter` component using PDO. The implementation allows you to separate your PDO connection into a read and a write connection.
nia/sql-adapter
539 Downloads
Collection of interfaces to use SQL databases using the nia framework. The interfaces allow you to separate your connection into a read and a write connection.
nia/sanitizing
490 Downloads
Sanitizing component provides classes and interfaces to sanitize values.
nia/routing-facade-http
568 Downloads
HTTP routing facade to simply add HTTP routes to a given router.
nia/routing-facade-cli
309 Downloads
CLI routing facade to simply add CLI routes to a given router.
nia/routing
607 Downloads
The routing component routes a request through filters to a handler that will convert it to a response.
nia/requestresponse-http
591 Downloads
Implementation of the request response pattern for the HTTP environment.
nia/requestresponse-cli
572 Downloads
Implementation of the request response pattern for the CLI environment.
nia/requestresponse
664 Downloads
nia interface collection component request response design pattern.
nia/logging
237 Downloads
Component for a simple and hierarchical logging of messages.
nia/formatting-text
360 Downloads
Component with several text formatter implementations such like IBAN and slug.
nia/formatting-numeric
240 Downloads
Component with several numeric formatter implementations such like monetary, percentage and decimal.
nia/formatting
390 Downloads
Component to format a value.
nia/form
470 Downloads
The form component is used to validate data against the field definitions of a form.