Download the PHP package navidbakhtiary/todo without Composer

On this page you can find all versions of the php package navidbakhtiary/todo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package todo

ToDo Package

This package is a tool to add ToDo capability to various Laravel projects. Depending on the needs of the project, you can use it to define tasks and labels and attach labels to task. Change of status and task information is possible. When the status of a task is closed, an email notification is sent to the task owner. MailTrap.io is used to receive notification emails. Sanctum package has been used for authentications. The TDD approach has been used to test all APIs. Attempts have been made to consider all happy-path and unhappy-path.

You can develop it or challenge it if you wish. I will be grateful if you give me your comments. You can send me your comments via GitHub Issues.
Thank you for your attention.

How To Use

  1. Install Laravel 7.*

  2. Install Sanctum and configure it.
  3. Install navid bakhtiary ToDo Package

  4. Create database in MySQL and set DB_DATABASE in .env file based on its name. Then run migrations.

  5. Create an account in MailTrap.io. Change .env file MAIL configuration based on SMTP settings of your account for Laravel 7+ Integrations. After email notification sent, you can see sent email in inbox of your MailTrap account.

    image


  6. Add following code into testsuites tag in phpunit.xml of Laravel project. Adding these lines makes it possible to run package tests.

    image


  7. You can run all tests. In terminal run command . If you want to run a specific test class in package run command

All versions of todo with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package navidbakhtiary/todo contains the following files

Loading the files please wait ....