All Projects → Tanibox → Tania

Tanibox / Tania

Licence: apache-2.0
A PHP based, free, and open source farming management system.

Projects that are alternatives of or similar to Tania

Symfony Collection
[NOT MAINTAINED] A jQuery plugin that manages adding, deleting and moving elements from a Symfony form collection
Stars: ✭ 433 (-17.99%)
Mutual labels:  symfony
Vagrant Php Dev Box
PHP 7 vagrant development box with nginx, php-fpm, MySQL, Symfony, Laravel, ... on Ubuntu 16.04
Stars: ✭ 473 (-10.42%)
Mutual labels:  symfony
Payumbundle
Payum offers everything you need to work with payments. From simplest use cases to very advanced ones.
Stars: ✭ 509 (-3.6%)
Mutual labels:  symfony
Liipmonitorbundle
Integrates the LiipMonitor library into Symfony
Stars: ✭ 445 (-15.72%)
Mutual labels:  symfony
Symfony Certification Preparation List
List of topic-specific resources to help you prepare for Symfony certification
Stars: ✭ 460 (-12.88%)
Mutual labels:  symfony
Webpack Encore Pack
Stars: ✭ 492 (-6.82%)
Mutual labels:  symfony
Bolt
Bolt is a simple CMS written in PHP. It is based on Silex and Symfony components, uses Twig and either SQLite, MySQL or PostgreSQL.
Stars: ✭ 4,136 (+683.33%)
Mutual labels:  symfony
Api Pack
A Symfony pack for API Platform
Stars: ✭ 520 (-1.52%)
Mutual labels:  symfony
Symfony Console Autocomplete
Shell autocompletion for Symfony Console based scripts
Stars: ✭ 465 (-11.93%)
Mutual labels:  symfony
Php Docker Boilerplate
🍲 PHP Docker Boilerplate for Symfony, Wordpress, Joomla or any other PHP Project (NGINX, Apache HTTPd, PHP-FPM, MySQL, Solr, Elasticsearch, Redis, FTP)
Stars: ✭ 503 (-4.73%)
Mutual labels:  symfony
Easy Deploy Bundle
The easiest way to deploy your Symfony applications
Stars: ✭ 446 (-15.53%)
Mutual labels:  symfony
Certificationy
The core library to create tests and certifications
Stars: ✭ 457 (-13.45%)
Mutual labels:  symfony
Wellcommerce
Open-source E-Commerce software
Stars: ✭ 499 (-5.49%)
Mutual labels:  symfony
Phone Number Bundle
Integrates libphonenumber into your Symfony2-Symfony4 application
Stars: ✭ 446 (-15.53%)
Mutual labels:  symfony
Sentry Symfony
The official Symfony SDK for Sentry (sentry.io)
Stars: ✭ 515 (-2.46%)
Mutual labels:  symfony
Symplify
Do you use Symfony, Coding Standards, maintain PHP packages, automate monorepo, generate static website and are you lazy? You'll love the candies you find here! :)
Stars: ✭ 430 (-18.56%)
Mutual labels:  symfony
Open Loyalty
Open Loyalty is technology for loyalty solutions for starting new loyalty projects.
Stars: ✭ 476 (-9.85%)
Mutual labels:  symfony
Skeleton
The Symfony skeleton
Stars: ✭ 523 (-0.95%)
Mutual labels:  symfony
Ddd Playground
Domain-Driven Design in a PHP project using Symfony
Stars: ✭ 517 (-2.08%)
Mutual labels:  symfony
Sensiodistributionbundle
Base bundle for Symfony Distributions
Stars: ✭ 501 (-5.11%)
Mutual labels:  symfony

End Official Support and Maintenance for Tania PHP

As 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.

Tania

Gitter chat Build Status

Tania 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.

It is developed on top of Symfony PHP web framework.

To get the stable release, you can checkout to the master branch or from the release tab.

Screenshots

Tania Dashboard

Requirements

General installation steps

First, clone this project:

git clone [email protected]:Tanibox/tania.git
cd tania

Second, setup your database and mailer parameters in /.env. You can duplicate and rename the /.env-example file.

Third, setup the web application:

curl -sS https://getcomposer.org/installer | php
php composer.phar install

Fourth, setup the database tables:

php bin/console --no-interaction doctrine:migrations:migrate

Fifth, create user:

php bin/console fos:user:create {{user}} {{email}} {{password}}

The last, you can run Tania in development mode (on your PC or laptop) by using this command:

php bin/console server:run

Tania will run on http://localhost:8000.

You can also run Tania in production mode (on your server) by referring to this Symfony documentation.

Done! You can start to use Tania.

Questions and issues

You can use our JIRA issue tracker for bug reporting, feature request, and general feedback.

Maintainers

Current maintainers:

If you are interested in being a core contributor to this project, please drop me an email at [email protected].

License

Tania is available under Apache 2.0 open source license.

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].