Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codedredd/laravel-soap
Laravel Soap Client
https://github.com/codedredd/laravel-soap
laravel php php7 php8 soap soap-client
Last synced: about 16 hours ago
JSON representation
Laravel Soap Client
- Host: GitHub
- URL: https://github.com/codedredd/laravel-soap
- Owner: CodeDredd
- License: mit
- Created: 2020-04-20T06:33:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-20T14:58:45.000Z (5 days ago)
- Last Synced: 2025-01-24T12:04:00.886Z (about 16 hours ago)
- Topics: laravel, php, php7, php8, soap, soap-client
- Language: PHP
- Homepage: https://codedredd.github.io/laravel-soap/
- Size: 1.37 MB
- Stars: 211
- Watchers: 5
- Forks: 40
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Laravel SOAP Client
[![Software License](https://img.shields.io/github/license/codedredd/laravel-soap?style=flat-square)](LICENSE.md)
[![Total Downloads](https://img.shields.io/packagist/dt/codedredd/laravel-soap?style=flat-square)](https://packagist.org/packages/codedredd/laravel-soap)
[![test](https://img.shields.io/github/workflow/status/codedredd/laravel-soap/test?label=test&logo=github&style=flat-square)](https://github.com/CodeDredd/laravel-soap/actions?query=workflow%3Atest)
[![styleci](https://github.styleci.io/repos/7548986/shield)](https://github.styleci.io/repos/257192373)
[![version](https://img.shields.io/github/v/release/codedredd/laravel-soap?style=flat-square)](https://github.com/CodeDredd/laravel-soap/releases)
[![documentation](https://img.shields.io/github/workflow/status/codedredd/laravel-soap/documentation?label=docs&logo=read-the-docs&style=flat-square)](https://codedredd.github.io/laravel-soap/)## Versions
| Laravel SOAP Version | Laravel Support | PHP Version |
|----------------------|-----------------|-------------|
| 1.x | 5.6, 6.x, 7.x | 7.3 - 8.0 |
| 2.x | 8.x | 7.3 - 8.0 |
| 3.x | 9.x | 8.0 - 8.1 |
| 4.x | 9.x, 10.x | 8.1 - 8.2 |Execute the following command to get the latest version of the package:
composer require codedredd/laravel-soap
## Documentation
You can find here a detailed [documentation](https://codedredd.github.io/laravel-soap/)## Help me keep working on this project 💚
- [Become a Sponsor on GitHub](https://github.com/sponsors/codedredd)
- [One-time donation via PayPal](https://paypal.me/dredd1984)Platinum Sponsors
Gold Sponsors
Silver Sponsors
Bronze Sponsors
---
## Contributing
Please post issues and send PRs.
## License
Laravel Soap is open-sourced software licensed under the MIT license.