Download the PHP package merlinblack/nigelib without Composer

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

NigeLib

1st August 2022 ARCHIVED - This is pretty old. I'm not maintaining it, and no doubt there are better ways to do these things now.

Packagist

A tiny PHP library for use in tiny little web apps.

AKA my collection of useful little things.

About

Has Laravel style configuration files that can be switched automatically depending on the hostname (or another parameter) of the machine running the code. This basically means you have default settings in a directory, and under that directory, you can optionally have a directory with new or overridden settings for when running on a particular host.

Installing symfony/yaml allows the Config class to also load Yaml files.

The DB connection manager, has SQL query profiling via Aura/Sql if it is also installed. Connections are only initialised when first retrieved, and are configured with the Config class.

The Console class detects where the output is going, to write either plain text, coloured text using ANSI escape sequences, or HTML with CSS classes that you can style as you see fit.

PharBuilder is a class to aid in building command line utilities, as Phar files. See PharBuilder.php & phartest.php for more info.

StaticDelegate can be extended to give convenient static access to an instance of a class, as long as there is some way of retrieving the instance. Two static classes are supplied - ConfigFacade, and DatabaseConnectionManagerFacade.

SimpleTemplate is a class to help with rendering simple templates in the form of PHP code. It does not try to be a templating engine, however for basic separation of view and model it does the job.

Installing

Via Composer

Or use git to clone.

Example usage

This is how you would retrieve a PDO connection which is configured in a config or localconfig directory.

For the above to work you will need two more files:

envmap.php

config/database.php


All versions of nigelib with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.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 merlinblack/nigelib contains the following files

Loading the files please wait ....