Skip to content

Commit 390dc8b

Browse files
committed
Refresh samples
1 parent 3127f0f commit 390dc8b

File tree

79 files changed

+169
-2033
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+169
-2033
lines changed

samples/server/petstore/php-ze-ph/.openapi-generator/FILES

Lines changed: 5 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -7,67 +7,18 @@ application/config/path_handler.yml
77
application/container.php
88
composer.json
99
public/index.php
10-
src/App/DTO/AdditionalPropertiesAnyType.php
11-
src/App/DTO/AdditionalPropertiesArray.php
12-
src/App/DTO/AdditionalPropertiesBoolean.php
13-
src/App/DTO/AdditionalPropertiesClass.php
14-
src/App/DTO/AdditionalPropertiesInteger.php
15-
src/App/DTO/AdditionalPropertiesNumber.php
16-
src/App/DTO/AdditionalPropertiesObject.php
17-
src/App/DTO/AdditionalPropertiesString.php
18-
src/App/DTO/Animal.php
1910
src/App/DTO/ApiResponse.php
20-
src/App/DTO/ArrayOfArrayOfNumberOnly.php
21-
src/App/DTO/ArrayOfNumberOnly.php
22-
src/App/DTO/ArrayTest.php
23-
src/App/DTO/BigCat.php
24-
src/App/DTO/BigCatAllOf.php
25-
src/App/DTO/Capitalization.php
26-
src/App/DTO/Cat.php
27-
src/App/DTO/CatAllOf.php
2811
src/App/DTO/Category.php
29-
src/App/DTO/ClassModel.php
30-
src/App/DTO/Client.php
31-
src/App/DTO/Dog.php
32-
src/App/DTO/DogAllOf.php
33-
src/App/DTO/EnumArrays.php
34-
src/App/DTO/EnumClass.php
35-
src/App/DTO/EnumTest.php
36-
src/App/DTO/FileSchemaTestClass.php
37-
src/App/DTO/FormatTest.php
38-
src/App/DTO/HasOnlyReadOnly.php
39-
src/App/DTO/MapTest.php
40-
src/App/DTO/MixedPropertiesAndAdditionalPropertiesClass.php
41-
src/App/DTO/Model200Response.php
42-
src/App/DTO/ModelReturn.php
43-
src/App/DTO/Name.php
44-
src/App/DTO/NumberOnly.php
12+
src/App/DTO/FindPetsByStatusQueryData.php
13+
src/App/DTO/FindPetsByTagsQueryData.php
14+
src/App/DTO/InlineObject.php
15+
src/App/DTO/InlineObject1.php
16+
src/App/DTO/LoginUserQueryData.php
4517
src/App/DTO/Order.php
46-
src/App/DTO/OuterComposite.php
47-
src/App/DTO/OuterEnum.php
4818
src/App/DTO/Pet.php
49-
src/App/DTO/ReadOnlyFirst.php
50-
src/App/DTO/SpecialModelName.php
5119
src/App/DTO/Tag.php
52-
src/App/DTO/TypeHolderDefault.php
53-
src/App/DTO/TypeHolderExample.php
5420
src/App/DTO/User.php
55-
src/App/DTO/XmlItem.php
5621
src/App/Factory.php
57-
src/App/Handler/AnotherFakeDummy.php
58-
src/App/Handler/Fake.php
59-
src/App/Handler/FakeBodyWithFileSchema.php
60-
src/App/Handler/FakeBodyWithQueryParams.php
61-
src/App/Handler/FakeClassnameTest.php
62-
src/App/Handler/FakeCreateXmlItem.php
63-
src/App/Handler/FakeInlineAdditionalProperties.php
64-
src/App/Handler/FakeJsonFormData.php
65-
src/App/Handler/FakeOuterBoolean.php
66-
src/App/Handler/FakeOuterComposite.php
67-
src/App/Handler/FakeOuterNumber.php
68-
src/App/Handler/FakeOuterString.php
69-
src/App/Handler/FakePetIdUploadImageWithRequiredFile.php
70-
src/App/Handler/FakeTestQueryParamters.php
7122
src/App/Handler/Pet.php
7223
src/App/Handler/PetFindByStatus.php
7324
src/App/Handler/PetFindByTags.php

