A Knowledge Hub For Emma Framework

Emma Security

A PHP 8.0+ security services for Emma Framework.

Emma Validations

A PHP 8.0+ Attribute Based Validation For Properties of Object/Entity/DTO. Comes with in-built data-type converter that can be implemented to make validation easy without compromising your object. You can create your own custom Validators and/or Converter by implementing a simple interface. The Validator class is a PHP class that implements the ValidationInterface and provides methods for validating object properties.

HTTP Manager

A PHP 8.0+ Attributes Based HTTP Routing. Can be used for all cases, MVC and Middleware - Class/Method/Function

Emma DBAL- Database Access Layer

Emma Database Access Layer. Rely solely on the in-built PHP PDO and FAST. Also, comes with advanced Query Builder for more flexibility and searching and with parameterized queries to prevent against sqli or other sql attacks

Emma ORM

A PHP 8.2+ Attribute Based ORM for Object/Entity/DTO. Largely inspired by Java SpringBoot annotation based ORM.

Emma Framework Documentation Hub

A PHP 8.0+ Attributes based Framework. Supports for both MVC and Middleware Architecture. Comes with Attribute based http routing, Attributes based Di Container, Attributes based ORM, and Attributes based Entity/DTO/Object validations.