marcossaladino/decorative

Decorative is a small PHP framework to create dynamic decorators.

dev-master 2019-01-10 23:28 UTC

This package is auto-updated.

Last update: 2024-05-11 14:45:29 UTC


README

  ____                                         _     _                
 |  _ \    ___    ___    ___    _ __    __ _  | |_  (_) __   __   ___
 | | | |  / _ \  / __|  / _ \  | '__|  / _` | | __| | | \ \ / /  / _ \
 | |_| | |  __/ | (__  | (_) | | |    | (_| | | |_  | |  \ V /  |  __/
 |____/   \___|  \___|  \___/  |_|     \__,_|  \__| |_|   \_/    \___|

License Tweet

Decorative

Decorative is a small PHP framework to create dynamic decorators.

Getting Started

To do

Prerequisites

  • PHP 7.2+

Installing

Composer

$ composer require marcossaladino/decorative

Running the tests

$ git clone https://github.com/marcossaladino/decorative.git
$ cd decorative
$ composer install
$ vendor/bin/phpunit tests/

Break down into end to end tests

To do

And coding style tests

To do

Deployment

To do

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Marcos Saladino - Initial work - LinkedIn
    See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments