Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lalcebo/lumen-sdk
- Owner: lalcebo
- License: mit
- Created: 2021-08-08T03:04:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-06T20:21:26.000Z (almost 3 years ago)
- Last Synced: 2024-11-15T08:16:06.787Z (about 1 month ago)
- Topics: laravel, laravel-framework, lumen, lumen-framework, php, php7, sdk-php
- Language: PHP
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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