Download the PHP package alexis-gss/laravel-activity-logs without Composer

On this page you can find all versions of the php package alexis-gss/laravel-activity-logs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-activity-logs

[![Banner of the github account](./assets/images/github-visual.png)](https://packagist.org/packages/alexis-gss/laravel-activity-logs) [![GitHub latest commit](https://img.shields.io/github/last-commit/alexis-gss/laravel-activity-logs?color=ff2908&style=for-the-badge)](https://github.com/alexis-gss/laravel-activity-logs/commit/master) [![Packagist Version](https://img.shields.io/packagist/v/alexis-gss/laravel-activity-logs?color=ff2908&style=for-the-badge)](https://packagist.org/packages/alexis-gss/laravel-activity-logs) [![Packagist Downloads](https://img.shields.io/packagist/dt/alexis-gss/laravel-activity-logs?color=ff2908&style=for-the-badge)](https://packagist.org/packages/alexis-gss/laravel-activity-logs) [![GitHub License](https://img.shields.io/github/license/alexis-gss/laravel-activity-logs?color=ff2908&style=for-the-badge)](https://packagist.org/packages/alexis-gss/laravel-activity-logs)

Introduction

Laravel Activity Logs is, as its name suggests, a package to test specified actions in a Laravel project like authentification, CRUDs, views and more.

Table of contents

Compatibility

Version Laravel 8^ Laravel 9^ Laravel 10^ Laravel 11^
v1.0.0

Frameworks, Platforms and Libraries

PHP Laravel Gitbook

Documentation

You can find all the documentation of this package on this link : Laravel Activity Logs documentation.

Contributing

Create a task

You can create a new issue with a specific templates : bug or feature.

Once your code is working, please run the following commands ./vendor/bin/phpstan, ./vendor/bin/phpcs to verify that your code is following the same coding standards (in all cases, there is github actions that check this part).

Fixing a Bug

When fixing a bug please make sure to test it in several browsers. If you are not able to do so, mention that in a PR comment, so other contributors can do it.

Proposing a Change

When implementing a feature please create an issue first explaining your idea and asking whether there's need for such a feature. Remember the script's core philosophy is to stay simple and minimal, doing one thing and doing it right.

Changelog

Latest version v1.0.0.

See the CHANGELOG.md file for details.

Copyright and License

Laravel Activity Logs was written by Alexis Gousseau.

Copyright (c) 2024 and beyond Alexis Gousseau.


All versions of laravel-activity-logs with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3|^8.0
illuminate/support Version ^8.0|^9.0|^10.0|^11.0
laravel/framework Version ^8.0|^9.0|^10.0|^11.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package alexis-gss/laravel-activity-logs contains the following files

Loading the files please wait ....