Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laravel/octane
Supercharge your Laravel application's performance.
https://github.com/laravel/octane
laravel octane roadrunner swoole
Last synced: 4 days ago
JSON representation
Supercharge your Laravel application's performance.
- Host: GitHub
- URL: https://github.com/laravel/octane
- Owner: laravel
- License: mit
- Created: 2021-03-21T14:12:53.000Z (over 3 years ago)
- Default Branch: 2.x
- Last Pushed: 2024-11-26T15:28:39.000Z (17 days ago)
- Last Synced: 2024-12-02T13:07:21.825Z (11 days ago)
- Topics: laravel, octane, roadrunner, swoole
- Language: PHP
- Homepage: https://laravel.com/docs/octane
- Size: 870 KB
- Stars: 3,786
- Watchers: 65
- Forks: 295
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
- awesome-swoole - Laravel Octane - A first-party Laravel package that supercharges laravelish application's performance by serving it using Swoole high-performance HTTP servers. Developed and maintained by the Laravel team. (Framework Integration)
README
## Introduction
Laravel Octane supercharges your application's performance by serving your application using high-powered application servers, including [FrankenPHP](https://frankenphp.dev), [Open Swoole](https://openswoole.com), [Swoole](https://github.com/swoole/swoole-src), and [RoadRunner](https://roadrunner.dev). Octane boots your application once, keeps it in memory, and then feeds it requests at supersonic speeds.
## Official Documentation
Documentation for Octane can be found on the [Laravel website](https://laravel.com/docs/octane).
## Contributing
Thank you for considering contributing to Octane! You can read the contribution guide [here](.github/CONTRIBUTING.md).
## Code of Conduct
In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).
## Security Vulnerabilities
Please review [our security policy](https://github.com/laravel/octane/security/policy) on how to report security vulnerabilities.
## License
Laravel Octane is open-sourced software licensed under the [MIT license](LICENSE.md).