Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sromainv/equal

 
 

Repository files navigation

Build Status License: LGPL v3 Maintainer PRs Welcome

eQual framework

eQual is a versatile, language-agnostic and web-oriented framework, aiming to elegantly manage interactions between front-end Apps and Business Logic involved in modern Web Applications.

Benefits

Rock Solid Security Secure every API endpoint with User Management, Role-Based Access Controls, SSO Authentication, JWT, CORS, and OAuth.

Server-Side Scripting Implement custom logic on the request or response of any API endpoint or quickly build your own custom APIs with JavaScript V8, Node.js, or PHP.

Instant APIs Without Code Automatically generate a complete set of REST APIs with live documentation for any SQL or NoSQL database, file storage system, or external service.

<?php
// Tired of steep learning curves?
echo "This is a valid Contoller!";

$ ./equal.run --get=demo_first

Requirements

eQual requires the following environment:

  • PHP 7+ with following extensions : mysqli (mandatory) + gd opcache zip tidy (optional)
  • Apache 2+ or Nginx
  • MySQL 5+ compatible DBMS (up to MySQL 5.7 and MariaDB 10.3)

Install

Download code as ZIP:

wget https://github.com/cedricfrancoys/equal/archive/master.zip

or clone with Git :

git clone https://github.com/cedricfrancoys/equal.git

For more info, see : http://doc.equal.run/getting-started/installation

About

eQual is a versatile HTTP native framework with zero learning curve

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.7%
  • PHP 45.2%
  • Hack 0.4%
  • HTML 0.3%
  • CSS 0.2%
  • Shell 0.1%
  • XSLT 0.1%