Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidhsianturi/laravel-compass
A REST client inside your Laravel app
https://github.com/davidhsianturi/laravel-compass
api api-client api-documentation-tool api-generator api-server laravel laravel-compass laravel-framework laravel-package php rest-api rest-client
Last synced: 26 days ago
JSON representation
A REST client inside your Laravel app
- Host: GitHub
- URL: https://github.com/davidhsianturi/laravel-compass
- Owner: davidhsianturi
- License: mit
- Created: 2019-08-02T18:31:05.000Z (over 5 years ago)
- Default Branch: 1.x
- Last Pushed: 2023-06-12T11:57:02.000Z (over 1 year ago)
- Last Synced: 2024-09-28T19:22:24.568Z (about 1 month ago)
- Topics: api, api-client, api-documentation-tool, api-generator, api-server, laravel, laravel-compass, laravel-framework, laravel-package, php, rest-api, rest-client
- Language: PHP
- Homepage: https://davidhsianturi.com/laravel-compass
- Size: 3.81 MB
- Stars: 1,261
- Watchers: 19
- Forks: 110
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## Introduction
Laravel Compass is an elegant REST assistant for the Laravel framework that you can use to test API calls and create API documentation. it provides automatically endpoints for GET, POST, PUT/PATCH, DELETE, various auth mechanisms, and other utility endpoints based on Laravel routes in your project.
## Installation and usage
This package requires PHP 7.2 and Laravel 6.0 or higher.
You'll find installation instructions and full documentation on https://davidhsianturi.com/laravel-compass.## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## License
Laravel Compass is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).