Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tables
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
grifart libs
tables
Commits
3629ef57
Commit
3629ef57
authored
5 years ago
by
Jan Kuchař
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
5f2fabc5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#20537
passed
5 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+36
-0
36 additions, 0 deletions
README.md
with
36 additions
and
0 deletions
README.md
+
36
−
0
View file @
3629ef57
...
...
@@ -9,4 +9,40 @@ Idea: make statically typed what is possible and prevent typos.
-
do not write it twice (sync database to database-access-layer classes)
-
do not screw up database - support for rich types as UUID, arrays, ... (easy to add more)
## Installation
This is private repo, so you have to add repositories to you
`composer.json`
manually. This tells composer where to find our packages.
````
json
{
"repositories"
:
[
{
"type"
:
"vcs"
,
"url"
:
"git@gitlab.grifart.local:grifart/tables.git"
},
{
"type"
:
"vcs"
,
"url"
:
"git@gitlab.grifart.local:jkuchar1/assert-function-signature.git"
},
{
"type"
:
"vcs"
,
"url"
:
"git@gitlab.grifart.local:grifart/class-scaffolder.git"
}
]
}
````
Then install dependencies.
````
bash
# 1. install grifart/tables:
# use for latest stable version:
composer require grifart/tables
# use for latest dev version:
composer require grifart/tables:dev-master
# 2. install grifart/class-scaffolder for automatic defintions generation:
composer require grifart/class-scaffolder
````
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment