Lumen---For speed Laravel frame Laravel performance Laravel Download Laravel Homestead

Source: Internet
Author: User
Data-id= "1190000004934808" >

What is lumen? Official website

Lumen is a micro-frame built by Laravel components and is one of the fastest PHP frameworks in the current!

When do you use lumen?

Lumen is designed for microservices or APIs, for example, if your application has a high frequency of requests for some business logic, you can take this part of the business logic separately and use lumen to build a small app.
Because Lumen is optimized for Laravel, the lumen requires a lot less resources.
Of course, you can use the queue system to interact with your main Laravel app. Laravel and Lumen are designed to work together well from the start, and, together, allow you to architect a powerful, microservices-driven application.
Lumen is also ideal for building API interfaces, and this type of application typically does not require all the features of the full stack framework, such as HTTP session management, Cookies, and template systems. (website description)

Features included with Lumen

    1. Blade Template engine

    2. Caching Cache System

    3. Command Scheduler Scheduled Tasks

    4. Controllers Controller

    5. Eloquent ORM Database operations

    6. Error handling Errors Handling

    7. Database abstraction Databases Abstraction Layer

    8. Dependency Injection Dependency Injection

    9. Logging Log System

    10. Queued Jobs Queue System

Note: Lumen's unique initialization mechanism makes it a great solution for building microservices architecture applications with high performance at the same time. (Developer documentation)

The above describes the lumen---for the speed of the Laravel framework, including the Laravel aspects of the content, I hope to be interested in the PHP tutorial friends helpful.

  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.