Download the PHP package shakewell/laravel-agile-plm without Composer
On this page you can find all versions of the php package shakewell/laravel-agile-plm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download shakewell/laravel-agile-plm
More information about shakewell/laravel-agile-plm
Files in shakewell/laravel-agile-plm
Package laravel-agile-plm
Short Description Laravel Package for Agile PLM
License MIT
Homepage https://github.com/shakewell/laravel-agile-plm
Informations about the package laravel-agile-plm
Laravel Package for Agile PLM
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Support us
We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Agile PLM SOAP access uses basic authentication.
Usage
This package contains services that can be injected into the controller via Laravel Dependency Injection
The contains different search methods
Search for Document using Document Number and Document Revision
This method will return an class with the following properties or
if no document is found.
Search for ECO using Document Number and Document Revision
This method will return an class with the following properties or if no ECO is found.
Search for ECR using Document Number and Document Revision
This method will return an class with the following properties or if no ECO is found.
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
- Andy Parinas
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-agile-plm with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^10.0||^11.0