net_bazzline / php_component_generic_agreement
free as in freedom php component that includes generic agreements in the Net\Bazzline code base
Installs: 1 360
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Requires
- php: >=5.3.3
This package is auto-updated.
Last update: 2021-03-05 12:29:50 UTC
README
I still like the idea but there is currently no use case to develop it anymore.
Generic Agreement Component for PHP
This component contains all generic agreements in the bazzline code base.
Sections
- Generic
- Exception
- Process
- Executable - execute a process
- Data
- AssemblageInterface - put data together
- FilterableInterface - silver data
- GeneratorInterface - create data from a source
- ModifiableInterface - add or remove data values
- TransformableInterface - transform from one data type into an other
- ValidatorInterface - change existing data values
Install
By Hand
mkdir -p vendor/net_bazzline/php_component_generic_agreement
cd vendor/net_bazzline/php_component_generic_agreement
git clone https://github.com/bazzline/php_component_generic_agreement .
With Packagist
composer require net_bazzline/php_component_generic_agreement:dev-master
Api
API is available at bazzline.net.
History
- upcomming
- @todo
- add following exceptions: "Dependency", "Memory" and "Time"
- add link to openhub
- implement examples and add notes with "intentions" about the class or interface to easy up figuring out the "why and when to use" question
- @todo
- 1.0.3 - released at 29.02.2016
- fixed broken links
- 1.0.2 - released at 22.02.2016
- moved to psr-4 autoloading
- 1.0.1 - released at 05.07.2015
- aligned data interfaces, now each one can throw an ExceptionInterface
- 1.0.0 - released at 01.07.2015
- initial release