Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

swh:1:snp:fc5be6ea36d914a465ae83272994afb6f8ba2d7d
  • Code
  • Branches (0)
  • Releases (4)
    • Branches
    • Releases
      • 4
      • 4
      • 3
      • 2
      • 1
    • c501fcf
    • /
    • rubenarslan-formr.org-0797b20
    • /
    • composer.json
    Raw File Download

    To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
    Select below a type of object currently browsed in order to display its associated SWHID and permalink.

    • content
    • directory
    • snapshot
    • release
    content badge Iframe embedding
    swh:1:cnt:80a39d54bc73835da2b8924c187735d21bf780d1
    directory badge Iframe embedding
    swh:1:dir:a4f1bf3ec890c395b3ff7526e731387c533a85bd
    snapshot badge
    swh:1:snp:fc5be6ea36d914a465ae83272994afb6f8ba2d7d
    release badge
    swh:1:rel:bce81870630aa4105bba65651a8ea173973c44c0

    This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
    Select below a type of object currently browsed in order to generate citations for them.

    • content
    • directory
    • snapshot
    • release
    Generate software citation in BibTex format (requires biblatex-software package)
    Generating citation ...
    Generate software citation in BibTex format (requires biblatex-software package)
    Generating citation ...
    Generate software citation in BibTex format (requires biblatex-software package)
    Generating citation ...
    Generate software citation in BibTex format (requires biblatex-software package)
    Generating citation ...
    composer.json
    {
    	"name": "rubenarslan/formr",
    	"description": "make complex (longitudinal, network, diary, ...) studies using spreadsheets and give feedback with R graphs",
    	"version": "0.22.0",
    	"keywords": ["form", "survey", "study", "psychology", "R", "feedback"],
    	"homepage": "https://github.com/rubenarslan/formr.org",
    	"license": "BSD-2-Clause-FreeBSD",
    	"authors": [
    		{
    			"name": "Ruben C. Arslan",
    			"email": "rubenarslan@gmail.com",
    			"homepage": "https://github.com/rubenarslan",
    			"role": "Developer"
    		},
            {
    			"name": "Cyril Tata",
    			"email": "cyril.tata@gmail.com",
    			"homepage": "https://github.com/cyriltata",
    			"role": "Developer"
    		}
    	],
        "require": {
            "php": ">=8.2",
            "erusev/parsedown": "1.*",
            "erusev/parsedown-extra": "0.*",
            "bshaffer/oauth2-server-php": "1.*",
            "atrox/haikunator": "1.*",
            "paragonie/halite": "^5",
            "phpoffice/phpspreadsheet": "1.*",
            "phpmailer/phpmailer": "6.*",
    		"robthree/twofactorauth": "2.1.0",
    		"chillerlan/php-qrcode": "^5.0"
        },
        "require-dev": {
            "phpunit/phpunit": "11.*"
        },
    	"autoload-dev": {
            "psr-4": {
                "Formr\\Tests\\": "tests/"
            }
        },
    	"scripts": {
        	"test": "phpunit --configuration tests/phpunit.xml"
    	}
    }
    

    back to top

    Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
    The source code of Software Heritage itself is available on our development forge.
    The source code files archived by Software Heritage are available under their own copyright and licenses.
    Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API