atxy2k/laravel_apps

This package is abandoned and no longer maintained. The author suggests using the atxy2k/essence package instead.

Manage applications for your laravel apps protecting them through jwt or just with your app id and app secret

v1.0.3 2019-03-13 16:11 UTC

This package is auto-updated.

Last update: 2020-06-23 15:29:52 UTC


README

Latest Release Release date Total Downloads Issues Stars

Multi-apps support for your laravel applications, you can create apps like facebook, one app can connect to specifics urls thanks to own system permission, each app has an app_id and app secret, the same time, we have our own JWT implementation for protect your routes via app_id, app_secret and one JWT, Although we have a lot of things to improve, you can use a lot of characteristics from our package.

Take a look at contributing.md to see a to do list.

Installation

Via Composer

$ composer require atxy2k/laravel_apps

Usage

Change log

Please see the changelog for more information on what has changed recently.

Testing

In this moment you need integrate this package inside a clean install of laravel and run

phpunit

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email author email instead of using the issue tracker. https://poser.pugx.org/cviebrock/eloquent-sluggable/v/stable?format=flat

Credits