marcelofabianov / latte
Installs: 57
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:package
Requires
- php: 8.1.*|8.2.*
- ext-bcmath: *
- ext-json: *
- illuminate/contracts: ^10.0
- illuminate/support: ^10.0
- nesbot/carbon: ^2.65
- ramsey/uuid: ^4.7
Requires (Dev)
- captainhook/captainhook: ^5.13
- ergebnis/composer-normalize: ^2.29
- laravel/pint: ^1.4
- nunomaduro/collision: ^7.0
- pestphp/pest: ^2.4
- pyrech/composer-changelogs: ^2.0
- roave/security-advisories: dev-latest
- symfony/var-dumper: ^6.2
- vimeo/psalm: ^5.7
- dev-main
- v1.6.1
- v1.6.0
- v1.5.13
- v1.4.12
- v1.4.11
- v1.4.10
- v1.4.9
- v1.4.8
- v1.4.7
- v1.4.6
- v1.4.5
- v1.4.4
- v1.4.3
- v1.4.2
- v1.4.1
- v1.4.0
- v1.3.25
- v1.3.24
- v1.3.23
- v1.3.22
- v1.3.21
- v1.3.20
- v1.3.19
- v1.3.18
- v1.3.17
- v1.3.16
- v1.3.15
- v1.3.14
- v1.3.13
- v1.3.12
- v1.3.11
- v1.3.10
- v1.2.11
- v1.2.10
- v1.2.9
- v1.2.8
- v1.2.7
- v1.2.6
- v1.2.5
- v1.2.4
- v1.2.1
- v1.1.0
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- 0.2.0
This package is auto-updated.
Last update: 2025-03-07 18:15:07 UTC
README
This package is a PHP library that can be installed via composer. It provides a set of value objects that can be used in various applications. The aim of this package is to simplify the process of with value objects and to ensure that they are used consistently throughout the codebase.
Install
To install this package in your project, use the following composer command:
composer require marcelofabianov/latte
Features
Current version: v1.4.9
ValueObject
- Uuid
- Cnpj
- Cpf
- DocumentRegistration
- ApplyMask
- IpAddress
- Json
- ExternalCode
- Hostname
- FederativeUnit
- NFeKey
- Monetary
- CTeKey
- ZipCode
- Phone
- ExpiresIn
Laravel Cast
- NFeKeyCast
- CTeKeyCast
- ExternalCodeCast
- JsonCast
- RegistrationDocumentCast
- UuidCast
- EmailCast
- MonetaryCast
Helpers
- StrSanitizer (Helper)
- NumericDecimalSanitizer (Helper)
- Debug (Helper)