Download the PHP package jag/common without Composer

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

Jag\Common

Author Packagist Version Laravel PHP

Nah, some boilerplate here. All included packages service provider are already registered.

Option service are not included out-of-the-box, instead add its service provider. See below for instruction.

Laravel Packager are not included out-of-the-box (updated since 1.0.2). See below for instruction

Table of Contents

Included Packages

Install

Via Composer

Post Install

After the installation/update completed, add the service provider to the $provider array in config/app.app

After that, run

Configurations from clockwork, ide-helper, image, imagecache, and entrust generated. Also, users migration will be generated.

IDE Helper

After installing/updating composer, you can now re-generate the docs yourself

You can read the full documentation of this package

Option Service Provider

If you want to include the Option Service, add the service provider to the $provider array in config/app.app

After that, publish the migrations.

Clockwork Middleware

You need to add Clockwork middleware, in your app/Http/Kernel.php

How to use Laravel Packager

NOTE: This is for developing Laravel packages but only works for Laravel ~5.1.

If you are using Laravel ~5.1 add the service provider in config/app.php

This package provides you with a simple tool to set up a new packages. Nothing more, nothing less. Read more of its documentation here.

However, an article teaches you to how to create packages.

Optional Facade

Edit and Add your config/app.php at $aliases array

You can also use the class name resolution via ::class

Extend Exception Handler

You can use the Exception handler specially for developing. This includes the Whoops. You can extend your app/Exceptions/Handler.php with Jag\Common\Exceptions\Handler.

JSON Controller Response Trait

For easy JSON response on your Controller, just included the trait Jag\Common\Traits\ControllerResponsesTrait to your app/Http/Controllers/Controller.php.

Change Log

Please see CHANGELOG for more information what has changed recently.

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 common with dependencies

PHP Build Version
Package Version
Requires barryvdh/laravel-ide-helper Version ~2.0
doctrine/dbal Version ~2.3
filp/whoops Version ~1.1
illuminate/database Version ~5
illuminate/html Version ~5
illuminate/http Version ~5
illuminate/support Version ~5
intervention/image Version ~2.1
intervention/imagecache Version ~2.1
itsgoingd/clockwork Version ~1.7
laravel/socialite Version ~2.0
orangehill/iseed Version ~2
php Version >=5.5.0
zizaco/entrust Version ~1.4
jeroen-g/laravel-packager Version ^0.2.1
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 jag/common contains the following files

Loading the files please wait ....