PHPackages                             osynapsy/osynapsy-core - 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/osynapsy-core

ActiveLibrary[Framework](/categories/framework)

osynapsy/osynapsy-core
======================

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

0.9.20(4mo ago)01642MITPHPPHP &gt;=7.4.0

Since May 31Pushed 4mo agoCompare

[ Source](https://github.com/osynapsy/osynapsy)[ Packagist](https://packagist.org/packages/osynapsy/osynapsy-core)[ Docs](http://www.osynapsy.net)[ RSS](/packages/osynapsy-osynapsy-core/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (44)Used By (2)

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.net/osynapsy "^0.9.5"
```

This install osynapsy and all required dependencies. Osynapsy require PHP 7.2.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:

```
