Packages from easeappphp

  • PHP

    easeappphp/ea-cli-router

    EACliRouter is a Simple Request Router, that uses plain Multi-dimensional Arrays of Routes, to handle both Static & Dynamic Routes for PHP based CLI Applications, Cron jobs & Message queue worker setups.

  • PHP

    easeappphp/ea-halite

    A very simple and safe PHP library that provides wrapper methods to handle encryption, decryption along with authentication in both symmetric & asymmetric modes for both text content and files appropriately. This library is based upon Halite library from Paragonie Initiative Enterprises.

  • PHP

    easeappphp/ea-rapid

    Async Easeapp PHP framework from the ground-up, based upon Amphp HTTP server

  • PHP

    easeappphp/ea-router

    EARouter is a Simple Request Router, that uses plain Multi-dimensional Arrays of Routes, to handle both Static & Dynamic Routes for PHP based Web Applications & Web Service implementations.

  • JavaScript

    easeappphp/eablueprint

    EABlueprint is the application that can be used to create either MVC or API Application.

  • PHP

    easeappphp/easeapp

    EaseApp is a PHP based Micro Framework, that can be helpful in writing both Web Applications and REST APIs in a simple and easier way.

  • PHP

    easeappphp/hmac

    A very simple and safe PHP library that provides methods to handle HMAC in applications.

  • PHP

    easeappphp/json-decode

    This is to do json_decode operation only on valid json string and in a highly performing way.

  • PHP

    easeappphp/pdolight

    A very simple and safe PHP library to execute PDO based database queries. Methods are provided to prepare a SQL Statement & it's execution separately as different methods (to facilitate caching of prepared statements) as well as together in a single method too.