https://github.com/leanphp/symfony-api-skeleton
https://github.com/leanphp/symfony-api-skeleton
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/leanphp/symfony-api-skeleton
- Owner: leanphp
- License: mit
- Created: 2018-04-12T23:26:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T23:34:27.000Z (almost 8 years ago)
- Last Synced: 2024-04-21T09:36:44.723Z (almost 2 years ago)
- Size: 27.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
symfony-api-skeleton
====================
[symfony-api-skeleton][0] is a minimal symfony project skeleton for API
applications. It provides minimal set of symfony bundles for development. It is
based on [symfony/skeleton][1].
## Bundles
- `api-platform/api-pack`
- `doctrine/mongodb-odm-bundle`
- `incenteev/composer-parameter-handler`
- `jms/serializer-bundle`
- `sensio/framework-extra-bundle`
- `symfony/monolog-bundle`
- `symfony/orm-pack` (Doctrine)
- `symfony/profiler-pack`
- `symfony/psr-http-message-bridge`
- `zendframework/zend-diactoros`
A list of development bundles (`require-dev`):
- `doctrine/doctrine-fixtures-bndle`
- `symfony/maker-bundle`
- `symfony/web-server-bundle`
## Install
```bash
composer create-project leanphp/symfony-api-skeleton my-project-name
```
## Authors
Copyright (c) 2018 ek9 (https://ek9.co).
## License
Licensed under [MIT License](./LICENSE)
[0]: https://github.com/leanphp/symfony-api-skeleton
[1]: https://github.com/symfony/skeleton