Libraries tagged by baseapp
icypineapple/baseapi
1 Downloads
Icy Pineapple Base API bundle
easeappphp/hmac
448 Downloads
A very simple and safe PHP library that provides methods to handle HMAC in applications.
easeappphp/ea-halite
29 Downloads
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.
easeappphp/easeapp
88 Downloads
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.
easeappphp/pdolight
75 Downloads
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.
easeappphp/json-decode
63 Downloads
This is to do json_decode operation only on valid json string and in a highly performing way.
easeappphp/eablueprint
2 Downloads
EABlueprint is the application that can be used to create either MVC or API Application.
easeappphp/ea-router
119 Downloads
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.
easeappphp/ea-rapid
13 Downloads
Async Easeapp PHP framework from the ground-up, based upon Amphp HTTP server
easeappphp/ea-cli-router
44 Downloads
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.
invincible-tech-systems/easeampmysql-halite
16 Downloads
A very simple and safe PHP library to execute SQL Queries as Prepared Statements on MySQL Database, in an asynchronous & non-blocking all basing upon amphp/mysql package. Additional checks are supported in terms of facilitating creation and verification of row level digital signature for different database tables along with creation of blind indexes of data in encrypted db columns, using easeappphp/ea-halite package.