Download the PHP package ohworkit/sirius without Composer
On this page you can find all versions of the php package ohworkit/sirius. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package sirius
Sirius PHP Framework
Sirius is a miniature of web application framework. Usage as laravel, but is small, fast framework.Only provide routing, blade templates, database operations, Memcache and Redis operation function
Install
To install with composer:
Usage
bootstrap.php
More Sirius Demo
Framework require
Route
use FastRoute - Fast request router for PHP
View Engine
Use the simple and yet powerful Laravel Blade templating engine as a standalone component
You can use all blade features as described in the Laravel 5 documentation: http://laravel.com/docs/templates#blade-templating
Illuminate Database
The Illuminate Database component is a full database toolkit for PHP, providing an expressive query builder, ActiveRecord style ORM, and schema builder. It currently supports MySQL, Postgres, SQL Server, and SQLite. It also serves as the database layer of the Laravel PHP framework.
For further documentation on using the various database facilities this library provides, consult the Laravel framework documentation.
Memcached
config.
use.
Redis
Flexible and feature-complete PHP client library for Redis https://github.com/nrk/predis/wiki
config. more
use.
Webbench
same web server
Sirius
siege -c 500 -t 20s http://sirius.ohworkit.com/
vs Laravel 5
siege -c 500 -t 20s http://laravel.ohworkit.com/
disable session
vs Phalcon 2
siege -c 500 -t 20s http://phalcon.ohworkit.com/
License
The Sirius framework is open-sourced software licensed under the MIT license
All versions of sirius with dependencies
nikic/fast-route Version ^0.6.0
illuminate/database Version ^5.0
philo/laravel-blade Version 3.*
predis/predis Version ~1.0.1
monolog/monolog Version ~1.17