Download the PHP package oktopost/skeleton without Composer
On this page you can find all versions of the php package oktopost/skeleton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download oktopost/skeleton
More information about oktopost/skeleton
Files in oktopost/skeleton
Download oktopost/skeleton
More information about oktopost/skeleton
Files in oktopost/skeleton
Vendor oktopost
Package skeleton
Short Description Inversion of Control library
License MIT
Homepage https://github.com/Oktopost/Skeleton
Package skeleton
Short Description Inversion of Control library
License MIT
Homepage https://github.com/Oktopost/Skeleton
Please rate this library. Is it a good library?
Informations about the package skeleton
Skeleton
Latest version 1.2.0
Skeleton is an Inversion of Control (IoC) Library for PHP 7.1 or higher.
Installation
or inside composer.json
Basic Usage Example:
In this case, $service will be set to a new instance of the UserDAO class that was created by Skeleton.
Autoloading class
Given the following setup:
Instance of UserService may be obtained without autoloading using:
But with autoloading you can omit the call to setUserDAO using one of the following.
Using setter methods autolaoding
Using data member autoloading.
Using __construct autoloading.
In this case the autoload annotation is not required for the class name nor for the __construct method.
All versions of skeleton with dependencies
PHP Build Version
Package Version
The package oktopost/skeleton contains the following files
Loading the files please wait ....