Libraries tagged by nida
niga/framework
17 Downloads
Niga framework
nia/validation
499 Downloads
Validation component provides classes and interfaces to validate values.
nia/translating
298 Downloads
Component provides several interfaces and classes for translations and pluralizations.
nia/templating-twig
316 Downloads
Templating implementation using twig.
nia/templating
331 Downloads
Collection of interfaces to implement templating functionality.
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.