Download the PHP package reportico/laravel-reportico without Composer

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

laravel-reportico

Reportico Module for Laravel

Reportico for Laravel allows you design reports using the Reportico report designer. These can be run as a report suite and embedded or linked to within your Laravel web site all accessed through a dedicated controller.

As well as the standard Reportico features the module offers the following :-

Embed Reports into your web pages. Embed a complete report suite with menu, individual reports with criteria selection or individual report output Ability to report based on logged in user using the {FRAMEWORK_USER} parameter Ability to create report projects against the default laravel connection or against other databases defined in app/config/database.php Use Reportico's default styling, or let it adapt to your site's bootstrap look and feel Here you can find out how to install and get started with the module as well as examples of running Reportico within your site application.

Installation

Install with composer

For Laravel 5, 6, 7, 8, 9

composer require "reportico/laravel-reportico" "dev-develop"

then add to your app.php in the providers section :--

Reportico\Reportico\ReporticoServiceProvider::class

then publish the config and the assets with:-

php artisan vendor:publish

and then point your browser at

http://laravel_url/public/index.php/reportico

Then you can use the http://laravel_url/public/index.php/reportico to set an admin password, configure the tutorials or create new report project.

For Laravel 4

composer require "reportico/laravel-reportico" "4.3"

then add to your app.php in the providers section :--

'Reportico\Reportico\ReporticoServiceProvider',

then publish the assets with

php artisan asset:publish

and point your browser at

http://laravel_url/public/index.php/reportico

Use the tutorials to get to grips with report design, but for how to embed and create links to reportico from your Laravel app follow the instructions in the link below :-

Tutorial and Documentation

============================

To get going with the module go to :-

http://www.reportico.org/laravel/public/index.php

Screenshots


All versions of laravel-reportico with dependencies

PHP Build Version
Package Version
Requires php Version ^5.5.9|^7.0.0|^8.0.0
reportico-web/reportico Version ^8.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 reportico/laravel-reportico contains the following files

Loading the files please wait ....