An open API service indexing awesome lists of open source software.

https://github.com/shake-php/autoloading

Autoloading made simple with Shake PHP.
https://github.com/shake-php/autoloading

classmap composer-alternative elegant-coding files mvc-architecture php72 psr-compliant secure-by-default shake-autoloading shake-php

Last synced: about 1 year ago
JSON representation

Autoloading made simple with Shake PHP.

Awesome Lists containing this project

README

          

# Shake Autoloading
[![PHP from Travis config](https://img.shields.io/travis/php-v/shake-php/autoloading.svg)](https://github.com/shake-php/autoloading)
[![Build Status](https://travis-ci.org/shake-php/autoloading.svg?branch=master)](https://travis-ci.org/shake-php/autoloading)
[![Coveralls github branch](https://img.shields.io/coveralls/github/shake-php/autoloading/master.svg)](https://coveralls.io/github/shake-php/autoloading)
[![Latest Stable Version](https://poser.pugx.org/shake-php/autoloading/v/stable)](https://packagist.org/packages/shake-php/autoloading)
[![License](https://poser.pugx.org/shake-php/autoloading/license)](https://packagist.org/packages/shake-php/autoloading)

The shake autoloader is to make autoloading of classes and files easy.

## Installation

via Shake:
> If you already use shake as your dependency manager it is already installed.

via Composer:
```sh
composer require shake-php/autoloading
```

## Autoloaders

> - Psr4 Autoloader
> - Classmap Autoloader
> - Files Autoloader

## General Public License

Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights.

## Links

- https://packagist.org/packages/shake-php/autoloading
- https://shake-php.github.io/shake.github.io/autoloading/index.html