https://github.com/thecodingmachine/mouf-utils.value.common-value
This package contains common classes that implement the ValueInterface interface (from the mouf/utils.value.value-interface package).
https://github.com/thecodingmachine/mouf-utils.value.common-value
Last synced: 3 months ago
JSON representation
This package contains common classes that implement the ValueInterface interface (from the mouf/utils.value.value-interface package).
- Host: GitHub
- URL: https://github.com/thecodingmachine/mouf-utils.value.common-value
- Owner: thecodingmachine
- License: mit
- Created: 2013-05-17T08:12:36.000Z (about 13 years ago)
- Default Branch: 1.0
- Last Pushed: 2016-03-15T16:22:30.000Z (over 10 years ago)
- Last Synced: 2025-02-16T12:30:28.783Z (over 1 year ago)
- Language: PHP
- Size: 16.6 KB
- Stars: 0
- Watchers: 12
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Common classes for ValueInterface
=================================
This package contains a set of classes commonly implementing the [ValueInterface interface](http://mouf-php.com/packages/mouf/utils.common.value-interface)
Here is a list of all classes available in this package:
- **GetParam**: an object representing a GET parameter passed in the web query.
- **PostParam**: an object representing a POST parameter passed in the web query.
- **RequestParam**: an object representing a parameter from the $_REQUEST superglobal passed in the web query.
- **ArrayLookup**: an object representing one value from an array.
- **ExceptionValue**: an object that throws an exception each time we try to evaluate it.
Mouf package
------------
This package is part of Mouf (http://mouf-php.com), an effort to ensure good developing practices by providing a graphical dependency injection framework.