All Projects → ezralazuardy → heimdall

ezralazuardy / heimdall

Licence: MIT license
Painless OAuth 2.0 Server for CodeIgniter 4 🔥

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to heimdall

REST-Api-with-Slim-PHP
REST API with PHP Slim Framework 3 and MySQL
Stars: ✭ 69 (+91.67%)
Mutual labels:  composer, restful
Go Api Boilerplate
Go Server/API boilerplate using best practices DDD CQRS ES gRPC
Stars: ✭ 373 (+936.11%)
Mutual labels:  restful, oauth2-server
BlobHelper
BlobHelper is a common, consistent storage interface for Microsoft Azure, Amazon S3, Komodo, Kvpbase, and local filesystem written in C#.
Stars: ✭ 23 (-36.11%)
Mutual labels:  restful
prediction-builder
A library for machine learning that builds predictions using a linear regression.
Stars: ✭ 107 (+197.22%)
Mutual labels:  composer
Spring-Boot-2
Spring Boot 2.x examples
Stars: ✭ 33 (-8.33%)
Mutual labels:  restful
PhpBotFramework
A framework for Telegram Bot API written in PHP.
Stars: ✭ 56 (+55.56%)
Mutual labels:  composer
hawk.php
PHP Errors catching and monitoring
Stars: ✭ 18 (-50%)
Mutual labels:  composer
Relaxation
Relaxation is a REST framework for ColdFusion that helps you build a REST API. And then it get's the heck out of your way.
Stars: ✭ 22 (-38.89%)
Mutual labels:  restful
phpPgAdmin6
PHP7+ Based administration tool for PostgreSQL 9.3+
Stars: ✭ 45 (+25%)
Mutual labels:  composer
Minecraft-Skin-Renderer
Minecraft 3D Skin renderer with composer support and flexible rotation configuration
Stars: ✭ 14 (-61.11%)
Mutual labels:  composer
fintech
python fintech docs
Stars: ✭ 20 (-44.44%)
Mutual labels:  restful
weapp wechat miniapp sdk
一个封装了微信小程序服务端接口的SDK
Stars: ✭ 102 (+183.33%)
Mutual labels:  composer
TCSTK-Angular
TIBCO Cloud™ Composer - Angular Libraries
Stars: ✭ 12 (-66.67%)
Mutual labels:  composer
laravel-profane
Profanity Validator for Laravel
Stars: ✭ 79 (+119.44%)
Mutual labels:  composer
composer-localdev-plugin
Composer Plugin for local development
Stars: ✭ 31 (-13.89%)
Mutual labels:  composer
composer-repl
A REPL for PHP built into Composer (using PsySH)
Stars: ✭ 81 (+125%)
Mutual labels:  composer
gh-auto-updater
Automatic Updater with GitHub API for WordPress Plugin
Stars: ✭ 42 (+16.67%)
Mutual labels:  composer
geoip2-geolite2-composer
This project aims to provide an easy solution to require GeoIP2 / GeoLite2 databases inside your project using composer.
Stars: ✭ 15 (-58.33%)
Mutual labels:  composer
SLazeKit
SLazeKit is a framework providing models mapper and CoreData serializer for RESTful resources.
Stars: ✭ 23 (-36.11%)
Mutual labels:  restful
erdiko
Micro MVC Framework
Stars: ✭ 36 (+0%)
Mutual labels:  composer

Heimdall


Code Quality Maintainability Build Codacy Security Scan Releases Minimum PHP version Issues License


Inspired from the Norse mythology, Heimdallr, modernly anglicized as Heimdall is the gatekeeper of Bifröst, the rainbow road connecting Midgard, realm of the humans, to Asgard, the realm of Gods.

In CodeIgniter 4, Heimdall serves as the gatekeeper between the client and resource server. Heimdall gives you an out of the box OAuth 2 authorization protocol implementation to your CodeIgniter's Web Service. Heimdall also comes with some handy extensions such as Open ID Connect support to gives you a simple identity layer on top of the OAuth 2 protocol and a Proof Key for Code Exchange support.

Heimdall implements the standards compliant implementation of an OAuth 2 authorization server written in PHP which makes working with OAuth 2 trivial. You can easily configure an OAuth 2 server to protect your API with access tokens, or allow clients to request new access tokens and refresh them.

This library was created in order to simplify the need of OAuth 2 implementation in your CodeIgniter 4 framework, based on the OAuth 2.0 Server library by thephpleague.

Latest version

See the latest version of Heimdall here.


✍️ Installation

In order to install Heimdall, you have to use Composer.

In the root directory of your CodeIgniter 4 project, fire up a terminal and run:

composer require ezralazuardy/heimdall

Heimdall is now ready to be configured and run in your server.


🚀️ Getting Started

In order to start configuring & implementing Heimdall in your CodeIgniter 4 project, please refer to the documentation.


📖️ Documentation

Read the Heimdall documentation here.


👷️ Contributing

All contributions are welcomed. Please make a pull request so that I can review your changes.

Before start making contributions to Heimdall, please read the contribution guidelines and code of conduct.


🛡️ Security Policy

Read the current Heimdall's security policy here.


🗒️ Side Note

Heimdall is at it's early stage. If you experiencing an error or bug, please report by creating a new issues.


📜 License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].