Download the PHP package marshmallow/statistics-numerics without Composer

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

alt text

Marshmallow Statistics

Met de Marshmallow Statistics package is het mogelijk om snel en gemakkelijk json output te genereren die te gebruiken is voor de Numerics App. Deze package werkt standaard met de Basic Auth versie van Numerics om de JSON bestanden te beveiligen.

Installatie

Als composer klaar is, maak dan de Basic Auth gebruiker aan die toegang heeft om deze JSON bestanden online te bekijken via onderstaande artisan command.

Controleer of het werkt

Als je de installatie gedaan hebt kan je onderstaande demo grafieken direct bekijken. Als je naar een van deze url's gaat zal je moeten inloggen met de Basic Auth credentials die je bij het installatie process hebt aangemaakt.

Kleur opties

Alle grafieken kan je voorzien van een kleur. Dit is de achtergrond kleur van de grafiek in de Numerics App. Hieronder vind je een lijst van alle kleuren die momenteel beschikbaar zijn.

Het is ook mogelijk om ->color('red') aan te roepen als dat makkelijker is om te gebruiken. Als je in deze method een kleur meegeeft die niet bestaat zal er een Exception gegooit worden.

Maak je eigen stats

Om je eigen statistieken te maken moet je een Controller aanmaken waar je de statistieken gaat verzamelen. Doe dit met php artisan make:controller MyOwnStatisticsController. Zorg er voor dat deze controller de BaseController van deze package extend zodat er gebruikt gemaakt wordt van de Basic Auth functionaliteit.

Vervolgens maak je eerste method aan in deze nieuwe controller met bijvoorbeeld salesToday() en daar return je een Number grafiek in terug.

Als je dit gedaan hebt, dan maak je een route aan zoals je gewent bent in Laravel om deze data beschikbaar te maken.

Nu kan je deze data zichtbaar maken in je Numerics App door de url {{jouw domein}}/stats/sales-today toe te voegen in de app. Let op dat je in de app dezelfde grafiek kiest die je ook in method gebruikt hebt. In dit voorbeeld gebruikte we Number dus moeten in de Numerics app kiezen voor de Basic Widgets - Number from authenticated JSON data in de Custom JSON - Basic Auth categorie.

Verschillende grafieken

Hieronder een lijst van de verschillende grafieken die beschikbaar zijn in deze package. Klik door naar de specifieke grafiek om te bekijken hoe je deze aanspreekt en wat de opties zijn.


All versions of statistics-numerics with dependencies

PHP Build Version
Package Version
Requires php Version ^7.1|^8.0
marshmallow/commands Version ^1.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 marshmallow/statistics-numerics contains the following files

Loading the files please wait ....