Git Product home page Git Product logo

zendframework-zephir's Introduction

Zend Framework (via Zephir)

Zephir - (ZE)nd Engine (PH)p (I)nt(R)mediate - is a high level language that eases the creation and maintainability of extensions for PHP. Zephir extensions are exported to C code that can be compiled and optimized by major C compilers such as gcc/clang/vc++. Functionality is then exposed to the PHP language.

Getting Started

To get started, you will need to install Zephir.

Zend Namespace

All modules hosted here live under the Zend namespace and can be accessed via the following:

Zend\Registry::set('config', array(1,2,3));
$config = Zend\Registry::get('config');

Note the Zend\Registry forward slash, instead of Zend_Registry underscore.

Module Installation

You can use the modules here by invoking the following:

$ zephir build && sudo apachectl -k restart

This should build the zend.so extension and place it in your defined php extensions directory. From there you can include the module by updating your php.ini file:

[zf1]
extension=/Users/sean/zendframework/zend/ext/modules/zend.so

Performance

Captured with xhprof, this Zephir version of ZF1's Zend_Registry performs 53% faster than it's original PHP counterpart. Zephir Performance

Zend Modules

A list of complete (ready-to-use) modules:

zendframework-zephir's People

Contributors

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