Lae/README.md

25 lines
1.5 KiB
Markdown
Raw Normal View History

2022-09-08 16:12:02 +00:00
# Lumen PHP Framework
2022-08-12 07:56:56 +00:00
2022-09-08 16:12:02 +00:00
[![Build Status](https://travis-ci.org/laravel/lumen-framework.svg)](https://travis-ci.org/laravel/lumen-framework)
[![Total Downloads](https://img.shields.io/packagist/dt/laravel/lumen-framework)](https://packagist.org/packages/laravel/lumen-framework)
[![Latest Stable Version](https://img.shields.io/packagist/v/laravel/lumen-framework)](https://packagist.org/packages/laravel/lumen-framework)
[![License](https://img.shields.io/packagist/l/laravel/lumen)](https://packagist.org/packages/laravel/lumen-framework)
2022-08-12 07:56:56 +00:00
2022-09-08 16:12:02 +00:00
Laravel Lumen is a stunningly fast PHP micro-framework for building web applications with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Lumen attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as routing, database abstraction, queueing, and caching.
2022-08-12 07:56:56 +00:00
2022-09-08 16:12:02 +00:00
## Official Documentation
2022-08-12 07:56:56 +00:00
2022-09-08 16:12:02 +00:00
Documentation for the framework can be found on the [Lumen website](https://lumen.laravel.com/docs).
2022-08-12 07:56:56 +00:00
## Contributing
2022-09-08 16:12:02 +00:00
Thank you for considering contributing to Lumen! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).
2022-08-12 07:56:56 +00:00
## Security Vulnerabilities
2022-09-08 16:12:02 +00:00
If you discover a security vulnerability within Lumen, please send an e-mail to Taylor Otwell at taylor@laravel.com. All security vulnerabilities will be promptly addressed.
2022-08-12 07:56:56 +00:00
## License
2022-09-08 16:12:02 +00:00
The Lumen framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).