Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vkcom/kphp-snippets
Libraries written in PHP aimed to be compiled with KPHP
https://github.com/vkcom/kphp-snippets
kphp
Last synced: about 2 months ago
JSON representation
Libraries written in PHP aimed to be compiled with KPHP
- Host: GitHub
- URL: https://github.com/vkcom/kphp-snippets
- Owner: VKCOM
- License: gpl-3.0
- Archived: true
- Created: 2020-10-15T10:04:05.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-26T15:00:17.000Z (about 2 years ago)
- Last Synced: 2024-09-25T21:41:42.543Z (about 2 months ago)
- Topics: kphp
- Language: PHP
- Homepage: https://vkcom.github.io/kphp/kphp-language/php-extensions/php-snippets.html
- Size: 42 KB
- Stars: 4
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Libraries written in PHP aimed to be compiled with KPHP
This repository contains snippets and libraries of KPHP-compatible code.
You can use this repo
* for learning, how KPHP-compatible code looks like
* for using some of this code in your project (in a copy-paste manner)Each library has its own *README* with detailed instructions:
* [JobWorkers](JobWorkers) — true parallelism inside KPHP, separate processes besides http workers
* [Protobuf](Protobuf) — encode/decode data to Protobuf binary format and back, based on .proto scheme
* [Grpc](Grpc) — send Protobuf encoded data via gRPC and parse received bytes
* [minutiae](minutiae) — various single-file PHP snippetsFeel free to examine this code and to contribute if you got something to share.