contributte / phpdoc

πŸ’€ [DISCONTINUED] Enhanced PHPdoc annotations for Nette Framework (@nette). Use nettrine/annotations.

Home Page:https://contributte.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Website πŸš€ contributte.org | Contact πŸ‘¨πŸ»β€πŸ’» f3l1x.io | Twitter 🐦 @contributte

Disclaimer

⚠️ This project is no longer being maintained. Please use nettrine/annotations.
Composer contributte/phpdoc
Version
PHP
License

Versions

State Version Branch PHP
dev ^0.3 master >= 7.1
stable ^0.2 master >= 7.1
stable ^0.1 master >= 5.6

Usage

Setup

Register PhpDocExtension.

extensions:
    phpdoc: Contributte\PhpDoc\DI\PhpDocExtension

Configuration

phpdoc:
  # ignored annotations
  ignore:
    - persistent
    - serializationVersion

  # override default cache (default is apcu if available, php file otherwise)
  cache: Doctrine\Common\Cache\ApcuCache()

Development

This package was maintain by these authors.


Consider to support contributte development team. Also thank you for being used this package.

About

πŸ’€ [DISCONTINUED] Enhanced PHPdoc annotations for Nette Framework (@nette). Use nettrine/annotations.

https://contributte.org

License:MIT License


Languages

Language:PHP 82.5%Language:Makefile 17.5%