Git Product home page Git Product logo

hprose-pecl's Introduction

Hprose extension for PHP

Join the chat at https://gitter.im/hprose/hprose-pecl Build Status Supported PHP versions: 5.2 .. 7.0 GitHub release License

Introduction

Hprose is a High Performance Remote Object Service Engine.

It 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.

Hprose supports many programming languages, for example:

  • AAuto Quicker
  • ActionScript
  • ASP
  • C++
  • Dart
  • Delphi/Free Pascal
  • dotNET(C#, Visual Basic...)
  • Golang
  • Java
  • JavaScript
  • Node.js
  • Objective-C
  • Perl
  • PHP
  • Python
  • Ruby
  • ...

Through Hprose, You can conveniently and efficiently intercommunicate between those programming languages.

This project is the implementation of Hprose extension for PHP.

Installation

There are many ways to build the package. Below you can find details for most useful ways of package building:


Way 1: Building the package with PHP

  1. Create ext/hprose folder in the php-source-folder. Copy all files from the package into created folder.

  2. Run

    ./buildconf
    

    to rebuild PHP's configure script.

  3. Compile php with option:

    --enable-hprose to build bundled into PHP module

    --enable-hprose=shared to build dinamycally loadable module


Way 2: Building the package with phpize utility

  1. Unpack contents of the package.

  2. Run

    phpize
    

    script, which will prepare environment for building hprose package.

  3. Run

    ./configure --enable-hprose=shared
    

    to generate makefile.

  4. Run

    make
    

    to build hprose extension library. It will be placed into ./modules folder.

  5. Run

    make install
    

    to install hprose extension library into PHP


Way 3: Install via pecl

  1. Run:

     pecl install hprose
    

    That's all.


Usage

This extension is a part of Hprose for 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:

http://github.com/hprose/hprose-php

hprose-pecl's People

Contributors

andot avatar remicollet avatar lao-liu avatar gitter-badger avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.