Download the PHP package andrewnovikof/objects without Composer
On this page you can find all versions of the php package andrewnovikof/objects. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package objects
Example project for Laravel
1. Installation
composer require andrewnovikof/objects
2. Service Provider
- Add
AndrewNovikof\Objects\ObjectsServiceProvider::class
to yourproviders[]
array inconfig\app.php
.
3. Facade
- Add
'Objects' => AndrewNovikof\Objects\Facades\Objects::class
to yourfacades[]
array inconfig\app.php
.
4. Config
You can publish the config file with:
4. Example objects
You can publish the Example objects files with:
All versions of objects with dependencies
PHP Build Version
Package Version
The package andrewnovikof/objects contains the following files
Loading the files please wait ....