Download the PHP package gem-partij/gemboot-lara without Composer

On this page you can find all versions of the php package gem-partij/gemboot-lara. 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 gemboot-lara

Gemboot Lara

Latest Stable Version Total Downloads Latest Unstable Version License Monthly Downloads Daily Downloads composer.lock SensioLabsInsight

Laravel package for supporting SMVC development method

What It Does

Before installing gemboot package:

After installing gemboot package:

will get the same response:

Documentation, Installation, and Usage Instructions

See the DOCUMENTATION for detailed installation and usage instructions.

Support Policy

Only the latest version will get new features.

Package Version Laravel Version PHP Version
0.5.x < 5.5
1.x ^5.5, ^6, ^7 7.2 - 8.0
2.x 8 7.3 - 8.1
3.x 9 8.0 - 8.2
4.x 10 8.1 - 8.3
5.x 11 8.2 - 8.3

Installation

Require the gem-partij/gemboot-lara package in your composer.json and update your dependencies:

Optional: The service provider will automatically get registered. Or you may manually add the service provider in your config/app.php file:

Optional: The aliases will automatically get registered. Or you may manually add the gemboot aliases in your config/app.php file:

Gemboot Gateway (Additional Package)

Middleware

To use Gemboot Gateway for all your routes, add the CheckToken middleware in the $middleware property of app/Http/Kernel.php class:

Configuration

The defaults are set in config/gemboot_gw.php. Publish the config to copy the file to your own config:

Gemboot Auth (Additional Package)

Middleware

To use Gemboot Auth middleware for your routes, add the TokenValidated, HasRole, HasPermissionTo middleware in the $routeMiddleware property of app/Http/Kernel.php class:

Configuration

The defaults are set in config/gemboot_auth.php. Publish the config to copy the file to your own config:

Routes

add Gemboot AuthLibrary in your routes if you want to use it, example:

Gemboot File Handler (Additional Package)

Configuration

The defaults are set in config/gemboot_file_handler.php. Publish the config to copy the file to your own config:

File Handler Usage

Now you can upload image or document using gemboot file handler.

The uploadImage, uploadDocument method returns an instance of Illuminate\Http\Client\Response, which provides a variety of methods that may be used to inspect the response:

more at: https://laravel.com/docs/9.x/http-client#making-requests

Testing

Run the tests with:

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security-related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.


All versions of gemboot-lara with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
laravel/framework Version ^11.0
guzzlehttp/guzzle Version ^7.2
laravel-notification-channels/telegram Version ^5.0
irazasyed/telegram-bot-sdk Version ^3.13
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 gem-partij/gemboot-lara contains the following files

Loading the files please wait ....