All Projects → php-annotations → Php Annotations

php-annotations / Php Annotations

Industrial-strength annotations for PHP

Projects that are alternatives of or similar to Php Annotations

Laravel Aspect
aspect oriented programming Package for laravel framework
Stars: ✭ 98 (-25.19%)
Mutual labels:  annotations
Jupytergraffiti
Create interactive screencasts inside Jupyter Notebook that anybody can play back
Stars: ✭ 114 (-12.98%)
Mutual labels:  annotations
Mypy boto3 builder
Type annotations builder for boto3 compatible with VSCode, PyCharm, Emacs, Sublime Text, pyright and mypy.
Stars: ✭ 123 (-6.11%)
Mutual labels:  annotations
Deep Learning Based Ecg Annotator
Annotation of ECG signals using deep learning, tensorflow’ Keras
Stars: ✭ 110 (-16.03%)
Mutual labels:  annotations
Marginalia
📜 marginalia.el - Marginalia in the minibuffer
Stars: ✭ 111 (-15.27%)
Mutual labels:  annotations
Sensorannotations
Android - Annotate methods to use as listeners for a sensor.
Stars: ✭ 118 (-9.92%)
Mutual labels:  annotations
Remarks
Extract highlights, scribbles, and annotations from PDFs marked with the reMarkable tablet. Export to Markdown, PDF, PNG, and SVG
Stars: ✭ 94 (-28.24%)
Mutual labels:  annotations
Labeld
LabelD is a quick and easy-to-use image annotation tool, built for academics, data scientists, and software engineers to enable single track or distributed image tagging. LabelD supports both localized, in-image (multi-)tagging, as well as image categorization.
Stars: ✭ 129 (-1.53%)
Mutual labels:  annotations
Router
🍭灵活的组件化路由框架.
Stars: ✭ 1,502 (+1046.56%)
Mutual labels:  annotations
Http Router
🎉 Release 2.0 is released! Very fast HTTP router for PHP 7.1+ (incl. PHP8 with attributes) based on PSR-7 and PSR-15 with support for annotations and OpenApi (Swagger)
Stars: ✭ 124 (-5.34%)
Mutual labels:  annotations
Nova
NOVA is a tool for annotating and analyzing behaviours in social interactions. It supports Annotators using Machine Learning already during the coding process. Further it features both, discrete labels and continuous scores and a visuzalization of streams recorded with the SSI Framework.
Stars: ✭ 110 (-16.03%)
Mutual labels:  annotations
Typical
Typical: Fast, simple, & correct data-validation using Python 3 typing.
Stars: ✭ 111 (-15.27%)
Mutual labels:  annotations
Sqlitemagic
Compile time processed, annotation driven, no reflection SQLite database layer for Android
Stars: ✭ 120 (-8.4%)
Mutual labels:  annotations
Dataset
Crop/Weed Field Image Dataset
Stars: ✭ 98 (-25.19%)
Mutual labels:  annotations
Android Demos
Android develop demos
Stars: ✭ 126 (-3.82%)
Mutual labels:  annotations
Barrnap
🔬 ♌️ Bacterial ribosomal RNA predictor
Stars: ✭ 96 (-26.72%)
Mutual labels:  annotations
Tieguanyin
Activity Builder.
Stars: ✭ 113 (-13.74%)
Mutual labels:  annotations
Archivist
A full-stack publishing solution involving different technologies to power digital archives
Stars: ✭ 130 (-0.76%)
Mutual labels:  annotations
Dbpedia Spotlight Model
DBpedia Spotlight is a tool for automatically annotating mentions of DBpedia resources in text. Improving Efficiency and Accuracy in Multilingual Entity Extraction approach
Stars: ✭ 127 (-3.05%)
Mutual labels:  annotations
Nubes
Annotation layer on top of Vert.x 3
Stars: ✭ 120 (-8.4%)
Mutual labels:  annotations

php-annotations

Join the chat at https://gitter.im/php-annotations/php-annotations Build Status Scrutinizer Quality Score Code Coverage

Latest Stable Version Total Downloads Latest Unstable Version License

Source-code annotations for PHP.

Copyright (C) 2011-2015 Rasmus Schultz [email protected]

https://github.com/php-annotations/php-annotations

For documentation and updates, please visit the project Wiki:

http://php-annotations.readthedocs.org/

Project Structure

The files in this project are organized as follows:

php-annotations         This README and the LGPL license
  /src
    /annotations        The core of the library itself
      /standard         Standard library of annotation classes
  /demo                 Browser-based example/demonstration
  /docs                 Documentation files (http://php-annotations.readthedocs.org/en/latest/)
  /test                 Unit tests for the core of the library
    /test.php           Test suite runner
    /annotations        Fixture Annotation types
    /lib                Unit test library
    /runtime            Run-time cache folder used for tests
    /suite              Test cases

The "mindplay" folder is the only folder required for the annotation framework itself - other folders contain demonstration code, tests, etc.

To run the test suite, run "php-annotations/test/test.php" from a browser - a summary of the test-results will be displayed on the page.

Code Style

Largely PSR-2 compliant:

https://raw.github.com/php-fig/fig-standards/master/accepted/PSR-2-coding-style-guide.md

License

http://www.gnu.org/licenses/lgpl-3.0.txt

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, see http://www.gnu.org/licenses.

Additional permission under GNU GPL version 3 section 7

If you modify this Program, or any covered work, by linking or combining it with php-annotations (or a modified version of that library), containing parts covered by the terms of the LGPL, the licensors of this Program grant you additional permission to convey the resulting work.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].