Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lalcebo/lumen-sdk

Expand Lumen framework in your projects.
https://github.com/lalcebo/lumen-sdk

laravel laravel-framework lumen lumen-framework php php7 sdk-php

Last synced: about 1 month ago
JSON representation

Expand Lumen framework in your projects.

Awesome Lists containing this project

README

        

# Laravel Lumen SDK

[![Latest Version on Packagist][ico-version]][link-packagist]
[![Tests Workflow][ico-tests]][link-tests]
[![Style Workflow][ico-style]][link-style]
[![Total Downloads][ico-downloads]][link-downloads]
[![Software License][ico-license]][link-license]

## Introduction

Expand Lumen framework in your projects.

## Requirements

This package requires:

- [PHP](https://www.php.net) **^7.3** | **^8.0**
- [Laravel Lumen](https://lumen.laravel.com) **^7.0** | **^8.0**

## Installation

To get started, install the package through composer and enjoy it!

```shell
composer require lalcebo/lumen-sdk
```

## About

I'll try to maintain this project as simple as possible, but pull requests are welcomed!

## License

The MIT License (MIT). Please see [License File][link-license] for more information.

[ico-version]: https://img.shields.io/packagist/v/lalcebo/lumen-sdk.svg?style=for-the-badge&logo=Packagist
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=for-the-badge&color=blue
[ico-downloads]: https://img.shields.io/packagist/dt/lalcebo/lumen-sdk.svg?style=for-the-badge
[ico-tests]: https://img.shields.io/github/workflow/status/lalcebo/lumen-sdk/Tests?style=for-the-badge&label=tests&logo=github
[ico-style]: https://img.shields.io/github/workflow/status/lalcebo/lumen-sdk/Coding%20Standards?style=for-the-badge&label=PSR-12&logo=github

[link-packagist]: https://packagist.org/packages/lalcebo/lumen-sdk
[link-license]: LICENSE
[link-downloads]: https://packagist.org/packages/lalcebo/lumen-sdk
[link-tests]: https://github.com/lalcebo/lumen-sdk/actions/workflows/tests.yml?query=branch%3Amaster
[link-style]: https://github.com/lalcebo/lumen-sdk/actions/workflows/php-cs-fixer.yml