File tree Expand file tree Collapse file tree 8 files changed +52
-0
lines changed Expand file tree Collapse file tree 8 files changed +52
-0
lines changed Original file line number Diff line number Diff line change 1+ Fazland - ApiPlatformBundle - Annotations
2+ =========================================
3+
4+ Work in progress
Original file line number Diff line number Diff line change 1+ Fazland - ApiPlatformBundle - AQL (ApiPlatformBundle Query Language)
2+ ====================================================================
3+
4+ Work in progress
Original file line number Diff line number Diff line change 1+ Fazland - ApiPlatformBundle - Doctrine Features
2+ ===============================================
3+
4+ Work in progress
Original file line number Diff line number Diff line change 1+ Fazland - ApiPlatformBundle - Form Features
2+ ===========================================
3+
4+ Work in progress
Original file line number Diff line number Diff line change 1+ Fazland - ApiPlatformBundle
2+ ===========================
3+
4+ ApiPlatformBundle is a Symfony bundle that helps you building RESTful API within your application.
5+ Just register in the ` bundles.php ` the bundle and you'll have all the features available.
6+ ``` php
7+ <?php declare(strict_types=1);
8+
9+ return [
10+ // [...]
11+ Fazland\ApiPlatformBundle\ApiPlatformBundle::class => ['all' => true],
12+ // [...]
13+ ];
14+ ```
15+
16+ What comes with ApiPlatformBundle?
17+ ----------------------------------
18+ - [ Doctrine's ORM/ODM features] ( ./doctrine-features.md )
19+ - [ Form features] ( ./form-features.md )
20+ - [ Request body converters] ( ./request-body-converters.md )
21+ - [ PatchManager] ( ./patch-manager.md )
22+ - [ Annotations] ( ./annotations.md )
23+ - [ Pagination and continuation token] ( ./pagination-continuation-token.md )
24+ - [ AQL (ApiPlatformBundle Query language)] ( ./aql.md )
Original file line number Diff line number Diff line change 1+ Fazland - ApiPlatformBundle - Pagination and continuation token
2+ ===============================================================
3+
4+ Work in progress
Original file line number Diff line number Diff line change 1+ Fazland - ApiPlatformBundle - Patch Manager
2+ ===========================================
3+
4+ Work in progress
Original file line number Diff line number Diff line change 1+ Fazland - ApiPlatformBundle - Request Body Converters
2+ =====================================================
3+
4+ Work in progress
You can’t perform that action at this time.
0 commit comments