Download the PHP package arvici/framework without Composer
On this page you can find all versions of the php package arvici/framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package framework
Arvici Framework - Framework Core Package
Arvici Framework
Introduction
This package contains the core functionality of the Arvici Framework. Currently being in development!
Getting started
Using this package is for experts only, please follow the link bellow to get instructions on how to get started with the framework. Getting started, use composer create-project
Components
Router
You can define your routes in the Router.php configuration. Define your routes with the Router::define method.
Example:
Database
Configuration of your database is located in the Database.php.
Example:
Models/ORM
When using the ORM, check the separate documentation: https://github.com/tomvlk/sweet-orm#defining-entities
Caching
To use the Caching system, you have to define the Caching configuration or use the FileSystem by default.
Configuration file Cache.php
:
Using the cache pools
To retrieve a pool (where you can save and get items) you have to use the Manager:
In the next step you need to get the Pool. The pool is configured in your configuration file.
To retrieve, save or use an item you first have to get the context. With the instance of Item you can read and manipulate the content.
Examples of usage:
More information
The caching library that is used is Stash. For more information on using the pools see: http://www.stashphp.com/Basics.html
License
MIT License, see LICENSE file.
All versions of framework with dependencies
ext-mbstring Version *
psr/log Version 1.0.2
psr/http-message Version 1.0.1
monolog/monolog Version 1.23.0
mustache/mustache Version 2.11.1
doctrine/dbal Version 2.5.13
doctrine/annotations Version 1.4.0
doctrine/migrations Version 1.5.0
doctrine/orm Version 2.5.14
indigophp/hash-compat Version 1.1.0
swiftmailer/swiftmailer Version 6.0.2
symfony/var-dumper Version 3.3.16
symfony/console Version 3.3.16
symfony/monolog-bridge Version 3.3.16
symfony/http-foundation Version 3.3.16
symfony/psr-http-message-bridge Version 1.0.2
symfony/security Version 3.3.16
symfony/validator Version 3.3.16
symfony/form Version 3.3.16
twig/twig Version 2.4.7
tomvlk/sweet-orm Version 2.0.0-rc.1
tedivm/stash Version 0.14.2
filp/whoops Version 2.1.14
maximebf/debugbar Version 1.13.1