PHPackages                             epicsweb/php-tarefasapp - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. epicsweb/php-tarefasapp

ActiveLibrary

epicsweb/php-tarefasapp
=======================

v1.4(6y ago)0618MITPHPPHP &gt;=5.4

Since Apr 24Pushed 6y ago5 watchersCompare

[ Source](https://github.com/epicsweb/php-tarefasapp)[ Packagist](https://packagist.org/packages/epicsweb/php-tarefasapp)[ Docs](https://github.com/epicsweb/php-tarefasapp)[ RSS](/packages/epicsweb-php-tarefasapp/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (5)DependenciesVersions (6)Used By (0)

PHP - Tarefas App
=================

[](#php---tarefas-app)

Installation
------------

[](#installation)

Use the composer to install this library

```
composer require epicsweb/php-tarefasapp
```

Usage
-----

[](#usage)

Get you **SECRET API KEY**: tarefas.app/tarefas.app/companies/edit

Import the vendor library **Epicsweb\\PhpTarefasApp** and call the function

Tasks API
---------

[](#tasks-api)

### Add new task

[](#add-new-task)

```
$data = [
    'api_token'             => (string)  'a1b2c2',          // req | length:32
    'name'                  => (string)  'Task Name',       // req | maxlength:200
    'tasklists_id'          => (int)     1,                 // def: default projetct of company
    'description'           => (string)  'Text or Html',    // req
    'expiration'            => (string)  '2019-01-31',      // def: NULL | format: Y-m-d
    'time_estimated'        => (string)  '02:00',           // req | format: H:i (00:00)
    'priority'              => (int)     1,                 // def: 1 | min:1 | max:3
    'level_cool'            => (int)     1,                 // def: 1 | min:1 | max:5
    'level_pain'            => (boolean) 1,                 // def: 0 | min:0 | max:0
    'profiles_email'        => (string)  'email@email.com', // req | formar: email
    'for_profiles_email'    => (string)  'email@email.com', // def: profiles_email value
];

$task = new Epicsweb\PhpTarefasApp;
$task->tasks_add( $data, 'put' ); //ALLOW "put" && "get"
```

#### Array Data Label

[](#array-data-label)

```
req => 'required value'
def => 'have a default value, and is not required'

* dont use html_entities, urlencode, json_encode, and other in the array key or values
```

### License

[](#license)

This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/epicsweb/mensagens-php/blob/master/LICENSE) file for details

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~51 days

Total

5

Last Release

2364d ago

PHP version history (2 changes)v1.0PHP &gt;=5.6

v1.2PHP &gt;=5.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6124806?v=4)[EPICS](/maintainers/epicsweb)[@epicsweb](https://github.com/epicsweb)

---

Tags

phpcomposerinstaller

### Embed Badge

![Health badge](/badges/epicsweb-php-tarefasapp/health.svg)

```
[![Health](https://phpackages.com/badges/epicsweb-php-tarefasapp/health.svg)](https://phpackages.com/packages/epicsweb-php-tarefasapp)
```

###  Alternatives

[nunomaduro/patrol

An elegant command-line tool that keeps your PHP Project's dependencies in check

271127.8k3](/packages/nunomaduro-patrol)[bragento/magento-composer-installer

Composer installer for Magento modules

2414.5k](/packages/bragento-magento-composer-installer)[camcima/php-geohash

Refactored GeoHash package

1074.0k](/packages/camcima-php-geohash)[matthew-p/docker-server

Universal docker server, Nginx, PHP-FPM, MySql, Redis

112.8k](/packages/matthew-p-docker-server)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
