Skip to content

Commit 5d1db36

Browse files
committed
add README+LICENSE+update composer.json
1 parent d5ec7bd commit 5d1db36

File tree

3 files changed

+61
-1
lines changed

3 files changed

+61
-1
lines changed

LICENSE

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Copyright (c) 2018 ek9 <dev@ek9.co> (https://ek9.co).
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is furnished
8+
to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in all
11+
copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19+
THE SOFTWARE.

README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
symfony-skeleton
2+
================
3+
4+
[symfony-skeleton][0] is a minimal symfony project skeleton for web
5+
applications. It provides minimal set of symfony bundles for development. It is
6+
based on [symfony/skeleton][1].
7+
8+
## Bundles
9+
10+
- `doctrine/mongodb-odm-bundle`
11+
- `incenteev/composer-parameter-handler`
12+
- `jms/serializer-bundle`
13+
- `sensio/framework-extra-bundle`
14+
- `symfony/monolog-bundle`
15+
- `symfony/orm-pack` (Doctrine)
16+
- `symfony/profiler-pack`
17+
- `symfony/psr-http-message-bridge`
18+
- `zendframework/zend-diactoros`
19+
20+
A list of development bundles (`require-dev`):
21+
22+
- `doctrine/doctrine-fixtures-bndle`
23+
- `symfony/maker-bundle`
24+
- `symfony/web-server-bundle`
25+
26+
## Install
27+
28+
```bash
29+
composer create-project leanphp/symfony-skeleton my-project-name
30+
```
31+
32+
## Authors
33+
34+
Copyright (c) 2018 ek9 <dev@ek9.co> (https://ek9.co).
35+
36+
## License
37+
38+
Licensed under [MIT License](./LICENSE)
39+
40+
[0]: https://github.com/leanphp/symfony-skeleton
41+
[1]: https://github.com/symfony/skeleton

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "leanphp/symfony-skeleton",
33
"type": "project",
44
"license": "MIT",
5-
"description": "A minimal Symfony project recommended to create web applications",
5+
"description": "A minimal symfony project skeleton for web applications",
66
"require": {
77
"php": "^7.1.3",
88
"ext-iconv": "*",

0 commit comments

Comments
 (0)