Packages from nia

  • PHP

    nia/collection-map-stringmap

    nia component for string maps.

  • PHP

    nia/configuration

    nia component for simple configuration file parsing.

  • PHP

    nia/dependencyinjection

    nia component for dependency injection handling.

  • PHP

    nia/form

    The form component is used to validate data against the field definitions of a form.

  • PHP

    nia/formatting

    Component to format a value.

  • PHP

    nia/formatting-numeric

    Component with several numeric formatter implementations such like monetary, percentage and decimal.

  • PHP

    nia/formatting-text

    Component with several text formatter implementations such like IBAN and slug.

  • PHP

    nia/logging

    Component for a simple and hierarchical logging of messages.

  • PHP

    nia/requestresponse

    nia interface collection component request response design pattern.

  • PHP

    nia/requestresponse-cli

    Implementation of the request response pattern for the CLI environment.

  • PHP

    nia/requestresponse-http

    Implementation of the request response pattern for the HTTP environment.

  • PHP

    nia/routing

    The routing component routes a request through filters to a handler that will convert it to a response.

  • PHP

    nia/routing-facade-cli

    CLI routing facade to simply add CLI routes to a given router.

  • PHP

    nia/routing-facade-http

    HTTP routing facade to simply add HTTP routes to a given router.

  • PHP

    nia/sanitizing

    Sanitizing component provides classes and interfaces to sanitize values.

  • PHP

    nia/sql-adapter

    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.

  • PHP

    nia/sql-adapter-pdo

    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.

  • PHP

    nia/sql-operation

    Component which contains simple CRUD operations using the `nia/sql-adapter` component.

  • PHP

    nia/templating

    Collection of interfaces to implement templating functionality.

  • PHP

    nia/templating-twig

    Templating implementation using twig.

  • PHP

    nia/translating

    Component provides several interfaces and classes for translations and pluralizations.

  • PHP

    nia/validation

    Validation component provides classes and interfaces to validate values.