Popularity
3.2
Growing
Activity
5.7
-
163
14
13

Description

PSX is a framework written in PHP which helps to build clean and documented REST APIs.

Code Quality Rank: L5
Programming language: PHP
License: Apache License 2.0
Tags: API     Framework     REST     JSON    
Latest version: v4.0.1

PSX Framework alternatives and similar libraries

Based on the "API" category.
Alternatively, view PSX Framework alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of PSX Framework or a related project?

Add another 'API' Library

README

PSX Framework

About

PSX is a framework written in PHP dedicated to build REST APIs. It is based on multiple components which cover many aspects of the API lifecycle. These components are independent of the framework and can also be used in another context. The following list contains the most notable packages:

  • psx/api Parse and generate API specification formats (i.e. OpenAPI, RAML)
  • psx/data Data processing library to read and write POPOs in different formats
  • psx/schema Parse and generate data schema formats (i.e. JsonSchema)
  • psx/sql Build complex data structures from relational databases
  • psx/framework Engine of the PSX framework

More informations about the PSX framework and the components at phpsx.org.

Requirements

>= PHP 7.0

Installation

To install the full stack framework you can install the sample project which creates a basic PSX project with a sample API.

php composer.phar create-project psx/sample .

you can also download the current release from GitHub which already includes all vendor libraries in case you can not use composer

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

Documentation

For documentation please take a look at phpsx.org or the official manual

Build Status