Skip to content

Commit 3b1e8db

Browse files
authored
Update README.md
1 parent 100eb70 commit 3b1e8db

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,28 @@
11
# bitrix-learning-orm
22
ORM for bitrix learning module.
33

4+
## Requirements
5+
6+
* PHP >= 7.1.0
7+
* Bitrix CMS >= 18.0
8+
49
namespace \ES\Learning
510

6-
# Examples
11+
## Installation with composer
12+
13+
in composer.json add:
14+
15+
"php-evs/bitrix-learning-orm": "dev-master"
16+
in "require" section
17+
18+
and
19+
{
20+
"type": "git",
21+
"url": "https://github.com/php-evs/bitrix-learning-orm"
22+
}
23+
in "repositories" section
24+
25+
# Use Examples
726

827
## 1 Get all Lessons from specific Site sorted by Course active date, Lesson active date
928
```php

0 commit comments

Comments
 (0)