swift-api/swift
Composer 安装命令:
composer require swift-api/swift
包简介
Simple and fast API framework
关键字:
README 文档
README
This is a small and fast PHP framework meant to write APIs or microservices in a fast and easy manner. This is a not meant as a replacement for other frameworks, under the hood it uses a lot of the magic from Symfony, Cycle and GraphQl.
Purpose
This framework is not intended for building websites or big applications. The purpose of this framework is to provide a simple set of basic tools to build microservices, like:
- Simple webservice
- API proxy to bundle several APIs endpoints into one or leverage legacy APIs
- Data caching layer
- REST/GraphQl API endpoint for headless front-ends
- Socket API endpoint for real-time communication
- Server Sent Events for real-time communication
- Logging service
- CDN
- etc.
Getting started
Install the starter (also see documentation)
composer create-project swift-api/swift-start project_name
Or get it from Composer https://packagist.org/packages/swift-api/swift.
composer require swift-api/swift
Documentation
Find full documentation at https://swiftapi.github.io/swift-docs/docs/
统计信息
- 总下载量: 65
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-04-24