All Projects → yiisoft → demo-api

yiisoft / demo-api

Licence: BSD-3-Clause license
www.yiiframework.com/

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to demo-api

RChat
No description or website provided.
Stars: ✭ 58 (+152.17%)
Mutual labels:  demo-app
ReplayKitDemo
A simple demo for ReplayKit in iOS
Stars: ✭ 25 (+8.7%)
Mutual labels:  demo-app
circularProgressBar
This repo contains a demo app for circularProgressBar.swift
Stars: ✭ 17 (-26.09%)
Mutual labels:  demo-app
mailer
Generic mailer
Stars: ✭ 16 (-30.43%)
Mutual labels:  yii3
i18n
Yii i18n
Stars: ✭ 20 (-13.04%)
Mutual labels:  yii3
cookies
Convenient way to use cookies with PSR-7
Stars: ✭ 17 (-26.09%)
Mutual labels:  yii3
HealthKit-and-Bluetooth-HRM
A simple Core Bluetooth demo
Stars: ✭ 51 (+121.74%)
Mutual labels:  demo-app
react-native-css-modules-with-typescript-example
A simple example app that shows how you can use CSS modules + Typescript with React Native and React (for browser)
Stars: ✭ 17 (-26.09%)
Mutual labels:  demo-app
SpreadsheetInput Feedback Tut
Demo App - Send Feedback From Android App To Spreadsheet
Stars: ✭ 35 (+52.17%)
Mutual labels:  demo-app
Flashcards-Demo
This is a source code for a demo app.
Stars: ✭ 18 (-21.74%)
Mutual labels:  demo-app
CliqApp
This is a e-commerce app build over react native runs over android & ios.
Stars: ✭ 64 (+178.26%)
Mutual labels:  demo-app
validator
Yii validator library
Stars: ✭ 47 (+104.35%)
Mutual labels:  yii3
AndroidDevelop
This is my Android development Demo collection
Stars: ✭ 31 (+34.78%)
Mutual labels:  demo-app
log
PSR-3 compatible logger
Stars: ✭ 32 (+39.13%)
Mutual labels:  yii3
delimeal
The Android template app for restaurant or booking item.
Stars: ✭ 26 (+13.04%)
Mutual labels:  demo-app
hat-view
Allow to put "hat" on TextView. Inspired by Telegram appbar title with Santa Claus hat 🎅🏻
Stars: ✭ 51 (+121.74%)
Mutual labels:  demo-app
birdchain-mvp
Decentralized application (Dapp) similar to instant messenger. The BIG difference is that it will allow its users to make a monthly passive income, while providing companies with higher quality and better-priced services.
Stars: ✭ 25 (+8.7%)
Mutual labels:  demo-app
purescript-pop
😃 A functional reactive programming (FRP) demo created with PureScript events and behaviors.
Stars: ✭ 33 (+43.48%)
Mutual labels:  demo-app
csrf
PSR-15 middleware implementing CSRF protection
Stars: ✭ 20 (-13.04%)
Mutual labels:  yii3
BlogDemoRepository
来自博客27house.cn中使用的Demo
Stars: ✭ 25 (+8.7%)
Mutual labels:  demo-app

Yii Framework API Demo Project


Latest Stable Version Total Downloads Build status Scrutinizer Code Quality static analysis

API Demo application for Yii 3.

Installation

Install docker:

docker-compose up -d

Enter into the container:

docker exec -it yii-php bash

Install packages:

composer install

Change ownership of the app directory to web group:

chown -R :www-data .

Usually the application is available at http://localhost:8080.

Authorization is performed via the X-Api-Key header.

API documentation

API documentation is available at /docs. It is built from OpenAPI annotations (@OA). See Swagger-PHP documentation for details on how to annotate your code.

Codeception testing

./vendor/bin/codecept run

Static analysis

The code is statically analyzed with Psalm. To run static analysis:

./vendor/bin/psalm
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].