bildvitta / iss-produto
This is my package IssProduto
Fund package maintenance!
bildvitta
Installs: 12 079
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 14
Forks: 0
Open Issues: 0
Requires
- php: ^8.0
- illuminate/cache: ^8.0|^9.0|^10.0|^11.0
- illuminate/contracts: ^8.0|^9.0|^10.0|^11.0
- illuminate/log: ^8.0|^9.0|^10.0|^11.0
- illuminate/support: ^8.0|^9.0|^10.0|^11.0
- spatie/laravel-package-tools: ^1.4.3
Requires (Dev)
- brianium/paratest: ^6.2
- friendsofphp/php-cs-fixer: ^3.0
- nunomaduro/collision: ^5.3
- orchestra/testbench: ^6.15
- phpunit/phpunit: ^9.3
- spatie/laravel-ray: ^1.9
- vimeo/psalm: ^4.4
- dev-master
- v0.0.19
- v0.0.18
- v0.0.17
- v0.0.16
- v0.0.15
- v0.0.14
- v0.0.13
- v0.0.12
- v0.0.11
- v0.0.10
- v0.0.9
- v0.0.8
- v0.0.7
- v0.0.6
- v0.0.5
- v0.0.4
- v0.0.3
- v0.0.2
- v0.0.1
- dev-develop
- dev-feature/programmatic-units-update
- dev-feature/framework-update
- dev-feature/programmatic-buying-options
- dev-feature/blueprint-images
- dev-feature/config-front-uri
- dev-SOSTheBlack-patch-1
- dev-feature/characteristics-reflector
- dev-feature/fix-programmatic
- dev-feature/update-real-estate-development
- dev-feature/real-estate-development-typologies
- dev-feature/programmatic_user
- dev-feature/real-state-development-search-body
- dev-bugfix/assing-property
This package is auto-updated.
Last update: 2024-11-11 17:18:16 UTC
README
This package is the Produto do Produto
module sdk.
Support us
- Real Estate Development (paginate, find).
Installation
You can install the package via composer:
composer require bildvitta/iss-produto
You can publish the config file with:
php artisan vendor:publish --provider="Bildvitta\IssProduto\IssProdutoServiceProvider" --tag="iss-produto-config"
This is the contents of the published config file:
return [ 'base_uri' => env('MS_PRODUTO_BASE_URI'), 'prefix' => env('MS_PRODUTO_API_PREFIX') ];
Config
In your .env file, associate the following variables.
# API base URL. MS_PRODUTO_BASE_URI="http://127.0.0.1:8001" # API prefix if it exists. MS_PRODUTO_API_PREFIX="/api"
Usage
$issProduto = new \Bildvitta\IssProduto\IssProduto('jwt-hub'); $issProduto->realStateDevelopment()->search(['name' => 'Example']); print_r($issProduto->realStateDevelopment()->find('uuid'));
This is result:
{ "result": { "uuid": "77b83e9e-5e20-4dbc-8d27-5bf3ea960888", "status": "ready_for_commercialization", "address": "R. Ohana Verdugo", "city": "Théo do Leste", "name": "Example", "...": "..." } }
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.