{"id":19767494,"url":"https://github.com/hprose/hprose-pecl","last_synced_at":"2025-10-28T13:19:22.047Z","repository":{"id":28430139,"uuid":"31945064","full_name":"hprose/hprose-pecl","owner":"hprose","description":"Hprose is a cross-language RPC. This project is Hprose serialize/unserialize extension for PHP","archived":false,"fork":false,"pushed_at":"2021-05-11T04:00:28.000Z","size":451,"stargazers_count":55,"open_issues_count":2,"forks_count":20,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-06T03:02:43.936Z","etag":null,"topics":["c","cross-language","cross-platform","hprose","hprose-extension","php","serialization","serialization-library","serialize","serializer"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hprose.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-10T07:59:46.000Z","updated_at":"2024-04-14T15:43:12.000Z","dependencies_parsed_at":"2022-09-03T05:21:54.810Z","dependency_job_id":null,"html_url":"https://github.com/hprose/hprose-pecl","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hprose%2Fhprose-pecl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hprose%2Fhprose-pecl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hprose%2Fhprose-pecl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hprose%2Fhprose-pecl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hprose","download_url":"https://codeload.github.com/hprose/hprose-pecl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251732454,"owners_count":21634773,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","cross-language","cross-platform","hprose","hprose-extension","php","serialization","serialization-library","serialize","serializer"],"created_at":"2024-11-12T04:29:57.561Z","updated_at":"2025-10-28T13:19:21.954Z","avatar_url":"https://github.com/hprose.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hprose extension for PHP\n\n[![Join the chat at https://gitter.im/hprose/hprose-pecl](https://img.shields.io/badge/GITTER-join%20chat-green.svg)](https://gitter.im/hprose/hprose-pecl?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![Build Status](https://travis-ci.org/hprose/hprose-pecl.svg)](https://travis-ci.org/hprose/hprose-pecl)\n![Supported PHP versions: 5.2 .. 7.3](https://img.shields.io/badge/php-5.2~7.4-blue.svg)\n[![GitHub release](https://img.shields.io/github/release/hprose/hprose-pecl.svg)](https://github.com/hprose/hprose-pecl/releases)\n[![License](https://img.shields.io/github/license/hprose/hprose-pecl.svg)](http://opensource.org/licenses/MIT)\n\n## Introduction\n\n*Hprose* is a High Performance Remote Object Service Engine.\n\nIt is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. It is not only easy to use, but powerful. You just need a little time to learn, then you can use it to easily construct cross language cross platform distributed application system.\n\n*Hprose* supports many programming languages, for example:\n\n* AAuto Quicker\n* ActionScript\n* ASP\n* C++\n* Dart\n* Delphi/Free Pascal\n* dotNET(C#, Visual Basic...)\n* Golang\n* Java\n* JavaScript\n* Node.js\n* Objective-C\n* Perl\n* PHP\n* Python\n* Ruby\n* ...\n\nThrough *Hprose*, You can conveniently and efficiently intercommunicate between those programming languages.\n\nThis project is the implementation of Hprose extension for PHP.\n\n## Installation\n\nThere are many ways to build the package. Below you can find details for most\nuseful ways of package building:\n\n-----------------------------------------------------------------------------\n### Way 1: Building the package with PHP\n\n1.  Create ext/hprose folder in the php-source-folder. Copy all files\n    from the package into created folder.\n\n2.  Run\n\n        ./buildconf\n\n    to rebuild PHP's configure script.\n\n3.  Compile php with option:\n\n    `--enable-hprose` to build bundled into PHP module\n\n    `--enable-hprose=shared` to build dinamycally loadable module\n\n-----------------------------------------------------------------------------\n### Way 2: Building the package with phpize utility\n\n1.  Unpack contents of the package.\n\n2.  Run\n\n        phpize\n\n    script, which will prepare environment for building hprose package.\n\n3.  Run\n\n        ./configure --enable-hprose=shared\n\n    to generate makefile.\n\n4.  Run\n\n        make\n\n    to build hprose extension library. It will be placed into\n    ./modules folder.\n\n5.  Run\n\n        make install\n\n    to install hprose extension library into PHP\n\n-----------------------------------------------------------------------------\n### Way 3: Install via pecl\n\n1. Run:\n\n        pecl install hprose\n\n    That's all.\n\n-----------------------------------------------------------------------------\n\n## Usage\n\nThis extension is a part of [Hprose for PHP](http://github.com/hprose/hprose-php), It only implements hprose serialize, unserialize and RPC protocol abstraction layer. The real http client and server implementation are written in PHP. If you want to know how to use it, look at here:\n\nhttp://github.com/hprose/hprose-php\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhprose%2Fhprose-pecl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhprose%2Fhprose-pecl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhprose%2Fhprose-pecl/lists"}