All Projects β†’ apioo β†’ Psx

apioo / Psx

Licence: apache-2.0
PHP REST API Framework

Projects that are alternatives of or similar to Psx

Loopback Next
LoopBack makes it easy to build modern API applications that require complex integrations.
Stars: ✭ 3,972 (+3577.78%)
Mutual labels:  api, rest, framework
Goyave
🍐 Elegant Golang REST API Framework
Stars: ✭ 811 (+650.93%)
Mutual labels:  api, rest, framework
Gearbox
Gearbox βš™οΈ is a web framework written in Go with a focus on high performance
Stars: ✭ 455 (+321.3%)
Mutual labels:  api, rest, framework
Magic
Create your .Net Core/Angular/Database CRUD Web apps by simply clicking a button
Stars: ✭ 214 (+98.15%)
Mutual labels:  api, rest, framework
Yarf
Yet Another REST Framework
Stars: ✭ 62 (-42.59%)
Mutual labels:  api, rest, framework
Ray
a framework that helps you to deliver well-designed python APIs
Stars: ✭ 215 (+99.07%)
Mutual labels:  api, rest, framework
Deno Drash
A REST microframework for Deno's HTTP server with zero 3rd party dependencies.
Stars: ✭ 795 (+636.11%)
Mutual labels:  api, rest, framework
Zerocode
A community-developed, free, open source, microservices API automation and load testing framework built using JUnit core runners for Http REST, SOAP, Security, Database, Kafka and much more. Zerocode Open Source enables you to create, change, orchestrate and maintain your automated test cases declaratively with absolute ease.
Stars: ✭ 482 (+346.3%)
Mutual labels:  api, rest, framework
Rest Control
Framework for testing and validation REST services
Stars: ✭ 51 (-52.78%)
Mutual labels:  api, rest, framework
Fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production
Stars: ✭ 39,588 (+36555.56%)
Mutual labels:  api, rest, framework
Mono
Minimalist Framework on top of Express.js
Stars: ✭ 163 (+50.93%)
Mutual labels:  api, rest, framework
Dreamfactory
DreamFactory API Management Platform
Stars: ✭ 1,148 (+962.96%)
Mutual labels:  api, rest, framework
Fastapi Crudrouter
A dynamic FastAPI router that automatically creates CRUD routes for your models
Stars: ✭ 159 (+47.22%)
Mutual labels:  api, rest, framework
Horse
Fast, opinionated, minimalist web framework for Delphi
Stars: ✭ 295 (+173.15%)
Mutual labels:  api, rest, framework
Narration
The Narration PHP Framework - Empowering everyone to build reliable and loosely coupled web apps.
Stars: ✭ 119 (+10.19%)
Mutual labels:  api, rest, framework
Api Platform
Create REST and GraphQL APIs, scaffold Jamstack webapps, stream changes in real-time.
Stars: ✭ 7,144 (+6514.81%)
Mutual labels:  api, rest, framework
Falcon
The no-nonsense REST API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
Stars: ✭ 8,654 (+7912.96%)
Mutual labels:  api, rest, framework
Foal
Elegant and all-inclusive Node.Js web framework based on TypeScript. πŸš€.
Stars: ✭ 1,176 (+988.89%)
Mutual labels:  api, rest, framework
Wa Automate Nodejs
πŸ’¬ πŸ€– The most advanced NodeJS WhatsApp library for chatbots with advanced features. Be sure to 🌟 this repository for updates!
Stars: ✭ 1,326 (+1127.78%)
Mutual labels:  api, framework
Http restful api
整理HTTPεŽε°η«―ηš„RESTful APIζ–Ήι’ηš„ηŸ₯θ―†
Stars: ✭ 94 (-12.96%)
Mutual labels:  api, rest

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].