skelpo/framework

This package is abandoned and no longer maintained. No replacement package was suggested.

A framework based on symfony 3, angular2 and smarty 3.

Installs: 224

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:project


README

Why have another framework? This is probably what you ask yourself now. The reason is simple: Because none of the existing ones put together what you really need.

Skelpo Frameworks combines to the following technologies into one framework:

Server-Sided

Frontend-Sided

To put it simple: Skelpo Framework is not inventing much new, it is simply putting together everything that's been proven helpful.

What should be said though is, this framework is not trying to "allow" you to do whatever you want with it. Symfony (and other frameworks) are actively trying to give enough space so that you can write any kind of application with it. Skelpo Framework aims to help you write specifically Progressive Web Apps and modern websites that are based of the frameworks mentioned above. This framework makes it a lot easier for you to build controllers, models and the related frontend views and connects them directly. However, it does not provide you a framework "like" symfony, but uses such a framework to provide you enhanced support to connect with other beautiful frameworks

Example: You want to build a webapp with AngularJS 2.0 (meaning TypeScript) and you love using symfony. Our framework has everything prepared for you to start building right away.

Another example: You want to build an advanced website with Bootstrap or Foundation and you don't want to spend much time setting up symfony or zend. Our framework's got you covered!

Installation / Usage

The framework is installed via composer

``` json
{
    "require": {
        "skelpo/framework": ">=1.1.0"
    }
}
```