Skip to content

apioo/psx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

70a6bdf · Dec 27, 2015
Mar 7, 2015
Nov 21, 2015
Oct 13, 2012
Dec 27, 2015
Dec 27, 2015
Mar 7, 2015
Dec 27, 2015
Dec 6, 2015
Dec 27, 2015
Jun 6, 2015
May 21, 2015
Nov 21, 2015
Dec 6, 2015
Dec 6, 2015
Jul 1, 2015
Jan 24, 2015
Oct 30, 2014

Repository files navigation

PSX Framework

About

PSX is a framework written in PHP to create RESTful APIs. It provides tools to handle routing, API versioning, data transformation, authentication, documentation and testing. With PSX you can easily build an REST API around an existing application or create a new one from scratch. More informations at http://phpsx.org

Requirements

>= PHP 5.4 or HHVM 3.2.0

Installation

You have three options in order to install PSX. Either download a current release from github

https://github.com/k42b3/psx/releases

install the PSX sample project via composer

php composer.phar create-project psx/sample .

or require PSX as dependency in your composer.json

"psx/psx": "~1.0"

Documentation

The official manual is available at http://psx.readthedocs.org/

Build Status