Download the PHP package bytenexsolutions/dynalog without Composer

On this page you can find all versions of the php package bytenexsolutions/dynalog. 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 dynalog

ByteNexSolutions
Packagist Author

ByteNexSolutions DynaLog (bytenexsolutions-dynalog)

Table of Contents / Tabla de contenidos
  1. About the package / Acerca del paquete
    • Built to / Construido para
  2. Getting Started / Primeros pasos
    • Prerequisites / Pre requisitos
    • Installation / Instalación
  3. Usage / Uso
  4. Contributing / Contribuyendo
  5. License / Licencia
  6. Contact / Contacto
  7. Acknowledgments / Agradecimientos

About the package / Acerca del paquete

Dynalog is a solutions to make Laravel logs channels dynamicaly, without declare on logging config file.

Dynalog es una solución para crear canales de logs en Laravel de forma dinámica, sin declaraciones en el archivo de configuracíon del logging.

(back to top)

Built to / Construido para

(back to top)

Getting Started / Primeros pasos

You do not need to publish any configuration files. DynaLog creates dynamic log channels organized by category and source (category / source).

No es necesario publicar ningún archivo de configuración. DynaLog crea canales de registros (logs) dinámicos organizados por categoría y fuente (category / source).

Automatically generated structure / Estructura generada automáticamente:

Example / Ejemplo

Example of logs structure / Ejemplo de estructura de registros (logs)

Prerequisites / Pre requisitos

Require / Requiere PHP >= 8.0.2 y Laravel 9, 10, 11, 12 o 13.

Instalation / Instalación

(back to top)

Usage / Uso

You can use the DynaLog facade to create a dynamic logger and log messages.

Puedes usar el facade DynaLog para crear un logger dinámico y registrar mensajes.

Example / Ejemplo

You can also call static methods of the facade directly.

También puedes llamar directamente a los métodos estáticos de la facade.

Example / Ejemplo

By default DynaLog uses storage_path('logs'), default level debug and a retention of 7 days (log files older than N days are automatically pruned). If you want to change these defaults, publish the dynalog config file.

Por defecto, DynaLog utiliza storage_path('logs'), nivel por defecto debug y una retención de 7 días (los archivos de log con más de N días se eliminan automáticamente). Si desea cambiarlo, publique el archivo de configuración de DynaLog.

Publish / Publicar

(back to top)

Acknowledgments / Agradecimientos

(back to top)


All versions of dynalog with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0.2
illuminate/support Version ^9.0|^10.0|^11.0|^12.0|^13.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 bytenexsolutions/dynalog contains the following files

Loading the files please wait ...