https://github.com/azzarip/teavel
Open Source CRM and Automation Tool, based on Laravel and Filament.
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.4%) to scientific vocabulary
Repository
Open Source CRM and Automation Tool, based on Laravel and Filament.
Basic Info
- Host: GitHub
- Owner: azzarip
- License: mit
- Language: PHP
- Default Branch: main
- Size: 478 KB
Statistics
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
- Releases: 1
Metadata Files
README.md
Open Source CRM and Automation tool, using Laravel and Filament.
Open Source CRM and Automation Tool for handling landing page forms and contacts with possible leads and clients.
Installation
You can install the package via composer:
bash
composer require azzarip/teavel
You can publish and run the migrations with:
bash
php artisan vendor:publish --tag="teavel-migrations"
php artisan migrate
You can publish the config file with:
bash
php artisan vendor:publish --tag="teavel-config"
Optionally, you can publish the views using
bash
php artisan vendor:publish --tag="teavel-views"
This is the contents of the published config file:
php
return [
];
Usage
php
$teavel = new Azzarip\Teavel();
echo $teavel->echoPhrase('Hello, Azzarip!');
Testing
bash
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.
Owner
- Name: Paride Azzari
- Login: azzarip
- Kind: user
- Location: Zurich
- Company: ETH Zurich
- Repositories: 1
- Profile: https://github.com/azzarip
Theoretical Physicist and Computational Scientist at ETH Zurich
GitHub Events
Total
- Watch event: 2
- Push event: 119
- Gollum event: 2
Last Year
- Watch event: 2
- Push event: 119
- Gollum event: 2
Packages
- Total packages: 1
-
Total downloads:
- packagist 506 total
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 5
- Total maintainers: 1
packagist.org: azzarip/teavel
Open Source CRM and Automation tool, using Laravel and Filament.
- Homepage: https://github.com/azzarip/teavel
- License: MIT
-
Latest release: 1.0.4
published over 2 years ago
Rankings
Maintainers (1)
Funding
- url: https://github.com/azzarip: type: github
Dependencies
- laravel/pint ^1.0 development
- nunomaduro/collision ^7.9 development
- nunomaduro/larastan ^2.0.1 development
- orchestra/testbench ^8.0 development
- pestphp/pest ^2.0 development
- pestphp/pest-plugin-arch ^2.0 development
- pestphp/pest-plugin-laravel ^2.0 development
- phpstan/extension-installer ^1.1 development
- phpstan/phpstan-deprecation-rules ^1.0 development
- phpstan/phpstan-phpunit ^1.0 development
- spatie/laravel-ray ^1.26 development
- filament/filament ^3.0
- illuminate/contracts ^10.0
- php ^8.1
- spatie/laravel-package-tools ^1.15.0