https://github.com/imarc/tenet
Missing components for Doctrine 2
https://github.com/imarc/tenet
Last synced: 6 months ago
JSON representation
Missing components for Doctrine 2
- Host: GitHub
- URL: https://github.com/imarc/tenet
- Owner: imarc
- License: mit
- Created: 2015-10-20T06:00:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T16:31:41.000Z (almost 5 years ago)
- Last Synced: 2025-11-30T19:01:23.305Z (7 months ago)
- Language: PHP
- Size: 72.3 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tenet
Doctrine extensions, wrappers and missing pieces.
## Accessor
The accessor sets and gets fields from entities. Works with both ORM and ODM.
See @todo notes in Accessor class for dev items.
## Tests
Run tests from the root directory with:
phpunit
# Changelog
The running / master changelog for this package is available [here](/).
You can view the changelog relative to your working copy by executing:
git log --simplify-by-decoration --oneline --tags
# Documentation
(Not yet)
Documentation for this project is available in the `docs` directory and should be maintained with the project under version control. Additionally, iMarc uses [sage](https://github.com/dotink/sage) to generate API docs under `docs/api`. You can install sage on your local system and execute the following to update the docs:
php src docs/api