Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bearsunday/bear.swoole
The swoole script for BEAR.Sunday application
https://github.com/bearsunday/bear.swoole
bearsunday swoole
Last synced: 30 days ago
JSON representation
The swoole script for BEAR.Sunday application
- Host: GitHub
- URL: https://github.com/bearsunday/bear.swoole
- Owner: bearsunday
- License: mit
- Created: 2018-11-07T11:23:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-13T09:23:44.000Z (12 months ago)
- Last Synced: 2024-11-24T09:00:10.607Z (about 1 month ago)
- Topics: bearsunday, swoole
- Language: PHP
- Homepage:
- Size: 101 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# BEAR.Swoole
This library provides the support of Swoole into an BEAR.Sunday application.
## 🚀 Installation
Run the following to install this library:
composer require bear/swoole
composer require fastd/http 5.0.x-dev## 🚀 Entry Script
Place the entry script file at `bin/swoole.php` with IP address and port number.
```php