Download the PHP package primefaceshero/mobile-traffic-meter without Composer
On this page you can find all versions of the php package primefaceshero/mobile-traffic-meter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download primefaceshero/mobile-traffic-meter
More information about primefaceshero/mobile-traffic-meter
Files in primefaceshero/mobile-traffic-meter
Package mobile-traffic-meter
Short Description Mobile Traffic Meter - Package that allows to obtain the traffic by views of a mobile application for reporting
License MIT
Informations about the package mobile-traffic-meter
Mobile-Traffic-Meter
Package that allows to obtain the traffic by views of a mobile application for reporting
Built With
Installation
Via Composer
Add Service Provider to config/app.php in providers section
Make migration and Model
Seeder
Methods
use Primefaceshero\MobileTrafficMeter\MobileTrafficMeter;
Insert
Param | Description |
---|---|
event | Name of the event (required) |
user_id | User executing the event (optional) |
getAll
getByUser
Param | Description |
---|---|
user_id | - (Required) |
getByEvent
Param | Description |
---|---|
event | - (Required) |
getByEventAndDate
Param | Description |
---|---|
event | - (Required) |
start_date | - (Required) |
end_date | - (Required) |
getByUserAndEvent
Param | Description |
---|---|
event | - (Required) |
user_id | - (Required) |
getByDate
Param | Description |
---|---|
start_date | - (Required) |
end_date | - (Required) |
Usage
See the DemoController how to use the library to get information from the events
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch
- Commit your Changes
- Push to the Branch
- Open a Pull Request
Credits
License
license. Please see the license file for more information.