{ "name": "friendsofsymfony/rest-bundle", "type": "symfony-bundle", "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony", "keywords": ["rest"], "homepage": "http://friendsofsymfony.github.com", "license": "MIT", "authors": [ { "name": "Lukas Kahwe Smith", "email": "smith@pooteeweet.org" }, { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com" }, { "name": "FriendsOfSymfony Community", "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors" } ], "autoload":{ "psr-4":{ "FOS\\RestBundle\\": "" }, "exclude-from-classmap": [ "Resources/", "Tests/" ] }, "require": { "php": "^7.1|^8.0", "psr/log": "^1.0", "symfony/config": "^3.4|^4.3", "symfony/debug": "^3.4|^4.3", "symfony/dependency-injection": "^3.4|^4.3", "symfony/event-dispatcher": "^3.4|^4.3", "symfony/finder": "^3.4|^4.3", "symfony/framework-bundle": "^3.4|^4.3", "symfony/http-foundation": "^3.4|^4.3", "symfony/http-kernel": "^3.4|^4.3", "symfony/routing": "^3.4|^4.3", "symfony/security-core": "^3.4|^4.3", "doctrine/inflector": "^1.0", "willdurand/negotiation": "^2.0|^3.0", "willdurand/jsonp-callback-validator": "^1.0" }, "require-dev": { "sensio/framework-extra-bundle": "^3.0.13|^4.0|^5.0", "symfony/phpunit-bridge": "^5.2", "symfony/asset": "^3.4|^4.3", "symfony/form": "^3.4|^4.3", "symfony/validator": "^3.4|^4.3", "symfony/serializer": "^3.4|^4.3", "symfony/yaml": "^3.4|^4.3", "symfony/security-bundle": "^3.4|^4.3", "symfony/web-profiler-bundle": "^3.4|^4.3", "symfony/twig-bundle": "^3.4|^4.3", "symfony/browser-kit": "^3.4|^4.3", "symfony/expression-language": "^3.4|^4.3", "symfony/css-selector": "^3.4|^4.3", "symfony/templating": "^3.4|^4.3", "phpoption/phpoption": "^1.1", "jms/serializer-bundle": "^2.3.1|^3.0", "jms/serializer": "^1.13|^2.0|^3.0", "psr/http-message": "^1.0", "friendsofphp/php-cs-fixer": "^2.0" }, "suggest": { "sensio/framework-extra-bundle": "Add support for the request body converter and the view response listener, requires ^3.0", "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ^2.0|^3.0", "symfony/expression-language": "Add support for using the expression language in the routing, requires ^2.7|^3.0", "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ^2.7|^3.0", "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ^2.7|^3.0" }, "conflict": { "doctrine/inflector": "1.4.0", "sensio/framework-extra-bundle": "<3.0.13", "jms/serializer-bundle": "<2.0.0", "jms/serializer": "<1.13.0" }, "minimum-stability": "dev", "extra": { "branch-alias": { "2.x-dev": "2.8-dev", "dev-master": "2.7-dev" } } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.github | Folder | 0755 |
|
|
Context | Folder | 0755 |
|
|
Controller | Folder | 0755 |
|
|
Decoder | Folder | 0755 |
|
|
DependencyInjection | Folder | 0755 |
|
|
ErrorRenderer | Folder | 0755 |
|
|
EventListener | Folder | 0755 |
|
|
Exception | Folder | 0755 |
|
|
Form | Folder | 0755 |
|
|
Inflector | Folder | 0755 |
|
|
Negotiation | Folder | 0755 |
|
|
Normalizer | Folder | 0755 |
|
|
Request | Folder | 0755 |
|
|
Resources | Folder | 0755 |
|
|
Response | Folder | 0755 |
|
|
Routing | Folder | 0755 |
|
|
Serializer | Folder | 0755 |
|
|
Tests | Folder | 0755 |
|
|
Util | Folder | 0755 |
|
|
Validator | Folder | 0755 |
|
|
Version | Folder | 0755 |
|
|
View | Folder | 0755 |
|
|
.gitignore | File | 70 B | 0644 |
|
.php_cs | File | 589 B | 0644 |
|
.styleci.yml | File | 61 B | 0644 |
|
.travis.yml | File | 1.07 KB | 0644 |
|
CHANGELOG.md | File | 16.53 KB | 0644 |
|
FOSRestBundle.php | File | 2.02 KB | 0644 |
|
LICENSE | File | 1.08 KB | 0644 |
|
README.md | File | 2.11 KB | 0644 |
|
UPGRADING-2.0.md | File | 5.82 KB | 0644 |
|
UPGRADING-2.1.md | File | 413 B | 0644 |
|
UPGRADING-2.8.md | File | 6.04 KB | 0644 |
|
UPGRADING-3.0.md | File | 7.02 KB | 0644 |
|
composer.json | File | 3.3 KB | 0644 |
|
phpunit | File | 399 B | 0644 |
|
phpunit.xml.dist | File | 716 B | 0644 |
|