Merge pull request #7567 from osbre/feat/add-openswoole

Add OpenSwoole detection
main
Elbert Alias 2 years ago committed by GitHub
commit 0afe3db6ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="none"><mask id="a" width="32" height="23" x="0" y="5" maskUnits="userSpaceOnUse" style="mask-type:luminance"><path fill="#fff" d="M0 5h32v22.857H0V5Z"/></mask><g mask="url(#a)"><path fill="#5EE4E4" fill-rule="evenodd" d="M27.762 15.456a8.353 8.353 0 0 0 .297-2.217c0-4.393-3.387-7.967-7.55-7.967a7.323 7.323 0 0 0-4.765 1.787 8.05 8.05 0 0 0-2.495 3.992 5.43 5.43 0 0 0-.56-.03c-2.578 0-4.835 1.805-5.561 4.366a5.496 5.496 0 0 0-1.316-.16c-3.2 0-5.804 2.748-5.804 6.124 0 3.378 2.604 6.124 5.804 6.124h20.377c3.2 0 5.804-2.747 5.804-6.124 0-2.774-1.748-5.163-4.23-5.895Z" clip-rule="evenodd"/><path fill="#030A47" d="M25.363 17.829 19.8 15.87l4.175-8.286-10.832 8.502 5.563 1.957-4.176 8.288 10.833-8.503Z"/><path fill="#fff" d="m23.077 18.433-5.563-1.958 4.176-8.286-10.833 8.501 5.563 1.958-4.175 8.287 10.832-8.502Z"/></g></svg>

After

Width:  |  Height:  |  Size: 901 B

@ -1096,6 +1096,19 @@
"oss": true,
"website": "https://www.openstreetmap.org"
},
"OpenSwoole": {
"cats": [
18
],
"description": "OpenSwoole is a high-performance, asynchronous, event-driven, coroutine-based PHP framework.",
"headers": {
"Server": "OpenSwoole(?:/([\\d.]+))?\\;version:\\1"
},
"icon": "OpenSwoole.svg",
"implies": "PHP",
"oss": true,
"website": "https://openswoole.com"
},
"OpenTable": {
"cats": [
93
@ -1918,4 +1931,4 @@
},
"website": "https://owncloud.org"
}
}
}