Download the PHP package franciscoblancojn/wordpress_utils without Composer

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

wordpress_utils

PHP Version Packagist

Una librería PHP moderna para WordPress que ofrece utilidades reutilizables, comenzando con un sistema de logs dinámico y extensible.


🚀 Características


📦 Instalación

Vía Composer


⚡ Inicio Rápido

1. Cargar Composer en tu plugin

2. Inicializar el sistema de logs

3. Agregar logs

4. Ver logs en WordPress

Una vez inicializado, aparecerá una nueva opción en el menú del administrador:

👉 MY_PLUGIN_SLUG_LOG

Desde esta página podrás ver, copiar y limpiar los logs registrados.


🧠 Conceptos

🔑 Clave (key)

Cada log funciona de forma completamente independiente usando una clave única:

🗂️ Tipos de log

Los logs se agrupan automáticamente por el campo type:


⚙️ Configuración opcional

Puedes personalizar el comportamiento definiendo constantes antes de llamar a init():

Constante Tipo Descripción
MY_PLUGIN_SLUG_LOG bool Activa o desactiva el sistema de logs
MY_PLUGIN_SLUG_LOG_COUNT int Cantidad máxima de registros por tipo
MY_PLUGIN_SLUG_LOG_KEY string Clave personalizada para almacenamiento en la DB

🧪 Ejemplo completo


⚠️ Requisitos


💡 Notas


📝 Licencia

Este proyecto está bajo la licencia MIT. Eres libre de usarlo, modificarlo y distribuirlo.


👨‍💻 Autor

Francisco Blanco
🔗 franciscoblanco.vercel.app


All versions of wordpress_utils with dependencies

PHP Build Version
Package Version
No informations.
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 franciscoblancojn/wordpress_utils contains the following files

Loading the files please wait ...