eggbe / prototype
This package is abandoned and no longer maintained.
The author suggests using the able/prototypes package instead.
phpABLE abstractions library
v1.1.2
2021-05-23 02:57 UTC
Requires
- php: >=8.0.0
- able/helpers: ^0.9.0
This package is not auto-updated.
Last update: 2022-02-01 12:58:20 UTC
README
The phpABLE abstractions library designed to help us make the code more universal and standardized.
Requirements
- PHP >= 8.0.0
- able/helpers
Install
There's a simple way to install Able/Prototypes
into your project via Composer:
composer require able/prototypes
Usage
This library includes only abstract classes, traits, and interfaces implement and standardize common features and behavior.
Interfaces
Type-Casting
- IArrayable
- IArrayable
- IPresentable
- IStringable
Behavior
- IAggregatable
- ICountable
- IGettable
- ICallable
- IExecutable
- IFillable
- IIteratable
- TSingleton
- ISingleton
- ISettable
Features
- THierarchical
- TRetrospective
- TTraitable
Implementations
Type-Casting
- TStringable
Behavior
- TCallable
- TUnclonable
License
This package is released under the MIT license.