andresandoval / lithium
Php library for managing metadata in objects and functions annotations
Installs: 37
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/andresandoval/lithium
Requires
- php: >=7.1.0
This package is not auto-updated.
Last update: 2025-10-08 13:52:27 UTC
README
Library for managing metadata in Objects and/or Methods definitions
####Example
<?php
/**
* @MetaSample(
* @propertyOne hello
* @propertyTwo world
* @propertyThree()
* @propertyFour(@subP41=001, @subp42=002)
* @propertyFive(
* @subP51=001
* @subp62=002
* ),
* @propertySix six, @propertySeven=seven
* )
*/
class Test{...}