PHPackages                             osynapsy.org/osynapsy - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. osynapsy.org/osynapsy

ActiveLibrary[Framework](/categories/framework)

osynapsy.org/osynapsy
=====================

Osynapsy is a framework MVC for develop Rich Internet Application (RIA).

0.5.0(7y ago)041LGPL-3.0-onlyPHP &gt;=5.5.0

Since May 31Compare

[ Source](https://github.com/opensymap/osynapsy)[ Packagist](https://packagist.org/packages/osynapsy.org/osynapsy)[ Docs](http://www.osynapsy.org/)[ RSS](/packages/osynapsyorg-osynapsy/feed)WikiDiscussions Synced today

READMEChangelogDependenciesVersions (22)Used By (0)

What is Osynapsy?
=================

[](#what-is-osynapsy)

Osynapsy is a MVC php framework.

\##Installation It's recommended that you use [Composer](https://getcomposer.org/) to install Osynapsy.

```
$ composer require osynapsy.org/osynapsy "^0.4.0"
```

This install osynapsy and all required dependencies. Osynapsy require PHP 5.5.0 or newer.

Usage
-----

[](#usage)

### The webroot directory and index file

[](#the-webroot-directory-and-index-file)

Create and enter in webroot directory:

```
mkdir webroot

cd webroot
```

Create an index.php file with the following contents:

```