samples/server/petstore/php-ze-ph/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Generated by the [OpenAPI Generator](https://openapi-generator.tech) project.
55
## Overview
66
This server stub aims to provide light, yet comprehensive structure for your API project using:
77

8-
- PHP: >=7.1
8+
- PHP: >=7.2
99
- [Zend Expressive](https://zendframework.github.io/zend-expressive): >=3.2
1010
- [Path Handler](https://github.com/Articus/PathHandler): >=0.4
1111

samples/server/petstore/php-ze-ph/application/config/path_handler.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
Articus\PathHandler\RouteInjection\Factory:
22
paths:
33
'/v2':
4-
- App\Handler\AnotherFakeDummy
5-
- App\Handler\Fake
6-
- App\Handler\FakeBodyWithFileSchema
7-
- App\Handler\FakeBodyWithQueryParams
8-
- App\Handler\FakeCreateXmlItem
9-
- App\Handler\FakeInlineAdditionalProperties
10-
- App\Handler\FakeJsonFormData
11-
- App\Handler\FakeOuterBoolean
12-
- App\Handler\FakeOuterComposite
13-
- App\Handler\FakeOuterNumber
14-
- App\Handler\FakeOuterString
15-
- App\Handler\FakeTestQueryParamters
16-
- App\Handler\FakePetIdUploadImageWithRequiredFile
17-
- App\Handler\FakeClassnameTest
184
- App\Handler\Pet
195
- App\Handler\PetFindByStatus
206
- App\Handler\PetFindByTags
@@ -43,20 +29,6 @@ Articus\PathHandler\RouteInjection\Factory:
4329
# invokables:
4430

4531
Zend\ServiceManager\AbstractFactory\ConfigAbstractFactory:
46-
App\Handler\AnotherFakeDummy: []
47-
App\Handler\Fake: []
48-
App\Handler\FakeBodyWithFileSchema: []
49-
App\Handler\FakeBodyWithQueryParams: []
50-
App\Handler\FakeCreateXmlItem: []
51-
App\Handler\FakeInlineAdditionalProperties: []
52-
App\Handler\FakeJsonFormData: []
53-
App\Handler\FakeOuterBoolean: []
54-
App\Handler\FakeOuterComposite: []
55-
App\Handler\FakeOuterNumber: []
56-
App\Handler\FakeOuterString: []
57-
App\Handler\FakeTestQueryParamters: []
58-
App\Handler\FakePetIdUploadImageWithRequiredFile: []
59-
App\Handler\FakeClassnameTest: []
6032
App\Handler\Pet: []
6133
App\Handler\PetFindByStatus: []
6234
App\Handler\PetFindByTags: []

samples/server/petstore/php-ze-ph/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "1.0.0",
66
"type": "project",
77
"require": {
8-
"php": "^7.1",
8+
"php": "^7.2",
99
"ext-yaml": "^2.0",
1010
"zendframework/zend-expressive": "^3.2",
1111
"zendframework/zend-diactoros": "^2.1",

samples/server/petstore/php-ze-ph/src/App/DTO/AdditionalPropertiesAnyType.php

Lines changed: 0 additions & 18 deletions
This file was deleted.

samples/server/petstore/php-ze-ph/src/App/DTO/AdditionalPropertiesArray.php

Lines changed: 0 additions & 18 deletions
This file was deleted.

samples/server/petstore/php-ze-ph/src/App/DTO/AdditionalPropertiesBoolean.php

Lines changed: 0 additions & 18 deletions
This file was deleted.

samples/server/petstore/php-ze-ph/src/App/DTO/AdditionalPropertiesClass.php

Lines changed: 0 additions & 106 deletions
This file was deleted.

samples/server/petstore/php-ze-ph/src/App/DTO/AdditionalPropertiesInteger.php

Lines changed: 0 additions & 18 deletions
This file was deleted.

samples/server/petstore/php-ze-ph/src/App/DTO/AdditionalPropertiesNumber.php

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)