2017 © Pedro Peláez
 

library lithium

Php library for managing metadata in objects and functions annotations

image

andresandoval/lithium

Php library for managing metadata in objects and functions annotations

  • Thursday, December 7, 2017
  • by andresandoval
  • Repository
  • 1 Watchers
  • 0 Stars
  • 17 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

LITHIUM

Library for managing metadata in Objects and/or Methods definitions, (*1)

Example

<?php
 /**
 * @MetaSample(
 *   @propertyOne hello
 *   @propertyTwo world
 *   @propertyThree()
 *   @propertyFour(@subP41=001, @subp42=002)
 *   @propertyFive(
 *      @subP51=001
 *      @subp62=002
 *   ),
 *   @propertySix six, @propertySeven=seven 
 * )
 */
 class Test{...}

The Versions

07/12 2017

dev-master

9999999-dev

Php library for managing metadata in objects and functions annotations

  Sources   Download

MIT

The Requires

  • php >=7.1.0

 

by Andres

07/12 2017

v1.0.0

1.0.0.0

Php library for managing metadata in objects and functions annotations

  Sources   Download

MIT

The Requires

  • php >=7.1.0

 

by Andres