Download the PHP package mazik/wheniwork without Composer
On this page you can find all versions of the php package mazik/wheniwork. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mazik/wheniwork
More information about mazik/wheniwork
Files in mazik/wheniwork
Package wheniwork
Short Description A simple Wheniwork wrapper package for Laravel
License MIT
Informations about the package wheniwork
Wheniwork API Wrapper Package for Laravel
About
This is a simple Wheniwork API wrapper package for Laravel that made a life easier to work with the Wheniwork PHP API in Laravel.
Requirements
- PHP v7.1.3 or higher
- Laravel v5.6 or higher
Installation
You can install this package via Composer using the following command:
This package usage Laravel Package Auto-Discovery feature and will register automatically on Laravel v5.5 or higher.
If you are not using Laravel v5.5, you'll need to register the WheniworkServiceProvider::class
in the config/app.php
within the providers
array.
Configuration
You can publish the configuration file by using the following command:
Documentation
- You can find all the available documentation directly on the Wheniwork API Reference guide.
- You can find the usage example on Wheniwork official PHP API repository.
You can resolve the class instance using make
method:
Alternatively, use dependency injection directly into the controller constructor:
Credits
Support Us
Mazik is a software development agency based in Dhaka, Bangladesh. We're currently focusing on open source contribution. So, any help would be appreciated.
License
The MIT License (MIT). Please see License File for more information.