Description
PSX is a framework written in PHP which helps to build clean and documented REST APIs.
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.
-
API Platform
Create REST and GraphQL APIs, scaffold Jamstack webapps, stream changes in real-time. -
PHP-CRUD-API
Single file PHP script that adds a REST API to a SQL database -
Firebase Admin SDK for PHP
Unofficial Firebase Admin SDK for PHP -
Restler
Simple and effective multi-format Web API Server to host your PHP API as Pragmatic REST and/or RESTful API -
wsdl2phpgenerator
Simple utility and class library for generating php classes from a wsdl file. -
Hateoas
A PHP library to support implementing representations for HATEOAS REST web services. -
OverblogGraphQLBundle
This bundle provides tools to build a complete GraphQL API server in your Symfony App. -
Pinterest Bot for PHP
This PHP library will help you to work with your Pinterest account without using any API account credentials. -
Symfony DataTables Bundle
DataTables bundle for Symfony -
Symfony GraphQl Bundle
Pure PHP implementation of GraphQL Server โ Symfony Bundle -
Slack for PHP
A simple PHP package for sending messages to Slack, with a focus on ease of use and elegant syntax. -
Drest
Quickly and easily expose Doctrine entities as REST resource endpoints with the use of simple configuration with annotations, yaml, json or a PHP array. -
chubbyphp-framework
A minimal, highly performant middleware PSR-15 microframework built with as little complexity as possible, aimed primarily at those developers who want to understand all the vendors they use. -
Behapi
Behat extension for those who want to write acceptances tests for apis -
Symfony 2 GraphQl Bundle
GraphQL Bundle for Symfony 2. -
Bearer PHP Client
Bearer client for the PHP programming language -
cidaas SDK for php
With this SDK, you can integrate cidaas smoothly and with minimal effort into your PHP application. It enables you to map the most important user flows for OAuth2 and OIDC compliant authentication. Secure โ Fast โ And unrivaled Swabian. -
mite SDK for PHP
Interact with mite from your PHP application. -
phpDoc2pdf
Create PDF formatted documentation for your PHP projects -
Personio SDK for PHP
Interact with Personio from your PHP application. -
yii2-fractal
A set of utils and actions for build API following JSON:Api specification, based on league/fractal -
icanhazstring/expressive-hashids-middleware
PSR-15/PSR-7 compliant middleware using ivanakimov/hashids.php
Learn any GitHub repo in 59 seconds
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of PSX Framework or a related project?
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