{"id":13615120,"url":"https://github.com/usetania/tania","last_synced_at":"2025-10-05T11:31:36.227Z","repository":{"id":57823094,"uuid":"93205883","full_name":"usetania/tania","owner":"usetania","description":"A PHP based, free, and open source farming management system.","archived":true,"fork":false,"pushed_at":"2018-04-13T02:12:47.000Z","size":12696,"stargazers_count":541,"open_issues_count":7,"forks_count":85,"subscribers_count":50,"default_branch":"development","last_synced_at":"2025-10-01T22:02:26.363Z","etag":null,"topics":["agriculture","farm","farming","php","symfony","symfony3","tania"],"latest_commit_sha":null,"homepage":"http://gettania.org","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/usetania.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-02T21:40:33.000Z","updated_at":"2025-08-03T15:54:25.000Z","dependencies_parsed_at":"2022-08-28T18:13:48.484Z","dependency_job_id":null,"html_url":"https://github.com/usetania/tania","commit_stats":null,"previous_names":["tanibox/tania"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/usetania/tania","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usetania%2Ftania","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usetania%2Ftania/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usetania%2Ftania/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usetania%2Ftania/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/usetania","download_url":"https://codeload.github.com/usetania/tania/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usetania%2Ftania/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278445803,"owners_count":25988058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agriculture","farm","farming","php","symfony","symfony3","tania"],"created_at":"2024-08-01T20:01:09.614Z","updated_at":"2025-10-05T11:31:35.289Z","avatar_url":"https://github.com/usetania.png","language":"CSS","funding_links":[],"categories":["Symfony"],"sub_categories":[],"readme":"# End Official Support and Maintenance for Tania PHP\n\nAs the rewrite of Tania from PHP to Go is completed, and we have released the new Tania project to the public repository. The support for Tania PHP is ended. Please, check the new project at [tania-core](https://github.com/Tanibox/tania-core).\n\n![Tania](readme-assets/project-logo.png \"Tania Logo\")\n\n[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/taniafarm/Lobby)\n[![Build Status](https://travis-ci.org/Tanibox/tania.svg?branch=development)](https://travis-ci.org/Tanibox/tania)\n\nTania is a free and open source farming management system for everyone. You can manage your growing areas, reservoirs, farm tasks, inventories, and the crop growing progress.\n\nIt is developed on top of Symfony PHP web framework.\n\nTo get the stable release, you can checkout to the `master` branch or from the [release tab](https://github.com/Tanibox/tania/releases).\n\n## Screenshots\n\n![Tania Dashboard](https://s3-ap-southeast-1.amazonaws.com/asepco/iot-dashboard.PNG \"Tania Dashboard\")\n\n## Requirements\n\n- PHP \u003e= 7.0\n- MySQL \u003e= 5.6\n- Composer (you can install from [getcomposer.org](http://getcomposer.org))\n\n## General installation steps\n\nFirst, clone this project:\n\n```\ngit clone git@github.com:Tanibox/tania.git\ncd tania\n```\n\nSecond, setup your database and mailer parameters in `/.env`. You can duplicate and rename the `/.env-example` file.\n\nThird, setup the web application:\n\n```\ncurl -sS https://getcomposer.org/installer | php\nphp composer.phar install\n```\n\nFourth, setup the database tables:\n\n```\nphp bin/console --no-interaction doctrine:migrations:migrate\n```\n\nFifth, create user:\n\n```\nphp bin/console fos:user:create {{user}} {{email}} {{password}}\n```\n\nThe last, you can run Tania in development mode (on your PC or laptop) by using this command:\n\n```\nphp bin/console server:run\n``` \n\nTania will run on `http://localhost:8000`.\n\nYou can also run Tania in production mode (on your server) by referring to this [Symfony documentation](http://symfony.com/doc/current/setup/web_server_configuration.html).\n\nDone! You can start to use Tania.\n\n## Questions and issues\n\nYou can use [our JIRA issue tracker](https://gettania.atlassian.net) for bug reporting, feature request, and general feedback.\n\n## Maintainers\n\nCurrent maintainers:\n\n- Asep Bagja Priandana - [Linkedin](https://www.linkedin.com/in/asepbagja/)\n- Retno Ika Safitri - [Linkedin](https://www.linkedin.com/in/retnoika/)\n- Didiet Noor - [Linkedin](https://www.linkedin.com/in/didiet/)\n\nIf you are interested in being a core contributor to this project, please drop me an email at __asep@tanibox.com__.\n\n## License\n\nTania is available under Apache 2.0 open source license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusetania%2Ftania","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fusetania%2Ftania","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusetania%2Ftania/lists"}