Download the PHP package soneritics/framework without Composer
On this page you can find all versions of the php package soneritics/framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download soneritics/framework
More information about soneritics/framework
Files in soneritics/framework
Package framework
Short Description Soneritics PHP framework for PHP 5.5 and higher.
License MIT
Homepage http://framework.soneritics.nl/
Informations about the package framework
Soneritics Framework
by
- @Soneritics - Jordi Jolink
Introduction
A brief summarization of what this framework does:
The Soneritics framework is a framework that is object oriented and provides some useful functionalities for creating websites and web applications very easy.
Minimum Requirements
- PHP 5.5+
- PDO driver for your respective database (atm only MySQL is supported)
Supported Databases
- MySQL
Features
- MVC structure
- Routing
- Database finder
- REST
- And more
Installation
Setup is very easy and straight-forward. You can choose on of the following options:
- Upload the framework to your include path.
- Upload the framework to a private directory, on level higher than your website/web app's folder.
Then start the framework by including the bootstrap:
Database querying
Database querying is very easy. A few examples can be found in the code below.
User input
Handling input from a user can be done using the FormHelper. In your views, the FormHelper is accessible through the $form property.
The following example shows how a user can be added to the database.
View file
Controller
All versions of framework with dependencies
soneritics/database Version dev-master
pear/mail_mime Version dev-master
pear/net_smtp Version dev-master
pear/mail Version dev-master
firephp/firephp-core Version *
monolog/monolog Version *