Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Alexandr Zabara
Laravel Dadata
Commits
17e91818
Commit
17e91818
authored
3 years ago
by
Alexandr Zabara
Browse files
Options
Download
Patches
Plain Diff
Initial commit
parents
Pipeline
#84
failed with stages
in 0 seconds
Changes
19
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
.gitignore
+2
-0
.gitignore
LICENSE
+21
-0
LICENSE
README.md
+66
-0
README.md
changelog.md
+5
-0
changelog.md
composer.json
+38
-0
composer.json
config/dadata.php
+15
-0
config/dadata.php
src/ClientClean.php
+372
-0
src/ClientClean.php
src/ClientSuggest.php
+48
-0
src/ClientSuggest.php
src/DadataServiceProvider.php
+46
-0
src/DadataServiceProvider.php
src/Facades/DadataClean.php
+11
-0
src/Facades/DadataClean.php
src/Facades/DadataSuggest.php
+11
-0
src/Facades/DadataSuggest.php
src/Response/AbstractResponse.php
+16
-0
src/Response/AbstractResponse.php
src/Response/Address.php
+562
-0
src/Response/Address.php
src/Response/Date.php
+36
-0
src/Response/Date.php
src/Response/Email.php
+50
-0
src/Response/Email.php
src/Response/Name.php
+86
-0
src/Response/Name.php
src/Response/Passport.php
+46
-0
src/Response/Passport.php
src/Response/Phone.php
+101
-0
src/Response/Phone.php
src/Response/Vehicle.php
+41
-0
src/Response/Vehicle.php
with
1573 additions
and
0 deletions
+1573
-0
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets