Download the PHP package schulzefelix/laravel-stat-search-analytics without Composer
On this page you can find all versions of the php package schulzefelix/laravel-stat-search-analytics. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download schulzefelix/laravel-stat-search-analytics
More information about schulzefelix/laravel-stat-search-analytics
Files in schulzefelix/laravel-stat-search-analytics
Package laravel-stat-search-analytics
Short Description A Laravel API Wrapper For STAT Search Analytics.
License MIT
Homepage https://github.com/schulzefelix/laravel-stat-search-analytics
Informations about the package laravel-stat-search-analytics
A Laravel API Wrapper For STAT Search Analytics.
For information about STAT Search Analytics see https://getstat.com/
Install
This package can be installed through Composer.
In Laravel 5.5 the package will autoregister the service provider. In Laravel 5.4 you must install this service provider.
In Laravel 5.5 the package will autoregister the facade. In Laravel 5.4 you must install the facade manually.
You can publish the config file of this package with this command:
Usage
- Introduction
- Projects Methods
- List All Projects
- Create A Projects
- Update A Projects
- Delete A Projects
Introduction
The responses of this packages are combinations of Laravel Collections, objects for each kind of data object and Carbon instances for date fields.
Projects Methods
List All Projects
The list methods returns a collection of all projects.
Create A Project
To create a project just pass the name of the project. The response will we a StatProject instance.
Update A Project
To update the name of a project just pass the project ID and the new name. The response will we a StatProject instance.
Delete A Project
To delete a project just pass the project ID. The response the project ID.
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
Contributing
Please see CONDUCT for details.
Credits
- Felix Schulze
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-stat-search-analytics with dependencies
laravel/framework Version ^7.0
guzzlehttp/guzzle Version ^6.3
nesbot/carbon Version ^2.0
schulzefelix/laravel-data-transfer-object Version ^1.3.0