2017 © Pedro Peláez
 

library presenty

Presentation and Formatting helper with nice fluent interface.

image

padosoft/presenty

Presentation and Formatting helper with nice fluent interface.

  • Friday, May 11, 2018
  • by lopadova
  • Repository
  • 1 Watchers
  • 1 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 33 % Grown

The README.md

Presentation and Formatting helper with nice fluent interface.

Latest Version on Packagist Software License Build Status Quality Score Total Downloads, (*1)

This package provides a Presentation and Formatting helper with nice fluent interface., (*2)

Table of Contents

Requires

  • "php" : ">=7.1.0",
  • padosoft/support": "^3.0.4"

Installation

You can install the package via composer: ``` bash $ composer require padosoft/presenty, (*3)


## USAGE ``` php //number echo presenty('2')->number(2);//print '2.00' echo presenty('2.00')->number(2);//print '2.00' echo presenty(2)->number(2);//print '2.00' echo presenty(1000, '.' , ',')->number(2);//print '1.000,00' //anchor echo presenty('https://www.padosoft.com')->anchor();//print '<a href="https://www.padosoft.com">https://www.padosoft.com</a>' echo presenty('https://www.padosoft.com')->anchor(['target' => '_blank']);//print '<a href="https://www.padosoft.com" target="_blank">https://www.padosoft.com</a>'

Change log

Please see CHANGELOG for more information what has changed recently., (*4)

Testing

bash $ composer test, (*5)

Contributing

Please see CONTRIBUTING for details., (*6)

Security

If you discover any security related issues, please email instead of using the issue tracker., (*7)

Credits

About Padosoft

Padosoft (https://www.padosoft.com) is a software house based in Florence, Italy. Specialized in E-commerce and web sites., (*8)

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions

11/05 2018

dev-master

9999999-dev https://github.com/padosoft/presenty

Presentation and Formatting helper with nice fluent interface.

  Sources   Download

MIT

The Requires

 

The Development Requires

format presenter fluent interface padosoft presenty

11/05 2018

1.0.1

1.0.1.0 https://github.com/padosoft/presenty

Presentation and Formatting helper with nice fluent interface.

  Sources   Download

MIT

The Requires

 

The Development Requires

format presenter fluent interface padosoft presenty

09/05 2018

1.0.0

1.0.0.0 https://github.com/padosoft/presenty

Presentation and Formatting helper with nice fluent interface.

  Sources   Download

MIT

The Requires

 

The Development Requires

format presenter fluent interface padosoft presenty