Download the PHP package mawdoo3-zukaili/waraqa without Composer

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

mawdoo3

HOW TO INSTALL :

1- Run this command ,then install the package

  composer require  mawdoo3-team/waraqa

2- Add WaraqaIntegrationServiceProvider to bootstrap/app.php file

  $app->register(WaraqaIntegrationServiceProvider::class);

3- run the following command , then choose WaraqaIntegrationServiceProvider from options appeared

  php artisan vendor:publish 

DESCRIPTION :

This package is developed for mawdoo3 mediawiki websites , that need to be integrated with rabbitMQ queue messaging systems,

to get articles from waraqa.

FEATURES :

Command :

  php artisan waraqa:execute

command used to start listening to rabbitMQ connection port, and handling messages that coming from rabbitMQ.

Config Files:

waragaIntegration.php File :

this config file will generated after vendor:publish command , inside config folder :

config/waragaIntegration.php

contain all Environment Variables needed for waraqa integration :

'WARAQA_URL' => env('WARAQA_URL'),
'CLIENT_ACCESS_ID' => env('CLIENT_ACCESS_ID'),
'CLIENT_ID'=> env('CLIENT_ID'),
'CLIENT_PASSWORD' => env('CLIENT_PASSWORD'),
'WARAQA_USER_ID' => env('WARAQA_USER_ID'),
'AWS_ACCESS_ID' => env('AWS_ACCESS_ID'),
'AWS_ACCESS_KEY' => env('AWS_ACCESS_KEY'),
'S3_BUCKET' => env('S3_BUCKET'),
'MEDIAWIKI_PARSER_API' => env('MEDIAWIKI_PARSER_API'),
'AQMP_CONNECTION' => env('AQMP_CONNECTION'),
'IMAGE_SIZES' => env('IMAGE_SIZES'),
'FULL_SERVER_URL' => env('FULL_SERVER_URL')

so it needed to be filled inside env or config file.


All versions of waraqa with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1.3
gumlet/php-image-resize Version 1.9.*
guzzlehttp/guzzle Version ~6.0
intervention/image Version ^2.5
laravel/lumen-framework Version 5.8.*
mawdoo3com/waraqa-integration Version ^2.0
laravelista/lumen-vendor-publish Version 5.8
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 mawdoo3-zukaili/waraqa contains the following files

Loading the files please wait ....