Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appserver-io/appserver
A multithreaded application server for PHP, written in PHP.
https://github.com/appserver-io/appserver
application container message persistence php queue server service timer
Last synced: about 8 hours ago
JSON representation
A multithreaded application server for PHP, written in PHP.
- Host: GitHub
- URL: https://github.com/appserver-io/appserver
- Owner: appserver-io
- License: osl-3.0
- Created: 2013-07-01T13:05:03.000Z (over 11 years ago)
- Default Branch: 1.1
- Last Pushed: 2023-04-15T13:17:00.000Z (over 1 year ago)
- Last Synced: 2024-08-01T21:59:35.287Z (3 months ago)
- Topics: application, container, message, persistence, php, queue, server, service, timer
- Language: JavaScript
- Homepage: http://appserver.io/
- Size: 24.3 MB
- Stars: 967
- Watchers: 77
- Forks: 104
- Open Issues: 90
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-php - appserver.io - A multithreaded application server for PHP, written in PHP. (Configuration / Infrastructure)
- awesome-php-cn - appserver.io - 多线程应用程序服务器的PHP,用PHP编写的. (配置 Configuration / 基础设施 Infrastructure)
- awesome-projects - appserver.io - A multithreaded application server for PHP, written in PHP. (Configuration / Infrastructure)
- php-awesome - appserver.io - 多线程的 PHP 应用服务器 (基础框架 / 构建/部署)
- awesome-php - appserver.io - A multithreaded application server for PHP, written in PHP. (Configuration / Infrastructure)
README
# appserver.io, a PHP application server
[![Gitter chat](https://badges.gitter.im/appserver-io/appserver.png)](https://gitter.im/appserver-io/appserver)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fappserver-io%2Fappserver.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fappserver-io%2Fappserver?ref=badge_shield)
[![Build Status](https://img.shields.io/travis/appserver-io/appserver/master.svg?style=flat-square)](http://travis-ci.org/appserver-io/appserver)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/appserver-io/appserver/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/appserver-io/appserver/?branch=master)
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/appserver-io/appserver/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/appserver-io/appserver/?branch=master)This is the main repository for the [appserver.io](http://www.appserver.io/) project.
## What is appserver.io
appserver.io is a multithreaded application server for PHP, written in PHP. Yes, pure PHP! If you know anything about PHP, you're probably thinking we might be crazy. Well, we aren't. We are dead serious (but we most certainly still love having fun!).
appserver.io overcomes some of the biggest overhead issues most PHP (CGI) programs have in common, through a blazingly fast and rock solid infrastructure and with concepts new to PHP. At the same time, appserver.io offers PHP developers the fundamental core features found in most popular frameworks today, yet not intending to be a framework at all. It is a suprizingly fun infrastructure for PHP development, allowing you to build powerful applications without needing the bulk of a PHP framework.
appserver.io includes great features like...
- Its own performant Web Server and HTTP foundation.
- A powerful Servlet Engine, with true multi-threading
- A Dependency Injection Container, for building modern, modular and testable code
- Multiple Persistence Containers, for sessions and other stateful components
- A Message Queue System, for contolling the execution of long running tasks
- A Timer Service, for running scheduled tasksand much more.
appserver.io also supports [Aspect Oriented Programming](http://en.wikipedia.org/wiki/Aspect-oriented_programming) (AOP), which is a programming paradigm also found in the most popular frameworks today, like Laravel. AOP allows the separation of cross-cutting concerns within a program, allowing developers to create even more modular systems.
With appserver.io, it is our goal to establish a solution as the next standard for enterprise applications written in PHP. With your help, we can reach this goal.
Give it a try!
## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fappserver-io%2Fappserver.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fappserver-io%2Fappserver?ref=badge_large)