Download the PHP package audithsoftworks/basis without Composer

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

Audith Basis on Laravel 5.4

Build Status SensioLabsInsight Code Quality Coverage

Build Status

Latest Stable Version License Contributors

bitHound Overall Score bitHound Dependencies bitHound Dev Dependencies

Audith Basis is an enhanced version of Laravel framework, a feature list for which is provided below.

Features

Installation

Setting up your Developer Environment

I have included a build script in inside of which you can see steps necessary to spin up desired Docker configuration and prepare your development environment. Steps involved are:

  1. Build or pull necessary Docker containers.
  2. Start your desired Docker-Compose configuration (any of: PHP 5.6 or 7.0).
  3. Update your file to point to the primary container in your Docker configuration - generally is the primary container, which is linked to and other machines.
  4. Create file, containing your environmental variables.
  5. Switch into the primary container environment, to start building your environment (Note: before doing so, please read the important note in file!):
    1. Install Sauce Connect and start it as a daemon.
    2. Install NPM dependencies.
    3. Install and it's submodules; and build them (used to build custom web-fonts).
    4. Install package and build it (used to build custom web-fonts).
    5. Clone/update to local storage, copy required font files and build your web-fonts.
    6. Run Webpack to build web assets.
    7. Install Composer dependencies.
    8. Using Laravel Artisan, generate an encryption key and run migrations, install Laravel Passport keys.
    9. Since Docker runs with root privileges, all newly created files to your host machine UUID:GUID (assuming it is 1000:1000, modify if necessary).
    10. And finally, run all the tests.

Additionally, I've included few commands to shut down Docker-Compose configuration and cleanup your host machine from unnecessary Docker assets.


All versions of basis with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.14
ext-curl Version *
ext-mbstring Version *
ext-mcrypt Version *
ext-openssl Version *
barryvdh/laravel-ide-helper Version ^2.2
laravel/dusk Version ^1.0.5
laravel/framework Version 5.4.*
laravel/passport Version ^2.0
laravel/socialite Version ^3.0
laravel/tinker Version ~1.0
predis/predis Version ~1
rcrowe/twigbridge Version ~0.9
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 audithsoftworks/basis contains the following files

Loading the files please wait ....