Download the PHP package alexbonavila/laravel-market-information without Composer

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

LaravelMarketInformation

Descripció

LaravelMarketInformation és una aplicació web feta amb Laravel, aquesta aplicació el que fa es proveir d'informació financera tant en temps real com històrica (amb 2 anys d'antiguitat), aquesta aplicació està pensada exclusivament per a clients registrats, tot i que això no vol dir que els que no estan logats no pugin fer res, tindran una Landingpage per poder veure quantre pinzellades del que es trobaran si es registren.

Budges

Scrutinizer Code Quality Build Status Coverage Status

Instalació

  1. Instal·lar al nostre servidor donar els permisos necessaris. $ composer require alexbonavila/laravel-market-information

  2. Executar les migracions $ php artisan migrate

  3. Omplir la taula Companies $ php artisan companies_table:feed

  4. Omplir la taula de històrica $ php artisan history_table:feed

  5. Passar la taula històrica a tots els arxius i formats $ php artisan file_creator:create

  6. Configurar el chron per que executi l'scheduler https://laravel.com/docs/master/scheduling

  7. Anar a l'arxiu /resources/views/layouts/partials/graph.blade.php i canviar el domini localhost:8000 de la linia 19 pel teu

Opcional: si no configureu l'scheduler executeu aquesta comanda $ php artisan company_follow:feed

Feed DB commands

Aquesta comanda el que fa es omplir la BD amb els simbols de les empreses de la NASDAQ $ php artisan companies_table:feed

La seguent comanda el que fa és omplir la BD Historica amb la informació demanada $ php artisan history_table:feed

Aquesta comanda serveix per passar l'historic a arxius en els seguents formats(XML, JSON, YML i CSV) $ php artisan file_creator:create

Per últim tenim aquesta comanda que serveix per fer un seguiment del valor actual de les accions $ php artisan company_follow:feed

Llibreries de terçers

GuzzleHttp per les peticions HTTP des de PHP:

https://github.com/guzzle/guzzle

Laravel Formatter per canviar entre formats JSON, XML, CSV i YML:

https://github.com/SoapBox/laravel-formatter

Changelog

Web URL:

https://github.com/alexbonavila/LaravelMarketInformation/blob/master/Changelog.md

Project Location

LaravelMarketInformation/Changelog.md

Links externs

Documentació

http://alexbonavila.github.io/DocumentationLMI/public/api/master/

Wiki

http://acacha.org/mediawiki/Usuari:Alex_bonavila/Credit_de_sintesi

Documentació llibreries de tercers

http://docs.guzzlephp.org/en/latest/

Presentació

http://alexbonavila.github.io/PresentacioLaravelMarketInformation

Addressa

http://laravelmarketinformation.tk/


All versions of laravel-market-information 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 alexbonavila/laravel-market-information contains the following files

Loading the files please wait ....