Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.
/ sampa Public archive

lightweight, fast and easy to use php5 mvc framework

License

Notifications You must be signed in to change notification settings

appdeck/sampa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sampa

lightweight, fast and easy to use php5 mvc framework

Scrutinizer Quality Score Build Status Latest Stable Version Total Downloads

Installation

This library can be found on Packagist. The recommended way to install this is through composer.

Edit your composer.json and add:

{
    "require": {
        "appdeck/sampa": "dev-master"
    }
}

And install dependencies:

$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install

Features

  • PSR-0 compliant for easy interoperability

Examples

Examples of basic usage are located in the examples/ directory.

Bugs and feature requests

Have a bug or a feature request? Please open a new issue. Before opening any issue, please search for existing issues and read the Issue Guidelines, written by Nicolas Gallagher.

Versioning

sampa will be maintained under the Semantic Versioning guidelines as much as possible.

Releases will be numbered with the following format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major (and resets the minor and patch)
  • New additions without breaking backward compatibility bumps the minor (and resets the patch)
  • Bug fixes and misc changes bumps the patch

For more information on SemVer, please visit http://semver.org/.

Authors

Flávio Heleno

Vinícius Campitelli

Copyright and license

Copyright 2016 appdeck under MIT.

About

lightweight, fast and easy to use php5 mvc framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages