Download the PHP package headzoo/core without Composer

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

Headzoo Core v0.6.3.2

A collection of use PHP utility classes and functions.

Overview

This project is a collection of classes, methods, and functions which I've created over the years, and I use them in most of my other projects. The purpose of this project is putting all my useful code in one place. I'll be adding to this framework as I find useful classes from my other projects that I think should go into the core.

Requirements

Installing

The library may be installed using either git or composer.

Git

Simply clone the project with the following command.

Composer

Add the project to your composer.json as a dependency.

Class Overview

The full class API documentation is available in the wiki.

Core\Arrays

Contains static methods for working with arrays.

Core\Strings

Contains static methods for working with strings.

Core\Objects

Contains static methods for working with objects and classes.

Core\ErrorHandler

Used to capture and gracefully handle core errors and exceptions.

Core\Errors

Utility class used to work with E_ERROR constants.

Core\Profiler

Used to profile code.

Core\Conversions

Utility class for converting from one value to another.

Core\ConstantsTrait

Trait for reflecting on class constants.

Core\AbstractEnum

Abstract class for creating enumerator classes.

Core\SmartCallable

Used to call a function when a resource is no longer needed.

Core\ConfigurableCallable

Creates a callable instance with configurable behavior.

Core\FunctionsTrait

Contains methods for working with functions and methods.

Core\Comparator

Contains static methods for making comparisons between values.

Quick Start

This quick start guide briefly goes over a few of the classes. The full class API documentation is available in the /docs directory.

Core\Strings

Core\Arrays

Core\Objects

Core\ErrorHandler

Core\Profiler

Core\AbstractEnum

Core\SmartCallable

Core\ConfigurableCallable

Core\Conversions

Change Log

v0.6.3.2 - 2014/06/24
v0.6.3.1 - 2014/05/28
v0.6.2 - 2014/05/19
v0.6.1 - 2014/05/13
v0.6.0 - 2014/04/01
v0.5.0 - 2014/03/31
v0.4.1 - 2014/03/30
v0.4.0 - 2014/03/30
v0.3.2 - 2014/03/29
v0.3.1 - 2014/03/27
v0.3 - 2014/03/26
v0.2.3 - 2014/03/25
v0.2.2 - 2014/03/24
v0.2.1 - 2014/03/24
v0.2 - 2014/03/24
v0.1 - 2014/03/23

TODO

License

This content is released under the MIT License. See the included LICENSE for more information.


All versions of core with dependencies

PHP Build Version
Package Version
Requires php Version >=5.5.0
psr/log Version dev-master
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 headzoo/core contains the following files

Loading the files please wait ....