GithubHelp home page GithubHelp logo

20after4 / appserver-in-php Goto Github PK

View Code? Open in Web Editor NEW

This project forked from indeyets/appserver-in-php

1.0 3.0 0.0 418 KB

Generic HTTP applications approach for PHP5.3+ (inspired by Rack and WSGI)

Home Page: http://www.milkfarmsoft.com/opensource.php

License: BSD 3-Clause "New" or "Revised" License

appserver-in-php's Introduction

AppServer, a set of components for building fast universal web-apps in PHP

Web server interface for PHP, inspired by Ruby’s Rack and Python’s WSGI. It provides a common API for connecting PHP frameworks and applications to webservers.

The main idea is, that your app, if built for this protocol, will be able to preload resources, preconnect to databases and response to requests really fast.

PHP 5.3+ is required, as it provides new garbage collector for cyclic references, which is critical for long-running apps.

Instalation

You can get latest release using PEAR:

pear channel-discover pear.indeyets.pp.ru
pear install indeyets/AppServer

Usage

Take a look at example.

  • MyApp.class.php — application class. "__invoke()" method is the entry point
  • aip.yaml — defines that this application should be served both as HTTP and SCGI

run with "aip app path/to/aip.yaml" command

Discuss

Please join our discussion group

There's also #appserver-in-php IRC-channel on freenode

appserver-in-php's People

Contributors

indeyets avatar jaypea avatar umonkey avatar

Stargazers

 avatar

Watchers

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